Class: Ibex::Frontend::AST::NodeAnnotation
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::NodeAnnotation
- Includes:
- Node
- Defined in:
- lib/ibex/frontend/ast.rb
Instance Attribute Summary collapse
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#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
#fields ⇒ Object
Returns the value of attribute fields
221 222 223 |
# File 'lib/ibex/frontend/ast.rb', line 221 def fields @fields end |
#loc ⇒ Object
Returns the value of attribute loc
221 222 223 |
# File 'lib/ibex/frontend/ast.rb', line 221 def loc @loc end |
#name ⇒ Object
Returns the value of attribute name
221 222 223 |
# File 'lib/ibex/frontend/ast.rb', line 221 def name @name end |