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
110 111 112 |
# File 'lib/ibex/frontend/ast.rb', line 110 def associativity @associativity end |
#loc ⇒ Object
Returns the value of attribute loc
110 111 112 |
# File 'lib/ibex/frontend/ast.rb', line 110 def loc @loc end |
#symbols ⇒ Object
Returns the value of attribute symbols
110 111 112 |
# File 'lib/ibex/frontend/ast.rb', line 110 def symbols @symbols end |