Class: Ruby::Operator

Inherits:
DelimitedAggregate show all
Defined in:
lib/ruby/operator.rb

Direct Known Subclasses

Binary, IfOp, Unary

Instance Attribute Summary

Attributes included from Node::Composite

#parent

Method Summary

Methods inherited from DelimitedAggregate

#initialize

Methods inherited from Aggregate

#position, #position=, #prolog, #prolog=, #to_ruby

Methods inherited from Node

#<=>, #all_nodes, #column, #length, #nodes, #row

Methods included from Conversions

included, #to_node

Methods included from Node::Traversal

#has_token?, #has_type?, #has_value?, #is_instance_of?, #left_of?, #matches?, #position?, #right_of?, #select

Methods included from Node::Source

#context, #filename, #line, #lines, #src

Methods included from Node::Composite

included, #root, #root?

Constructor Details

This class inherits a constructor from Ruby::DelimitedAggregate