Class: Ibex::Frontend::AST::Expect
- Inherits:
-
Struct
- Object
- Struct
- Ibex::Frontend::AST::Expect
- Includes:
- Node
- Defined in:
- lib/ibex/frontend/ast.rb,
sig/ibex/frontend/ast.rbs
Instance Attribute Summary collapse
-
#conflicts ⇒ Object
Returns the value of attribute conflicts.
-
#loc ⇒ Object
Returns the value of attribute loc.
Class Method Summary collapse
Methods included from Node
Instance Attribute Details
#conflicts ⇒ Object
Returns the value of attribute conflicts
117 118 119 |
# File 'lib/ibex/frontend/ast.rb', line 117 def conflicts @conflicts end |
#loc ⇒ Object
Returns the value of attribute loc
117 118 119 |
# File 'lib/ibex/frontend/ast.rb', line 117 def loc @loc end |
Class Method Details
.new(conflicts:, loc:) ⇒ instance .new(arg0) ⇒ instance
133 134 |
# File 'sig/ibex/frontend/ast.rbs', line 133
def self.new: (?conflicts: Integer, ?loc: Location) -> instance
| ({ ?conflicts: Integer, ?loc: Location }) -> instance
|