Class: Ibex::Frontend::AST::Precedence
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::Precedence
- Includes:
- Node
- Defined in:
- lib/ibex/frontend/ast.rb
Instance Attribute Summary collapse
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#levels ⇒ Object
Returns the value of attribute levels.
-
#loc ⇒ Object
Returns the value of attribute loc.
Method Summary
Methods included from Node
Instance Attribute Details
#direction ⇒ Object
Returns the value of attribute direction
100 101 102 |
# File 'lib/ibex/frontend/ast.rb', line 100 def direction @direction end |
#levels ⇒ Object
Returns the value of attribute levels
100 101 102 |
# File 'lib/ibex/frontend/ast.rb', line 100 def levels @levels end |
#loc ⇒ Object
Returns the value of attribute loc
100 101 102 |
# File 'lib/ibex/frontend/ast.rb', line 100 def loc @loc end |