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