Home | History | Annotate | Download | only in Headers

Lines Matching refs:id

80 - (id) init;
81 - (id) initWithLen:(NSInteger)aLen;
82 - (id) initWithState:(ANTLRRecognizerSharedState *)aState;
100 * into the label for the associated token ref; e.g., x=ID. Token
108 - (id) getInput;
113 - (id) match:(id<ANTLRIntStream>)anInput TokenType:(NSInteger)ttype Follow:(ANTLRBitSet *)follow;
114 - (void) matchAny:(id<ANTLRIntStream>)anInput;
115 - (BOOL) mismatchIsUnwantedToken:(id<ANTLRIntStream>)anInput TokenType:(NSInteger) ttype;
116 - (BOOL) mismatchIsMissingToken:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)follow;
124 - (NSString *)getTokenErrorDisplay:(id<ANTLRToken>)t;
126 - (void) recover:(id<ANTLRIntStream>)anInput Exception:(ANTLRRecognitionException *)e;
138 - (id<ANTLRToken>) recoverFromMismatchedToken:(id<ANTLRIntStream>)anInput
142 - (id<ANTLRToken>)recoverFromMismatchedSet:(id<ANTLRIntStream>)anInput
146 - (id) getCurrentInputSymbol:(id<ANTLRIntStream>)anInput;
147 - (id) getMissingSymbol:(id<ANTLRIntStream>)anInput
153 - (void) consumeUntilTType:(id<ANTLRIntStream>)anInput TokenType:(NSInteger)ttype;
154 - (void) consumeUntilFollow:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)bitSet;
169 - (BOOL) alreadyParsedRule:(id<ANTLRIntStream>)anInput RuleIndex:(NSInteger)ruleIndex;
170 - (void) memoize:(id<ANTLRIntStream>)anInput
174 - (void)traceIn:(NSString *)ruleName Index:(NSInteger)ruleIndex Object:(id)inputSymbol;
175 - (void)traceOut:(NSString *)ruleName Index:(NSInteger)ruleIndex Object:(id)inputSymbol;
181 // stream:(id<ANTLRIntStream>)anInput;