Class: Ibex::Frontend::AST::Options
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::Options
- 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
112 113 114 |
# File 'lib/ibex/frontend/ast.rb', line 112 def loc @loc end |
#names ⇒ Object
Returns the value of attribute names
112 113 114 |
# File 'lib/ibex/frontend/ast.rb', line 112 def names @names end |