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
177 178 179 |
# File 'lib/ibex/frontend/ast.rb', line 177 def expression @expression end |
#loc ⇒ Object
Returns the value of attribute loc
177 178 179 |
# File 'lib/ibex/frontend/ast.rb', line 177 def loc @loc end |
#name ⇒ Object
Returns the value of attribute name
177 178 179 |
# File 'lib/ibex/frontend/ast.rb', line 177 def name @name end |