Home
last modified time | relevance | path

Searched refs:LA1_0 (Results 1 – 25 of 43) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/
DTestLexer.m.old48 int LA1_0 = [input LA:1];
49 … if ( (LA1_0>='0' && LA1_0<='9')||(LA1_0>='A' && LA1_0<='Z')||(LA1_0>='a' && LA1_0<='z') ) {
DTestLexer.m85 NSInteger LA1_0 = [input LA:1];
86 …if ( ((LA1_0 >= '0' && LA1_0 <= '9')||(LA1_0 >= 'A' && LA1_0 <= 'Z')||(LA1_0 >= 'a' && LA1_0 <= 'z…
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCLexer.java272 int LA1_0 = input.LA(1); in mID() local
274 …if ( ((LA1_0>='0' && LA1_0<='9')||(LA1_0>='A' && LA1_0<='Z')||LA1_0=='_'||(LA1_0>='a' && LA1_0<='z… in mID()
DSimpleCLexer.m222 NSInteger LA1_0 = [input LA:1];
223 …if ( ((LA1_0 >= '0' && LA1_0 <= '9')||(LA1_0 >= 'A' && LA1_0 <= 'Z')||LA1_0=='_'||(LA1_0 >= 'a' &&…
DSimpleCTP.java67 int LA1_0 = input.LA(1); in program() local
69 if ( (LA1_0==VAR_DEF||(LA1_0>=FUNC_DECL && LA1_0<=FUNC_DEF)) ) { in program()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
DSimpleCLexer.java272 int LA1_0 = input.LA(1); in mID() local
274 …if ( ((LA1_0>='0' && LA1_0<='9')||(LA1_0>='A' && LA1_0<='Z')||LA1_0=='_'||(LA1_0>='a' && LA1_0<='z… in mID()
DSimpleCTP.java67 int LA1_0 = input.LA(1); in program() local
69 if ( (LA1_0==VAR_DEF||(LA1_0>=FUNC_DECL && LA1_0<=FUNC_DEF)) ) { in program()
DSimpleCLexer.m538 NSInteger LA1_0 = [input LA:1];
539 …if ( ((LA1_0>='0' && LA1_0<='9')||(LA1_0>='A' && LA1_0<='Z')||LA1_0=='_'||(LA1_0>='a' && LA1_0<='z…
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DProfileGrammarLexer.cs249 int LA1_0 = input.LA(1); in mID()
251 if ( ((LA1_0>='A' && LA1_0<='Z')||(LA1_0>='a' && LA1_0<='z')) ) in mID()
DDebugGrammarLexer.cs249 int LA1_0 = input.LA(1); in mID()
251 if ( ((LA1_0>='A' && LA1_0<='Z')||(LA1_0>='a' && LA1_0<='z')) ) in mID()
DDebugTreeGrammar.cs130 int LA1_0 = input.LA(1); in prog()
132 if ( ((LA1_0>=CALL && LA1_0<=INT)||(LA1_0>=10 && LA1_0<=11)||(LA1_0>=14 && LA1_0<=17)) ) in prog()
DProfileTreeGrammar.cs135 int LA1_0 = input.LA(1); in prog()
137 if ( ((LA1_0>=CALL && LA1_0<=INT)||(LA1_0>=10 && LA1_0<=11)||(LA1_0>=14 && LA1_0<=17)) ) in prog()
DProfileGrammarParser.cs177 int LA1_0 = input.LA(1); in prog()
179 if ( ((LA1_0>=ID && LA1_0<=NEWLINE)||LA1_0==12) ) in prog()
DDebugGrammarParser.cs173 int LA1_0 = input.LA(1); in prog()
175 if ( ((LA1_0>=ID && LA1_0<=NEWLINE)||LA1_0==12) ) in prog()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/output1/
DTestlexer.m103 NSInteger LA1_0 = [input LA:1];
104 … if ( (LA1_0>='0' && LA1_0<='9')||(LA1_0>='A' && LA1_0<='Z')||(LA1_0>='a' && LA1_0<='z') ) {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
DTLexer.m123 NSInteger LA1_0 = [input LA:1];
124 …if ( ((LA1_0 >= '0' && LA1_0 <= '9')||(LA1_0 >= 'A' && LA1_0 <= 'Z')||LA1_0=='_'||(LA1_0 >= 'a' &&…
DTParser.m136 NSInteger LA1_0 = [input LA:1];
138 if ( (LA1_0==ID) ) {
141 else if ( (LA1_0==7) ) {
159 nvae.c = LA1_0;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
DCombinedLexer.m113 NSInteger LA1_0 = [input LA:1];
114 …if ( ((LA1_0>='0' && LA1_0<='9')||(LA1_0>='A' && LA1_0<='Z')||LA1_0=='_'||(LA1_0>='a' && LA1_0<='z…
DCombinedParser.m128 NSInteger LA1_0 = [input LA:1];
129 if ( (LA1_0==ID) ) {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
DTreeRewriteLexer.m83 NSInteger LA1_0 = [input LA:1];
84 if ( ((LA1_0 >= '0' && LA1_0 <= '9')) ) {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
DSimpleCLexer.m557 NSInteger LA1_0 = [input LA:1];
558 …if ( ((LA1_0 >= '0' && LA1_0 <= '9')||(LA1_0 >= 'A' && LA1_0 <= 'Z')||LA1_0=='_'||(LA1_0 >= 'a' &&…
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
DTreeRewriteLexer.m110 NSInteger LA1_0 = [input LA:1];
111 if ( ((LA1_0>='0' && LA1_0<='9')) ) {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
DLangLexer.m181 NSInteger LA1_0 = [input LA:1];
182 if ( ((LA1_0 >= 'a' && LA1_0 <= 'z')) ) {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
DSymbolTableLexer.m341 NSInteger LA1_0 = [input LA:1];
342 if ( ((LA1_0 >= 'a' && LA1_0 <= 'z')) ) {
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
DSymbolTableLexer.m446 NSInteger LA1_0 = [input LA:1];
447 if ( ((LA1_0>='a' && LA1_0<='z')) ) {

12