Class: Vertigo::Map
Instance Attribute Summary collapse
-
#lhs ⇒ Object
Returns the value of attribute lhs.
-
#rhs ⇒ Object
Returns the value of attribute rhs.
Attributes inherited from AstNode
Instance Method Summary collapse
-
#initialize(lhs = nil, rhs = nil) ⇒ Map
constructor
A new instance of Map.
Methods inherited from AstNode
Constructor Details
#initialize(lhs = nil, rhs = nil) ⇒ Map
Returns a new instance of Map.
183 184 185 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 183 def initialize lhs=nil,rhs=nil @lhs,@rhs=lhs,rhs end |
Instance Attribute Details
#lhs ⇒ Object
Returns the value of attribute lhs.
182 183 184 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 182 def lhs @lhs end |
#rhs ⇒ Object
Returns the value of attribute rhs.
182 183 184 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 182 def rhs @rhs end |