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