Class: Vertigo::NullStmt

Inherits:
AstNode show all
Defined in:
lib/vertigo/ast_vertigo_rkgen.rb

Instance Attribute Summary collapse

Attributes inherited from AstNode

#label, #pos

Instance Method Summary collapse

Methods inherited from AstNode

#accept, #str

Constructor Details

#initialize(dummy = nil) ⇒ NullStmt

Returns a new instance of NullStmt.



274
275
276
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 274

def initialize dummy=nil
  @dummy=dummy
end

Instance Attribute Details

#dummyObject

Returns the value of attribute dummy.



273
274
275
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 273

def dummy
  @dummy
end