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

  /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;
  /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)
  /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);
  /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 
  /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 
  /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 

Completed in 116 milliseconds