HomeSort by relevance Sort by last modified time
    Searched refs:last_marker (Results 1 - 6 of 6) 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
  /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 82 milliseconds