Class: Rubinius::AST::Or

Inherits:
And
  • Object
show all
Defined in:
lib/compiler/ast/operators.rb

Instance Attribute Summary

Attributes inherited from And

#left, #right

Attributes inherited from Node

#line

Instance Method Summary collapse

Methods inherited from And

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

Instance Method Details

#sexp_nameObject



24
25
26
# File 'lib/compiler/ast/operators.rb', line 24

def sexp_name
  :or
end