Class: Ibex::Frontend::AST::SemanticType
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::SemanticType
- 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.
-
#value ⇒ Object
Returns the value of attribute value.
Class Method Summary collapse
Methods included from Node
Instance Attribute Details
#loc ⇒ Object
Returns the value of attribute loc
185 186 187 |
# File 'lib/ibex/frontend/ast.rb', line 185 def loc @loc end |
#name ⇒ Object
Returns the value of attribute name
185 186 187 |
# File 'lib/ibex/frontend/ast.rb', line 185 def name @name end |
#value ⇒ Object
Returns the value of attribute value
185 186 187 |
# File 'lib/ibex/frontend/ast.rb', line 185 def value @value end |
Class Method Details
.new(name:, value:, loc:) ⇒ instance .new(arg0) ⇒ instance
259 260 |
# File 'sig/ibex/frontend/ast.rbs', line 259
def self.new: (?name: String, ?value: String, ?loc: Location) -> instance
| ({ ?name: String, ?value: String, ?loc: Location }) -> instance
|