Home | History | Annotate | Download | only in simplecTreeParser

Lines Matching refs:DFA2

28 #pragma mark Cyclic DFA implementation start DFA2
29 @implementation DFA2
60 return [[[DFA2 alloc] initWithRecognizer:aRecognizer] retain];
108 @end /* end DFA2 implementation */
110 #pragma mark Cyclic DFA implementation end DFA2
933 dfa2 = [DFA2 newDFA2WithRecognizer:self];
944 [dfa2 release];
1107 alt2 = [dfa2 predict:input];