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