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