Class: Ibex::Frontend::AST::Start
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::Start
- Includes:
- Node
- Defined in:
- lib/ibex/frontend/ast.rb
Instance Attribute Summary collapse
-
#loc ⇒ Object
Returns the value of attribute loc.
-
#names ⇒ Object
Returns the value of attribute names.
Method Summary
Methods included from Node
Instance Attribute Details
#loc ⇒ Object
Returns the value of attribute loc
127 128 129 |
# File 'lib/ibex/frontend/ast.rb', line 127 def loc @loc end |
#names ⇒ Object
Returns the value of attribute names
127 128 129 |
# File 'lib/ibex/frontend/ast.rb', line 127 def names @names end |