Home
last modified time | relevance | path

Searched defs:ANTLRBitSet (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/antlr/runtime/ObjC/Framework/
H A DBaseRecognizer.m232 -(id) match:(id<IntStream>)anInput TokenType:(NSInteger)ttype Follow:(ANTLRBitSet *)follow
261 -(BOOL) mismatchIsMissingToken:(id<IntStream>)anInput Follow:(ANTLRBitSet *) follow
732 - (id<Token>)recoverFromMismatchedToken:(id<IntStream>)anInput
767 -(id) recoverFromMismatchedSet:(id<IntStream>)anInput
814 - (id)getMissingSymbol:(id<IntStream>)anInput
834 -(void) consumeUntilFollow:(id<IntStream>)anInput Follow:(ANTLRBitSet *)set
846 - (void)pushFollow:(ANTLRBitSet *)fset
H A DTreeParser.m77 - (void) mismatch:(id<IntStream>)aStream tokenType:(TokenType)aTType follow:(ANTLRBitSet *)aBitset
104 - (id) getMissingSymbol:(id<IntStream>)anInput
150 …ecoverFromMismatchedToken:(id<IntStream>)anInput Type:(NSInteger)ttype Follow:(ANTLRBitSet *)follow
H A DANTLRBitSet.m29 @implementation ANTLRBitSet implementation
195 - (ANTLRBitSet *) or:(ANTLRBitSet *) aBitSet
203 - (void) orInPlace:(ANTLRBitSet *) aBitSet
H A DDebugTreeParser.m111 - (void) recoverFromMismatchedToken:(id<IntStream>)inputStream
120 - (void) recoverFromMismatchedSet:(id<IntStream>)inputStream
H A DMismatchedTokenException.m54 … newExceptionStream:(id<IntStream>)anInput Exception:(NSException *)e Follow:(ANTLRBitSet *) follow
H A DParser.m98 - (CommonToken *)getMissingSymbol:(id<TokenStream>)anInput
H A DCommonTokenStream.m248 - (NSArray *) tokensInRange:(NSRange)aRange inBitSet:(ANTLRBitSet *)aBitSet
H A DBufferedTokenStream.m298 …utableArray *)getTokensFrom:(NSInteger)startIndex To:(NSInteger)stopIndex With:(ANTLRBitSet *)types