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