HomeSort by relevance Sort by last modified time
    Searched refs:ANTLRIntStream (Results 51 - 75 of 101) sorted by null

1 23 4 5

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRMissingTokenException.h 42 Stream:(id<ANTLRIntStream>)anInput
45 - (id) init:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput With:(id<ANTLRToken>)insertedToken;
ANTLRNoViableAltException.h 29 #import "ANTLRIntStream.h"
36 + (ANTLRNoViableAltException *) newException:(NSInteger)theDecisionNumber state:(NSInteger)theStateNumber stream:(id<ANTLRIntStream>)theStream;
37 - (ANTLRNoViableAltException *) initWithDecision:(NSInteger)theDecisionNumber state:(NSInteger)theStateNumber stream:(id<ANTLRIntStream>)theStream;
ANTLRTreeException.h 36 + (id) newException:(id<ANTLRBaseTree>)theOldRoot newRoot:(id<ANTLRBaseTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
37 - (id) initWithOldRoot:(id<ANTLRBaseTree>)theOldRoot newRoot:(id<ANTLRBaseTree>)theNewRoot stream:(id<ANTLRIntStream>)aStream;
ANTLRTreeParser.h 55 - (id) getCurrentInputSymbol:(id<ANTLRIntStream>) anInput;
57 - (id) getMissingSymbol:(id<ANTLRIntStream>)input
66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
72 - (id) recoverFromMismatchedToken:(id<ANTLRIntStream>)anInput
ANTLRTokenStream.h 28 #import "ANTLRIntStream.h"
31 @protocol ANTLRTokenStream < ANTLRIntStream >
ANTLRIntStream.h 31 @protocol ANTLRIntStream < NSObject, NSCopying >
ANTLRCommonErrorNode.h 34 //#import "ANTLRIntStream.h"
40 id<ANTLRIntStream> input;
63 @property (retain) id<ANTLRIntStream> input;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRCharStream.h 27 #import "ANTLRIntStream.h"
32 @protocol ANTLRCharStream < ANTLRIntStream >
ANTLRTreeParser.h 55 - (id) getCurrentInputSymbol:(id<ANTLRIntStream>) anInput;
57 - (id) getMissingSymbol:(id<ANTLRIntStream>)input
66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
72 - (id) recoverFromMismatchedToken:(id<ANTLRIntStream>)anInput
ANTLRFailedPredicateException.h 40 + (ANTLRFailedPredicateException *) exceptionWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
ANTLRTokenStream.h 28 #import "ANTLRIntStream.h"
31 @protocol ANTLRTokenStream < ANTLRIntStream >
ANTLRDFA.h 54 - (void) noViableAlt:(NSInteger)state Stream:(id<ANTLRIntStream>)anInput;
56 - (NSInteger) specialStateTransition:(NSInteger)state Stream:(id<ANTLRIntStream>)anInput;
ANTLRTreeNodeStream.h 29 #import "ANTLRIntStream.h"
35 @protocol ANTLRTreeNodeStream < ANTLRIntStream >
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRCharStream.h 27 #import "ANTLRIntStream.h"
32 @protocol ANTLRCharStream < ANTLRIntStream >
ANTLRTreeParser.h 55 - (id) getCurrentInputSymbol:(id<ANTLRIntStream>) anInput;
57 - (id) getMissingSymbol:(id<ANTLRIntStream>)input
66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
72 - (id) recoverFromMismatchedToken:(id<ANTLRIntStream>)anInput
ANTLRFailedPredicateException.h 40 + (ANTLRFailedPredicateException *) exceptionWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
ANTLRTokenStream.h 28 #import "ANTLRIntStream.h"
31 @protocol ANTLRTokenStream < ANTLRIntStream >
ANTLRDFA.h 54 - (void) noViableAlt:(NSInteger)state Stream:(id<ANTLRIntStream>)anInput;
56 - (NSInteger) specialStateTransition:(NSInteger)state Stream:(id<ANTLRIntStream>)anInput;
ANTLRTreeNodeStream.h 29 #import "ANTLRIntStream.h"
35 @protocol ANTLRTreeNodeStream < ANTLRIntStream >
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCharStream.h 27 #import "ANTLRIntStream.h"
32 @protocol ANTLRCharStream < ANTLRIntStream >
ANTLRTreeParser.h 55 - (id) getCurrentInputSymbol:(id<ANTLRIntStream>) anInput;
57 - (id) getMissingSymbol:(id<ANTLRIntStream>)input
66 - (void) matchAny:(id<ANTLRIntStream>)ignore;
72 - (id) recoverFromMismatchedToken:(id<ANTLRIntStream>)anInput
ANTLRFailedPredicateException.h 40 + (ANTLRFailedPredicateException *) exceptionWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
41 - (ANTLRFailedPredicateException *) initWithRuleName:(NSString *)theRuleName predicate:(NSString *)thePredicate stream:(id<ANTLRIntStream>)theStream;
ANTLRTokenStream.h 28 #import "ANTLRIntStream.h"
31 @protocol ANTLRTokenStream < ANTLRIntStream >
ANTLRDFA.h 54 - (void) noViableAlt:(NSInteger)state Stream:(id<ANTLRIntStream>)anInput;
56 - (NSInteger) specialStateTransition:(NSInteger)state Stream:(id<ANTLRIntStream>)anInput;
ANTLRTreeNodeStream.h 29 #import "ANTLRIntStream.h"
35 @protocol ANTLRTreeNodeStream < ANTLRIntStream >

Completed in 518 milliseconds

1 23 4 5