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

  /external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
CommonToken.pm 24 ok(ANTLR::Runtime::Token->SKIP_TOKEN == ANTLR::Runtime::Token->SKIP_TOKEN);
29 ok !(ANTLR::Runtime::Token->SKIP_TOKEN != ANTLR::Runtime::Token->SKIP_TOKEN);
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Token.pm 56 # In an action, a lexer rule can set token to this SKIP_TOKEN and ANTLR
58 #Readonly my $SKIP_TOKEN => ANTLR::Runtime::CommonToken->new({ type => INVALID_TOKEN_TYPE });
59 sub SKIP_TOKEN {
61 state $SKIP_TOKEN = ANTLR::Runtime::CommonToken->new({ type => INVALID_TOKEN_TYPE });
62 return $SKIP_TOKEN;
Lexer.pm 70 elsif ($self->state->token == ANTLR::Runtime::Token->SKIP_TOKEN) {
94 # a lexer rule finishes with token set to SKIP_TOKEN. Recall that
100 $self->state->token(ANTLR::Runtime::Token->SKIP_TOKEN);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Token.java 47 /** In an action, a lexer rule can set token to this SKIP_TOKEN and ANTLR
50 public static final Token SKIP_TOKEN = new CommonToken(INVALID_TOKEN_TYPE);
Lexer.java 93 else if ( state.token==Token.SKIP_TOKEN ) {
115 * a lexer rule finishes with token set to SKIP_TOKEN. Recall that
120 state.token = Token.SKIP_TOKEN;
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Token.js 27 /** In an action, a lexer rule can set token to this SKIP_TOKEN and ANTLR
30 SKIP_TOKEN: null,
Lexer.js 53 else if ( this.state.token==org.antlr.runtime.Token.SKIP_TOKEN ) {
73 * a lexer rule finishes with token set to SKIP_TOKEN. Recall that
78 this.state.token = org.antlr.runtime.Token.SKIP_TOKEN;
CommonToken.js 146 SKIP_TOKEN: new org.antlr.runtime.CommonToken(0)
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
Lexer.as 81 else if ( state.token==TokenConstants.SKIP_TOKEN ) {
101 * a lexer rule finishes with token set to SKIP_TOKEN. Recall that
106 state.token = TokenConstants.SKIP_TOKEN;
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tokens.py 416 # In an action, a lexer rule can set token to this SKIP_TOKEN and ANTLR
418 SKIP_TOKEN = CommonToken(type=INVALID_TOKEN_TYPE)
recognizers.py 44 from antlr3.tokens import CommonToken, SKIP_TOKEN
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb     [all...]
token.rb 290 SKIP_TOKEN = CommonToken.new( INVALID_TOKEN_TYPE ).freeze
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.31.CANDIDATE.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr4/4.5.3/
antlr4-4.5.3.jar 

Completed in 1558 milliseconds