Class: Ibex::Frontend::AST::PrecedenceLevel
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::PrecedenceLevel
- Includes:
- Node
- Defined in:
- lib/ibex/frontend/ast.rb
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.
Method Summary
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 |