Class: Vertigo::Alias
- Defined in:
- lib/vertigo/ast_vertigo_rkgen.rb
Instance Attribute Summary collapse
-
#designator ⇒ Object
Returns the value of attribute designator.
-
#name ⇒ Object
Returns the value of attribute name.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#type ⇒ Object
Returns the value of attribute type.
Attributes inherited from AstNode
Instance Method Summary collapse
-
#initialize(designator = nil, type = nil, name = nil, signature = nil) ⇒ Alias
constructor
A new instance of Alias.
Methods inherited from AstNode
Constructor Details
#initialize(designator = nil, type = nil, name = nil, signature = nil) ⇒ Alias
Returns a new instance of Alias.
414 415 416 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 414 def initialize designator=nil,type=nil,name=nil,signature=nil @designator,@type,@name,@signature=designator,type,name,signature end |
Instance Attribute Details
#designator ⇒ Object
Returns the value of attribute designator.
413 414 415 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 413 def designator @designator end |
#name ⇒ Object
Returns the value of attribute name.
413 414 415 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 413 def name @name end |
#signature ⇒ Object
Returns the value of attribute signature.
413 414 415 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 413 def signature @signature end |
#type ⇒ Object
Returns the value of attribute type.
413 414 415 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 413 def type @type end |