Class: Vertigo::ArrayDimDecl
- Defined in:
- lib/vertigo/ast_vertigo_rkgen.rb
Instance Attribute Summary collapse
-
#range ⇒ Object
Returns the value of attribute range.
-
#type_mark ⇒ Object
Returns the value of attribute type_mark.
Attributes inherited from AstNode
Instance Method Summary collapse
-
#initialize(type_mark = nil, range = nil) ⇒ ArrayDimDecl
constructor
A new instance of ArrayDimDecl.
Methods inherited from AstNode
Constructor Details
#initialize(type_mark = nil, range = nil) ⇒ ArrayDimDecl
Returns a new instance of ArrayDimDecl.
386 387 388 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 386 def initialize type_mark=nil,range=nil @type_mark,@range=type_mark,range end |
Instance Attribute Details
#range ⇒ Object
Returns the value of attribute range.
385 386 387 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 385 def range @range end |
#type_mark ⇒ Object
Returns the value of attribute type_mark.
385 386 387 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 385 def type_mark @type_mark end |