Class: Vertigo::NamedType

Inherits:
AstNode
  • Object
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) ⇒ NamedType

Returns a new instance of NamedType.



435
436
437
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 435

def initialize ident=nil
  @ident=ident
end

Instance Attribute Details

#identObject

Returns the value of attribute ident.



434
435
436
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 434

def ident
  @ident
end