Class: Ibex::Frontend::AST::Lexer
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::Lexer
- Includes:
- Node
- Defined in:
- lib/ibex/frontend/ast.rb,
sig/ibex/frontend/ast.rbs
Instance Attribute Summary collapse
-
#definitions ⇒ Object
Returns the value of attribute definitions.
-
#loc ⇒ Object
Returns the value of attribute loc.
Class Method Summary collapse
Methods included from Node
Instance Attribute Details
#definitions ⇒ Object
Returns the value of attribute definitions
148 149 150 |
# File 'lib/ibex/frontend/ast.rb', line 148 def definitions @definitions end |
#loc ⇒ Object
Returns the value of attribute loc
148 149 150 |
# File 'lib/ibex/frontend/ast.rb', line 148 def loc @loc end |
Class Method Details
.new(definitions:, loc:) ⇒ instance .new(arg0) ⇒ instance
189 190 |
# File 'sig/ibex/frontend/ast.rbs', line 189
def self.new: (?definitions: Array[lexer_entry], ?loc: Location) -> instance
| ({ ?definitions: Array[lexer_entry], ?loc: Location }) -> instance
|