Class: Rubinius::AST::Flip3

Inherits:
Flip2 show all
Defined in:
lib/compiler/ast/control_flow.rb

Instance Attribute Summary

Attributes inherited from Node

#line

Instance Method Summary collapse

Methods inherited from Flip2

#initialize, #to_sexp

Methods inherited from Node

#ascii_graph, #attributes, #children, #initialize, match_arguments?, match_send?, #new_block_generator, #new_generator, #node_name, node_name, #pos, #set_child, #to_sexp, transform, #transform, transform_comment, transform_kind, transform_kind=, transform_name, #visit, #walk

Constructor Details

This class inherits a constructor from Rubinius::AST::Flip2

Instance Method Details

#exclusive?Boolean

Returns:

  • (Boolean)


130
131
132
# File 'lib/compiler/ast/control_flow.rb', line 130

def exclusive?
  true
end

#sexp_nameObject



126
127
128
# File 'lib/compiler/ast/control_flow.rb', line 126

def sexp_name
  :flip3
end