Class: Ibex::Frontend::AST::ParserConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::ParserConfiguration
- Includes:
- Node
- Defined in:
- lib/ibex/frontend/ast.rb,
sig/ibex/frontend/ast.rbs
Instance Attribute Summary collapse
-
#loc ⇒ Object
Returns the value of attribute loc.
-
#settings ⇒ Object
Returns the value of attribute settings.
Class Method Summary collapse
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 |
Class Method Details
.new(settings:, loc:) ⇒ instance .new(arg0) ⇒ instance
294 295 |
# File 'sig/ibex/frontend/ast.rbs', line 294
def self.new: (?settings: Array[ParserSetting], ?loc: Location) -> instance
| ({ ?settings: Array[ParserSetting], ?loc: Location }) -> instance
|