Searched refs:ANTLRIntStream (Results 26 - 50 of 101) sorted by relevance

12345

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRUnwantedTokenException.h39 + (ANTLRUnwantedTokenException *)newANTLRUnwantedTokenException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput;
42 - (id) initWithStream:(id<ANTLRIntStream>)anInput And:(NSInteger)expected;
H A DANTLRBaseRecognizer.h31 #import "ANTLRIntStream.h"
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;
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>)anInpu
[all...]
H A DANTLRIntStream.h27 @protocol ANTLRIntStream < NSObject, NSCopying >
H A DANTLRMismatchedNotSetException.h43 - (ANTLRMismatchedNotSetException *)newANTLRMismatchedNotSetException:(id<ANTLRIntStream>)anInput
47 - (id) initWithStream:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)expecting;
H A DANTLRMissingTokenException.h42 Stream:(id<ANTLRIntStream>)anInput
45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedToken;
H A DANTLRTreeException.h36 + (id) exceptionWithOldRoot:(id<ANTLRTree>)theOldRoot newRoot:(id<ANTLRTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
37 - (id) initWithOldRoot:(id<ANTLRTree>)theOldRoot newRoot:(id<ANTLRTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRMismatchedSetException.h37 + (id) exceptionWithSet:(NSSet *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
38 - (id) initWithSet:(NSSet *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
H A DANTLRNoViableAltException.h29 #import "ANTLRIntStream.h"
36 + (ANTLRNoViableAltException *) newANTLRNoViableAltException:(NSInteger)theDecisionNumber state:(NSInteger)theStateNumber stream:(id<ANTLRIntStream>)theStream;
37 - (ANTLRNoViableAltException *) initWithDecision:(NSInteger)theDecisionNumber state:(NSInteger)theStateNumber stream:(id<ANTLRIntStream>)theStream;
H A DANTLRUnwantedTokenException.h39 + (ANTLRUnwantedTokenException *)newANTLRUnwantedTokenException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput;
42 - (id) initWithStream:(id<ANTLRIntStream>)anInput And:(NSInteger)expected;
H A DANTLRBaseRecognizer.h31 #import "ANTLRIntStream.h"
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;
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>)anInpu
[all...]
H A DANTLRIntStream.h27 @protocol ANTLRIntStream < NSObject, NSCopying >
H A DANTLRMismatchedNotSetException.h43 - (ANTLRMismatchedNotSetException *)newANTLRMismatchedNotSetException:(id<ANTLRIntStream>)anInput
47 - (id) initWithStream:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)expecting;
H A DANTLRMissingTokenException.h42 Stream:(id<ANTLRIntStream>)anInput
45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedToken;
H A DANTLRTreeException.h36 + (id) exceptionWithOldRoot:(id<ANTLRTree>)theOldRoot newRoot:(id<ANTLRTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
37 - (id) initWithOldRoot:(id<ANTLRTree>)theOldRoot newRoot:(id<ANTLRTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRMismatchedSetException.h37 + (id) newException:(NSString *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
38 - (id) initWithSet:(NSString *) theExpectedSet stream:(id<ANTLRIntStream>) theStream;
H A DANTLRUnwantedTokenException.h39 + (ANTLRUnwantedTokenException *)newException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput;
42 - (id) initWithStream:(id<ANTLRIntStream>)anInput And:(NSInteger)expected;
H A DANTLRRecognitionException.h31 #import "ANTLRIntStream.h"
35 id<ANTLRIntStream> input;
44 @property (retain, getter=getStream, setter=setStream:) id<ANTLRIntStream> input;
53 + (id) newException:(id<ANTLRIntStream>) anInputStream;
55 - (id) initWithStream:(id<ANTLRIntStream>)anInputStream;
56 - (id) initWithStream:(id<ANTLRIntStream>)anInputStream reason:(NSString *)aReason;
62 - (id<ANTLRIntStream>) getStream;
63 - (void) setStream: (id<ANTLRIntStream>) aStream;
H A DANTLRBaseRecognizer.h31 #import "ANTLRIntStream.h"
105 - (id) match:(id<ANTLRIntStream>)anInput TokenType:(NSInteger)ttype Follow:(ANTLRBitSet *)follow;
106 - (void) matchAny:(id<ANTLRIntStream>)anInput;
107 - (BOOL) mismatchIsUnwantedToken:(id<ANTLRIntStream>)anInput TokenType:(NSInteger) ttype;
108 - (BOOL) mismatchIsMissingToken:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)follow;
118 - (void) recover:(id<ANTLRIntStream>)anInput Exception:(ANTLRRecognitionException *)e;
130 - (id<ANTLRToken>) recoverFromMismatchedToken:(id<ANTLRIntStream>)anInput
134 - (id<ANTLRToken>)recoverFromMismatchedSet:(id<ANTLRIntStream>)anInput
138 - (id) getCurrentInputSymbol:(id<ANTLRIntStream>)anInput;
139 - (id) getMissingSymbol:(id<ANTLRIntStream>)anInpu
[all...]
H A DANTLRFailedPredicateException.h40 + (ANTLRFailedPredicateException *) newException:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
H A DANTLRMismatchedNotSetException.h43 - (ANTLRMismatchedNotSetException *)newException:(id<ANTLRIntStream>)anInput
47 - (id) initWithStream:(id<ANTLRIntStream>)anInput Follow:(NSString *)expecting;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRBaseRecognizer.h31 #import "ANTLRIntStream.h"
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;
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>)anInpu
[all...]
H A DANTLRIntStream.h27 @protocol ANTLRIntStream < NSObject, NSCopying >
H A DANTLRMismatchedNotSetException.h43 - (ANTLRMismatchedNotSetException *)newANTLRMismatchedNotSetException:(id<ANTLRIntStream>)anInput
47 - (id) initWithStream:(id<ANTLRIntStream>)anInput Follow:(ANTLRBitSet *)expecting;
H A DANTLRMissingTokenException.h42 Stream:(id<ANTLRIntStream>)anInput
45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedToken;
H A DANTLRTreeException.h36 + (id) exceptionWithOldRoot:(id<ANTLRTree>)theOldRoot newRoot:(id<ANTLRTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
37 - (id) initWithOldRoot:(id<ANTLRTree>)theOldRoot newRoot:(id<ANTLRTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;

Completed in 226 milliseconds

12345