Class: Oxc::MutationVisitor::Edit
- Inherits:
-
Data
- Object
- Data
- Oxc::MutationVisitor::Edit
- Defined in:
- lib/oxc/mutation_visitor.rb,
sig/oxc/mutation_visitor.rbs
Instance Attribute Summary collapse
-
#finish ⇒ Object
readonly
Returns the value of attribute finish.
-
#order ⇒ Object
readonly
Returns the value of attribute order.
-
#start ⇒ Object
readonly
Returns the value of attribute start.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#finish ⇒ Object (readonly)
Returns the value of attribute finish
19 20 21 |
# File 'lib/oxc/mutation_visitor.rb', line 19 def finish @finish end |
#order ⇒ Object (readonly)
Returns the value of attribute order
19 20 21 |
# File 'lib/oxc/mutation_visitor.rb', line 19 def order @order end |
#start ⇒ Object (readonly)
Returns the value of attribute start
19 20 21 |
# File 'lib/oxc/mutation_visitor.rb', line 19 def start @start end |
#text ⇒ Object (readonly)
Returns the value of attribute text
19 20 21 |
# File 'lib/oxc/mutation_visitor.rb', line 19 def text @text end |
Class Method Details
.members ⇒ [ :start, :finish, :text, :order ]
33 |
# File 'sig/oxc/mutation_visitor.rbs', line 33
def self.members: () -> [ :start, :finish, :text, :order ]
|
.new(start, finish, text, order) ⇒ instance .new(start:, finish:, text:, order:) ⇒ instance
30 31 |
# File 'sig/oxc/mutation_visitor.rbs', line 30
def self.new: (Integer start, Integer finish, String text, Integer order) -> instance
| (start: Integer, finish: Integer, text: String, order: Integer) -> instance
|
Instance Method Details
#members ⇒ [ :start, :finish, :text, :order ]
35 |
# File 'sig/oxc/mutation_visitor.rbs', line 35
def members: () -> [ :start, :finish, :text, :order ]
|