OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_marker
(Results
1 - 7
of
7
) sorted by null
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb
144
@
last_marker
= super
145
@debug_listener.mark( @
last_marker
)
146
return( @
last_marker
)
151
super( marker || @
last_marker
)
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
ANTLRStringStream.pm
48
has '
last_marker
' => (
160
$self->
last_marker
($self->mark_depth);
169
$m = $self->
last_marker
;
CommonTokenStream.pm
53
has '
last_marker
' => (
287
$self->
last_marker
($self->index());
288
return $self->
last_marker
;
315
$self->seek($self->
last_marker
);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
streams.rb
127
Used in tandem with, <tt>stream.rewind(mark =
last_marker
)</tt>, the marker can
131
<tt>stream.release(marker =
last_marker
)</tt> can be used to release an existing
200
# :method: rewind( marker =
last_marker
)
206
# :method: release( marker =
last_marker
)
318
attr_reader :
last_marker
597
def
last_marker
method in class:ANTLR3.that.StringStream
796
@
last_marker
= nil
822
@
last_marker
= nil
862
@
last_marker
= nil
870
@
last_marker
= @positio
[
all
...]
debug.rb
300
@
last_marker
= nil
304
attr_reader :
last_marker
358
@
last_marker
= super
359
@debug_listener.mark( @
last_marker
)
360
return @
last_marker
tree.rb
1016
@
last_marker
= nil
1106
@
last_marker
= @position
1107
return @
last_marker
1116
def rewind( marker = @
last_marker
, release = true )
1137
@
last_marker
= 0
[
all
...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg
971
@input.rewind( @input.
last_marker
, false )<\n>
[
all
...]
Completed in 130 milliseconds