Class: Ibex::Frontend::AST::ParserSetting
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::ParserSetting
- Includes:
- Node
- Defined in:
- lib/ibex/frontend/ast.rb,
sig/ibex/frontend/ast.rbs
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.
Class Method Summary collapse
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 |
Class Method Details
.new(key:, value:, loc:) ⇒ instance .new(arg0) ⇒ instance
305 306 |
# File 'sig/ibex/frontend/ast.rbs', line 305
def self.new: (?key: Symbol, ?value: Symbol, ?loc: Location) -> instance
| ({ ?key: Symbol, ?value: Symbol, ?loc: Location }) -> instance
|