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