Class: Ibex::Frontend::AST::Conversion
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::Conversion
- Includes:
- Node
- Defined in:
- lib/ibex/frontend/ast.rb,
sig/ibex/frontend/ast.rbs
Instance Attribute Summary collapse
-
#expression ⇒ Object
Returns the value of attribute expression.
-
#loc ⇒ Object
Returns the value of attribute loc.
-
#name ⇒ Object
Returns the value of attribute name.
Class Method Summary collapse
Methods included from Node
Instance Attribute Details
#expression ⇒ Object
Returns the value of attribute expression
173 174 175 |
# File 'lib/ibex/frontend/ast.rb', line 173 def expression @expression end |
#loc ⇒ Object
Returns the value of attribute loc
173 174 175 |
# File 'lib/ibex/frontend/ast.rb', line 173 def loc @loc end |
#name ⇒ Object
Returns the value of attribute name
173 174 175 |
# File 'lib/ibex/frontend/ast.rb', line 173 def name @name end |
Class Method Details
.new(name:, expression:, loc:) ⇒ instance .new(arg0) ⇒ instance
237 238 |
# File 'sig/ibex/frontend/ast.rbs', line 237
def self.new: (?name: String, ?expression: String, ?loc: Location) -> instance
| ({ ?name: String, ?expression: String, ?loc: Location }) -> instance
|