Searched refs:consume_until (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBaseRecognizer.pm277 $self->consume_until($input, $follow_set);
417 sub consume_until { subroutine
418 Readonly my $usage => 'void consume_until(IntStream input, (int token_type | BitSet set))';
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Drecognizers.rb505 resync { consume_until( follow_set ) }
813 def consume_until( types ) method in class:ANTLR3.Scope

Completed in 217 milliseconds