Class: Rubinius::AST::Until

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

Instance Attribute Summary

Attributes inherited from While

#body, #check_first, #condition

Attributes inherited from Node

#line

Instance Method Summary collapse

Methods inherited from While

#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::While

Instance Method Details

#sexp_nameObject



171
172
173
# File 'lib/compiler/ast/control_flow.rb', line 171

def sexp_name
  :until
end