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

  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DFA.pm 72 my $special_state = $self->special->[$s];
73 if ($special_state >= 0) {
74 $s = $self->special_state_transition($special_state, $input);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 176 special_state = @special[ state ]
177 if special_state >= 0
178 state = @special_block.call( special_state )
242 special_state = @special[ state ]
243 if special_state >= 0
244 state = @special_block.call( special_state )

Completed in 53 milliseconds