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