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

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/
SymbolTableLexer.h 12 #pragma mark Cyclic DFA interface start DFA4
13 @interface DFA4 : ANTLRDFA {
19 #pragma mark Cyclic DFA interface end DFA4
37 DFA4 *dfa4; variable
SymbolTableLexer.m 55 #pragma mark Cyclic DFA implementation start DFA4
56 @implementation DFA4
90 return [[[DFA4 alloc] initWithRecognizer:aRecognizer] retain];
146 #pragma mark Cyclic DFA implementation end DFA4
175 dfa4 = [DFA4 newDFA4WithRecognizer:self];
182 [dfa4 release];
613 alt4 = [dfa4 predict:input];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCLexer.h 13 #pragma mark Cyclic DFA interface start DFA4
14 @interface DFA4 : ANTLRDFA {
18 @end /* end of DFA4 interface */
20 #pragma mark Cyclic DFA interface end DFA4
50 DFA4 *dfa4; variable
SimpleCLexer.java 512 alt4 = dfa4.predict(input);
639 protected DFA4 dfa4 = new DFA4(this); field in class:SimpleCLexer
711 class DFA4 extends DFA {
713 public DFA4(BaseRecognizer recognizer) {
SimpleCLexer.m 55 #pragma mark Cyclic DFA implementation start DFA4
56 @implementation DFA4
103 return [[[DFA4 alloc] initWithRecognizer:aRecognizer] retain];
170 @end /* end DFA4 implementation */
172 #pragma mark Cyclic DFA implementation end DFA4
201 dfa4 = [DFA4 newDFA4WithRecognizer:self];
208 [dfa4 release];
838 alt4 = [dfa4 predict:input];
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.java 512 alt4 = dfa4.predict(input);
639 protected DFA4 dfa4 = new DFA4(this); field in class:SimpleCLexer
711 class DFA4 extends DFA {
713 public DFA4(BaseRecognizer recognizer) {

Completed in 201 milliseconds