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
89 90 91 |
# File 'lib/ibex/frontend/ast.rb', line 89 def loc @loc end |
#path ⇒ Object
Returns the value of attribute path
89 90 91 |
# File 'lib/ibex/frontend/ast.rb', line 89 def path @path end |
Class Method Details
.new(path:, loc:) ⇒ instance .new(arg0) ⇒ instance
82 83 |
# File 'sig/ibex/frontend/ast.rbs', line 82
def self.new: (?path: String, ?loc: Location) -> instance
| ({ ?path: String, ?loc: Location }) -> instance
|