Class: Vertigo::SelectedName
- Defined in:
- lib/vertigo/ast_vertigo_rkgen.rb
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) ⇒ SelectedName
constructor
A new instance of SelectedName.
Methods inherited from AstNode
Constructor Details
#initialize(lhs = nil, rhs = nil) ⇒ SelectedName
Returns a new instance of SelectedName.
561 562 563 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 561 def initialize lhs=nil,rhs=nil @lhs,@rhs=lhs,rhs end |
Instance Attribute Details
#lhs ⇒ Object
Returns the value of attribute lhs.
560 561 562 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 560 def lhs @lhs end |
#rhs ⇒ Object
Returns the value of attribute rhs.
560 561 562 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 560 def rhs @rhs end |