Class: Crokus::LabelledStmt
Instance Attribute Summary collapse
-
#stmt ⇒ Object
Returns the value of attribute stmt.
Instance Method Summary collapse
-
#initialize(stmt) ⇒ LabelledStmt
constructor
A new instance of LabelledStmt.
Methods inherited from Ast
Constructor Details
#initialize(stmt) ⇒ LabelledStmt
Returns a new instance of LabelledStmt.
340 341 342 |
# File 'lib/crokus/ast.rb', line 340 def initialize stmt @stmt=stmt end |
Instance Attribute Details
#stmt ⇒ Object
Returns the value of attribute stmt.
339 340 341 |
# File 'lib/crokus/ast.rb', line 339 def stmt @stmt end |