Home
last modified time | relevance | path

Searched refs:LA4_0 (Results 1 – 16 of 16) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugGrammarLexer.cs410 int LA4_0 = input.LA(1); in mWS()
412 if ( (LA4_0=='\t'||LA4_0==' ') ) in mWS()
DProfileGrammarLexer.cs410 int LA4_0 = input.LA(1); in mWS()
412 if ( (LA4_0=='\t'||LA4_0==' ') ) in mWS()
DDebugGrammarParser.cs848 int LA4_0 = input.LA(1); in expr()
850 if ( (LA4_0==10||LA4_0==16) ) in expr()
DProfileGrammarParser.cs852 int LA4_0 = input.LA(1); in expr()
854 if ( (LA4_0==10||LA4_0==16) ) in expr()
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCTP.java413 int LA4_0 = input.LA(1); in block() local
415 if ( (LA4_0==VAR_DEF) ) { in block()
DSimpleCParser.java489 int LA4_0 = input.LA(1); in functionHeader() local
491 if ( (LA4_0==ID||(LA4_0>=INT_TYPE && LA4_0<=VOID)) ) { in functionHeader()
DSimpleCParser.m1545 NSInteger LA4_0 = [input LA:1];
1547 if ( (LA4_0==K_CHAR||LA4_0==K_ID||LA4_0==K_INT_TYPE||LA4_0==K_VOID) ) {
DSimpleCTP.m785 NSInteger LA4_0 = [input LA:1];
786 if ( (LA4_0==VAR_DEF) ) {
DSimpleCWalker.m785 NSInteger LA4_0 = [input LA:1];
786 if ( (LA4_0==VAR_DEF) ) {
/external/antlr/runtime/ObjC/Framework/examples/scopes/
DSymbolTableParser.m449 NSInteger LA4_0 = [input LA:1];
450 if ( (LA4_0==ID||LA4_0==13) ) {
/external/antlr/runtime/ObjC/Framework/examples/LL-star/
DSimpleCParser.m675 NSInteger LA4_0 = [input LA:1];
677 if ( (LA4_0==ID||LA4_0==15||(LA4_0 >= 17 && LA4_0 <= 18)) ) {
/external/doclava/src/com/google/doclava/parser/
DJavaParser.java596 int LA4_0 = input.LA(1); in compilationUnit() local
598LA4_0==IDENTIFIER||LA4_0==ABSTRACT||LA4_0==BOOLEAN||LA4_0==BYTE||(LA4_0>=CHAR && LA4_0<=CLASS)||LA… in compilationUnit()
DJavaLexer.java209 int LA4_0 = input.LA(1); in mIntegerNumber() local
211 if ( (LA4_0=='0') ) { in mIntegerNumber()
235 else if ( ((LA4_0>='1' && LA4_0<='9')) ) { in mIntegerNumber()
/external/antlr/runtime/ObjC/Framework/examples/fuzzy/
DFuzzy.m365 NSInteger LA4_0 = [input LA:1];
367 if ( ((LA4_0 >= '\t' && LA4_0 <= '\n')||LA4_0==' ') ) {
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java810 int LA4_0 = input.LA(1); in access_list() local
811 if ( (LA4_0==ACCESS_SPEC) ) { in access_list()
DsmaliParser.java1267 int LA4_0 = input.LA(1); in field() local
1268 if ( (LA4_0==ANNOTATION_DIRECTIVE) ) { in field()