Class: Vertigo::StdType

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(ident = nil) ⇒ StdType

Returns a new instance of StdType.



421
422
423
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 421

def initialize ident=nil
  @ident=ident
end

Instance Attribute Details

#identObject

Returns the value of attribute ident.



420
421
422
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 420

def ident
  @ident
end