Class: Ibex::Frontend::AST::InlineAction
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::InlineAction
- Includes:
- Node
- Defined in:
- lib/ibex/frontend/ast.rb,
sig/ibex/frontend/ast.rbs
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#loc ⇒ Object
Returns the value of attribute loc.
Class Method Summary collapse
Methods included from Node
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
240 241 242 |
# File 'lib/ibex/frontend/ast.rb', line 240 def code @code end |
#loc ⇒ Object
Returns the value of attribute loc
240 241 242 |
# File 'lib/ibex/frontend/ast.rb', line 240 def loc @loc end |
Class Method Details
.new(code:, loc:) ⇒ instance .new(arg0) ⇒ instance
340 341 |
# File 'sig/ibex/frontend/ast.rbs', line 340
def self.new: (?code: String, ?loc: Location) -> instance
| ({ ?code: String, ?loc: Location }) -> instance
|