Compile a MatchLastLineNode
node
Dispatch enter and leave events for MatchLastLineNode
nodes and continue walking the tree.
Inspect a MatchLastLineNode
node.
Delegates to the cached_start_code_units_offset
of the associated location object.
Delegates to the cached_end_code_units_offset
of the associated location object.
Delegates to the cached_start_code_units_column
of the associated location object.
Delegates to the cached_end_code_units_column
of the associated location object.
The start offset from the start of the file in code units using the given cache to fetch or calculate the value.
The end offset from the start of the file in code units using the given cache to fetch or calculate the value.
The start column in code units using the given cache to fetch or calculate the value.
The end column in code units using the given cache to fetch or calculate the value.
Create a new InterpolatedMatchLastLineNode
node.
case foo; in bar; end ^^^^^^^^^^^^^^^^^^^^^
:“foo #{bar}” ^^^^^^^^^^^^^
foo in bar ^^^^^^^^^^
foo => bar ^^^^^^^^^^
/(?<foo>foo)/ =~ bar ^^^^^^^^^^^^^^^^^^^^
case foo; in bar; end ^^^^^^^^^^^^^^^^^^^^^
:“foo #{bar}” ^^^^^^^^^^^^^
foo in bar ^^^^^^^^^^
foo => bar ^^^^^^^^^^
/(?<foo>foo)/ =~ bar ^^^^^^^^^^^^^^^^^^^^