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