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