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