Class: Ibex::Frontend::AST::PrecedenceLevel
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::PrecedenceLevel
- Includes:
- Node
- Defined in:
- lib/ibex/frontend/ast.rb,
sig/ibex/frontend/ast.rbs
Instance Attribute Summary collapse
-
#associativity ⇒ Object
Returns the value of attribute associativity.
-
#loc ⇒ Object
Returns the value of attribute loc.
-
#symbols ⇒ Object
Returns the value of attribute symbols.
Class Method Summary collapse
Methods included from Node
Instance Attribute Details
#associativity ⇒ Object
Returns the value of attribute associativity
106 107 108 |
# File 'lib/ibex/frontend/ast.rb', line 106 def associativity @associativity end |
#loc ⇒ Object
Returns the value of attribute loc
106 107 108 |
# File 'lib/ibex/frontend/ast.rb', line 106 def loc @loc end |
#symbols ⇒ Object
Returns the value of attribute symbols
106 107 108 |
# File 'lib/ibex/frontend/ast.rb', line 106 def symbols @symbols end |
Class Method Details
.new(associativity:, symbols:, loc:) ⇒ instance .new(arg0) ⇒ instance
115 116 |
# File 'sig/ibex/frontend/ast.rbs', line 115
def self.new: (?associativity: Symbol, ?symbols: Array[String], ?loc: Location) -> instance
| ({ ?associativity: Symbol, ?symbols: Array[String], ?loc: Location }) -> instance
|