Class: Ibex::Frontend::AST::DisplayName
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::DisplayName
- 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.
-
#value ⇒ Object
Returns the value of attribute value.
Method Summary
Methods included from Node
Instance Attribute Details
#loc ⇒ Object
Returns the value of attribute loc
183 184 185 |
# File 'lib/ibex/frontend/ast.rb', line 183 def loc @loc end |
#name ⇒ Object
Returns the value of attribute name
183 184 185 |
# File 'lib/ibex/frontend/ast.rb', line 183 def name @name end |
#value ⇒ Object
Returns the value of attribute value
183 184 185 |
# File 'lib/ibex/frontend/ast.rb', line 183 def value @value end |