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