OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANTLRIntStream
(Results
1 - 25
of
101
) sorted by null
1
2
3
4
5
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRMismatchedRangeException.h
30
@protocol
ANTLRIntStream
;
37
+ (id) exceptionWithRange:(NSRange) aRange stream:(id<
ANTLRIntStream
>) theInput;
38
- (id) initWithRange:(NSRange) aRange stream:(id<
ANTLRIntStream
>) theInput;
ANTLRMismatchedTreeNodeException.h
30
@protocol
ANTLRIntStream
;
38
+ (id) newANTLRMismatchedTreeNodeException:(NSInteger)expectedTokenType Stream:(id<
ANTLRIntStream
>)anInput;
39
- (id) initWithTokenType:(NSInteger) expectedTokenType Stream:(id<
ANTLRIntStream
>)anInput;
ANTLREarlyExitException.h
34
+ (ANTLREarlyExitException *) exceptionWithStream:(id<
ANTLRIntStream
>) anInputStream decisionNumber:(NSInteger) aDecisionNumber;
35
- (id) initWithStream:(id<
ANTLRIntStream
>)anInputStream decisionNumber:(NSInteger) aDecisionNumber;
ANTLRMismatchedTokenException.h
32
@protocol
ANTLRIntStream
;
44
+ (id) newANTLRMismatchedTokenException:(NSInteger)expectedTokenType Stream:(id<
ANTLRIntStream
>)anInput;
46
Stream:(id<
ANTLRIntStream
>)anInput
48
+ (id) newANTLRMismatchedTokenExceptionChar:(unichar)expectedCharacter Stream:(id<
ANTLRIntStream
>)anInput;
49
+ (id) newANTLRMismatchedTokenExceptionStream:(id<
ANTLRIntStream
>)anInput
52
- (id) initWithTokenType:(NSInteger)expectedTokenType Stream:(id<
ANTLRIntStream
>)anInput;
54
Stream:(id<
ANTLRIntStream
>)anInput
56
- (id) initWithCharacter:(unichar)expectedCharacter Stream:(id<
ANTLRIntStream
>)anInput;
ANTLRRecognitionException.h
31
#import "
ANTLRIntStream
.h"
35
id<
ANTLRIntStream
> input;
44
@property (retain, getter=getStream, setter=setStream:) id<
ANTLRIntStream
> input;
51
+ (ANTLRRecognitionException *) exceptionWithStream:(id<
ANTLRIntStream
>) anInputStream;
53
- (id) initWithStream:(id<
ANTLRIntStream
>)anInputStream;
54
- (id) initWithStream:(id<
ANTLRIntStream
>)anInputStream reason:(NSString *)aReason;
58
- (id<
ANTLRIntStream
>) getStream;
59
- (void) setStream: (id<
ANTLRIntStream
>) aStream;
ANTLRMismatchedSetException.h
37
+ (id) exceptionWithSet:(NSSet *) theExpectedSet stream:(id<
ANTLRIntStream
>) theStream;
38
- (id) initWithSet:(NSSet *) theExpectedSet stream:(id<
ANTLRIntStream
>) theStream;
ANTLRNoViableAltException.h
29
#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;
ANTLRUnwantedTokenException.h
39
+ (ANTLRUnwantedTokenException *)newANTLRUnwantedTokenException:(NSInteger)expected Stream:(id<
ANTLRIntStream
>)anInput;
42
- (id) initWithStream:(id<
ANTLRIntStream
>)anInput And:(NSInteger)expected;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRMismatchedRangeException.h
30
@protocol
ANTLRIntStream
;
37
+ (id) exceptionWithRange:(NSRange) aRange stream:(id<
ANTLRIntStream
>) theInput;
38
- (id) initWithRange:(NSRange) aRange stream:(id<
ANTLRIntStream
>) theInput;
ANTLRMismatchedTreeNodeException.h
30
@protocol
ANTLRIntStream
;
38
+ (id) newANTLRMismatchedTreeNodeException:(NSInteger)expectedTokenType Stream:(id<
ANTLRIntStream
>)anInput;
39
- (id) initWithTokenType:(NSInteger) expectedTokenType Stream:(id<
ANTLRIntStream
>)anInput;
ANTLREarlyExitException.h
34
+ (ANTLREarlyExitException *) exceptionWithStream:(id<
ANTLRIntStream
>) anInputStream decisionNumber:(NSInteger) aDecisionNumber;
35
- (id) initWithStream:(id<
ANTLRIntStream
>)anInputStream decisionNumber:(NSInteger) aDecisionNumber;
ANTLRMismatchedTokenException.h
32
@protocol
ANTLRIntStream
;
44
+ (id) newANTLRMismatchedTokenException:(NSInteger)expectedTokenType Stream:(id<
ANTLRIntStream
>)anInput;
46
Stream:(id<
ANTLRIntStream
>)anInput
48
+ (id) newANTLRMismatchedTokenExceptionChar:(unichar)expectedCharacter Stream:(id<
ANTLRIntStream
>)anInput;
49
+ (id) newANTLRMismatchedTokenExceptionStream:(id<
ANTLRIntStream
>)anInput
52
- (id) initWithTokenType:(NSInteger)expectedTokenType Stream:(id<
ANTLRIntStream
>)anInput;
54
Stream:(id<
ANTLRIntStream
>)anInput
56
- (id) initWithCharacter:(unichar)expectedCharacter Stream:(id<
ANTLRIntStream
>)anInput;
ANTLRRecognitionException.h
31
#import "
ANTLRIntStream
.h"
35
id<
ANTLRIntStream
> input;
44
@property (retain, getter=getStream, setter=setStream:) id<
ANTLRIntStream
> input;
51
+ (ANTLRRecognitionException *) exceptionWithStream:(id<
ANTLRIntStream
>) anInputStream;
53
- (id) initWithStream:(id<
ANTLRIntStream
>)anInputStream;
54
- (id) initWithStream:(id<
ANTLRIntStream
>)anInputStream reason:(NSString *)aReason;
58
- (id<
ANTLRIntStream
>) getStream;
59
- (void) setStream: (id<
ANTLRIntStream
>) aStream;
ANTLRMismatchedSetException.h
37
+ (id) exceptionWithSet:(NSSet *) theExpectedSet stream:(id<
ANTLRIntStream
>) theStream;
38
- (id) initWithSet:(NSSet *) theExpectedSet stream:(id<
ANTLRIntStream
>) theStream;
ANTLRNoViableAltException.h
29
#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;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRMismatchedRangeException.h
30
@protocol
ANTLRIntStream
;
37
+ (id) exceptionWithRange:(NSRange) aRange stream:(id<
ANTLRIntStream
>) theInput;
38
- (id) initWithRange:(NSRange) aRange stream:(id<
ANTLRIntStream
>) theInput;
ANTLRMismatchedTreeNodeException.h
30
@protocol
ANTLRIntStream
;
38
+ (id) newANTLRMismatchedTreeNodeException:(NSInteger)expectedTokenType Stream:(id<
ANTLRIntStream
>)anInput;
39
- (id) initWithTokenType:(NSInteger) expectedTokenType Stream:(id<
ANTLRIntStream
>)anInput;
ANTLREarlyExitException.h
34
+ (ANTLREarlyExitException *) exceptionWithStream:(id<
ANTLRIntStream
>) anInputStream decisionNumber:(NSInteger) aDecisionNumber;
35
- (id) initWithStream:(id<
ANTLRIntStream
>)anInputStream decisionNumber:(NSInteger) aDecisionNumber;
ANTLRMismatchedTokenException.h
32
@protocol
ANTLRIntStream
;
44
+ (id) newANTLRMismatchedTokenException:(NSInteger)expectedTokenType Stream:(id<
ANTLRIntStream
>)anInput;
46
Stream:(id<
ANTLRIntStream
>)anInput
48
+ (id) newANTLRMismatchedTokenExceptionChar:(unichar)expectedCharacter Stream:(id<
ANTLRIntStream
>)anInput;
49
+ (id) newANTLRMismatchedTokenExceptionStream:(id<
ANTLRIntStream
>)anInput
52
- (id) initWithTokenType:(NSInteger)expectedTokenType Stream:(id<
ANTLRIntStream
>)anInput;
54
Stream:(id<
ANTLRIntStream
>)anInput
56
- (id) initWithCharacter:(unichar)expectedCharacter Stream:(id<
ANTLRIntStream
>)anInput;
ANTLRRecognitionException.h
31
#import "
ANTLRIntStream
.h"
35
id<
ANTLRIntStream
> input;
44
@property (retain, getter=getStream, setter=setStream:) id<
ANTLRIntStream
> input;
51
+ (ANTLRRecognitionException *) exceptionWithStream:(id<
ANTLRIntStream
>) anInputStream;
53
- (id) initWithStream:(id<
ANTLRIntStream
>)anInputStream;
54
- (id) initWithStream:(id<
ANTLRIntStream
>)anInputStream reason:(NSString *)aReason;
58
- (id<
ANTLRIntStream
>) getStream;
59
- (void) setStream: (id<
ANTLRIntStream
>) aStream;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRMismatchedRangeException.h
30
@protocol
ANTLRIntStream
;
39
+ (id) newException:(NSRange) aRange stream:(id<
ANTLRIntStream
>) theInput;
40
- (id) initWithRange:(NSRange) aRange stream:(id<
ANTLRIntStream
>) theInput;
ANTLRMismatchedTreeNodeException.h
30
@protocol
ANTLRIntStream
;
38
+ (id) newException:(NSInteger)expectedTokenType Stream:(id<
ANTLRIntStream
>)anInput;
39
- (id) initWithTokenType:(NSInteger) expectedTokenType Stream:(id<
ANTLRIntStream
>)anInput;
ANTLRCharStream.h
27
#import "
ANTLRIntStream
.h"
32
@protocol ANTLRCharStream <
ANTLRIntStream
>
ANTLREarlyExitException.h
34
+ (ANTLREarlyExitException *) newException:(id<
ANTLRIntStream
>)anInputStream decisionNumber:(NSInteger)aDecisionNumber;
35
- (id) initWithStream:(id<
ANTLRIntStream
>)anInputStream decisionNumber:(NSInteger) aDecisionNumber;
ANTLRMismatchedTokenException.h
32
@protocol
ANTLRIntStream
;
44
+ (id) newException:(NSInteger)expectedTokenType Stream:(id<
ANTLRIntStream
>)anInput;
46
Stream:(id<
ANTLRIntStream
>)anInput
48
+ (id) newExceptionChar:(unichar)expectedCharacter Stream:(id<
ANTLRIntStream
>)anInput;
49
+ (id) newExceptionStream:(id<
ANTLRIntStream
>)anInput
52
- (id) initWithTokenType:(NSInteger)expectedTokenType Stream:(id<
ANTLRIntStream
>)anInput;
54
Stream:(id<
ANTLRIntStream
>)anInput
56
- (id) initWithCharacter:(unichar)expectedCharacter Stream:(id<
ANTLRIntStream
>)anInput;
Completed in 624 milliseconds
1
2
3
4
5