Class: Ibex::Frontend::AST::Parameter
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::Parameter
- Includes:
- Node
- Defined in:
- lib/ibex/frontend/ast.rb,
sig/ibex/frontend/ast.rbs
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.
Class Method Summary collapse
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 |
Class Method Details
.new(name:, semantic_type:, loc:) ⇒ instance .new(arg0) ⇒ instance
270 271 |
# File 'sig/ibex/frontend/ast.rbs', line 270
def self.new: (?name: String, ?semantic_type: String?, ?loc: Location) -> instance
| ({ ?name: String, ?semantic_type: String?, ?loc: Location }) -> instance
|