HomeSort by relevance Sort by last modified time
    Searched refs:local_follow_set (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BaseRecognizer.pm 311 foreach my $local_follow_set (reverse @{$self->state->following}) {
312 $follow_set |= $local_follow_set;
313 if ($exact && $local_follow_set->member(ANTLR::Runtime::Token->EOR_TOKEN_TYPE)) {
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 781 @state.following.each_with_index.reverse_each do |local_follow_set, index|
782 follow_set |= local_follow_set
784 if local_follow_set.include?( EOR_TOKEN_TYPE )
    [all...]

Completed in 182 milliseconds