Searched refs:id (Results 76 - 100 of 9147) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTokenSource.h35 - (id<ANTLRToken>) nextToken;
H A DANTLRTokenStream.h39 - (id<ANTLRToken>) LT:(NSInteger) i;
41 - (id<ANTLRToken>) getToken:(NSUInteger) i;
43 - (id) getTokenSource;
59 - (NSString *) toStringFromToken:(id<ANTLRToken>)startToken ToToken:(id<ANTLRToken>)stopToken;
H A DANTLRTree.h29 //+ (id<ANTLRTree>) invalidNode;
31 - (id<ANTLRTree>) getChild:(NSUInteger)index;
36 - (id<ANTLRTree>)getParent;
38 - (void) setParent:(id<ANTLRTree>)t;
44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
62 - (void) addChild:(id<ANTLRTree>) t;
65 - (void) setChild:(NSInteger)i With:(id<ANTLRTree>) t;
67 - (id) deleteChild:(NSInteger) i;
74 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id)t;
101 - (id<ANTLRTre
[all...]
H A DANTLRTreeAdaptor.h37 + (id<ANTLRTree>) newEmptyTree;
39 - (id<ANTLRTree>) createTree:(id<ANTLRToken>)payload;
42 - (id<ANTLRTree>)dupNode:(id<ANTLRTree>)aNode; // copies just the node
43 - (id<ANTLRTree>)dupTree:(id<ANTLRTree>)aTree; // copies the entire subtree, recursively
49 - (id) emptyNode;
65 - (id) errorNode:(id<ANTLRTokenStrea
[all...]
H A DANTLRTreeException.h32 id<ANTLRTree> oldRoot;
33 id<ANTLRTree> newRoot;
36 + (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<ANTLRIntStrea
[all...]
H A DANTLRTreeIterator.h40 id<ANTLRTreeAdaptor> adaptor;
41 id<ANTLRTree> root;
42 id<ANTLRTree> tree;
44 id<ANTLRTree> up;
45 id<ANTLRTree> down;
46 id<ANTLRTree> eof;
51 @property(retain, readwrite) id<ANTLRTree> up;
52 @property(retain, readwrite) id<ANTLRTree> down;
53 @property(retain, readwrite) id<ANTLRTree> eof;
57 andTree:(id<ANTLRTre
[all...]
H A DANTLRTreeNodeStream.h37 - (id) initWithTree:(ANTLRCommonTree *)theTree;
38 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)theAdaptor Tree:(ANTLRCommonTree *)theTree;
40 - (id) LT:(NSInteger)k;
41 - (id) getTreeSource;
42 - (id<ANTLRTreeAdaptor>) getTreeAdaptor;
43 - (id<ANTLRTokenStream>) getTokenStream;
46 - (id) getNode:(NSInteger) idx;
48 - (NSString *) toStringFromNode:(id)startNode ToNode:(id)stopNod
[all...]
H A DANTLRTreeParser.h34 id<ANTLRTreeNodeStream> input;
37 @property (retain, getter=getInput, setter=setInput:) id<ANTLRTreeNodeStream> input;
39 + (id) newANTLRTreeParser:(id<ANTLRTreeNodeStream>)anInput;
40 + (id) newANTLRTreeParser:(id<ANTLRTreeNodeStream>)anInput State:(ANTLRRecognizerSharedState *)state;
42 - (id) initWithStream:(id<ANTLRTreeNodeStream>)theInput;
43 - (id) initWithStream:(id<ANTLRTreeNodeStrea
[all...]
H A DANTLRTreePatternLexer.h78 - (id) init;
79 - (id) initWithPattern:(NSString *)aPattern;
H A DANTLRTreePatternParser.h42 id<ANTLRTreeAdaptor> adaptor;
48 Adaptor:(id<ANTLRTreeAdaptor>)anAdaptor;
49 - (id) init;
50 - (id) initWithTokenizer:(ANTLRTreePatternLexer *)tokenizer
52 Adaptor:(id<ANTLRTreeAdaptor>)anAdaptor;
53 - (id<ANTLRTree>) pattern;
54 - (id<ANTLRTree>) parseTree;
55 - (id<ANTLRTree>) parseNode;
H A DANTLRTreeRewriter.h36 id actor;
40 + (ANTLRfptr *)newANTLRfptrWithRule:(SEL)aRuleAction withObject:(id)anObject;
41 -initWithRule:(SEL)ruleAction withObject:(id)anObject;
43 - (id)rule;
49 id<ANTLRTokenStream> originalTokenStream;
50 id<ANTLRTreeAdaptor> originalAdaptor;
56 + (ANTLRTreeRewriter *) newANTLRTreeRewriter:(id<ANTLRTreeNodeStream>)anInput;
57 + (ANTLRTreeRewriter *) newANTLRTreeRewriter:(id<ANTLRTreeNodeStream>)anInput State:(ANTLRRecognizerSharedState *)aState;
58 - (id)initWithStream:(id<ANTLRTreeNodeStrea
[all...]
H A DANTLRTreeRuleReturnScope.h47 - (id) copyWithZone:(NSZone *)theZone;
H A DANTLRTreeVisitor.h37 id<ANTLRTreeAdaptor> adaptor;
39 + (ANTLRTreeVisitor *)newANTLRTreeVisitor:(id<ANTLRTreeAdaptor>) anAdaptor;
41 - (id)init;
42 - (id)initWithAdaptor:(id<ANTLRTreeAdaptor>)anAdaptor;
43 - (ANTLRTreeVisitor *)visit:(id<ANTLRTree>)t Action:(ANTLRTreeVisitorAction *)action;
H A DANTLRTreeVisitorAction.h41 - (id) init;
H A DANTLRTreeWizard.h42 - (void) visit:(id<ANTLRTree>)t Parent:(id<ANTLRTree>)parent ChildIndex:(NSInteger)childIndex Map:(ANTLRMap *)labels;
48 id actor;
49 id object1;
50 id object2;
52 + (ANTLRVisitor *)newANTLRVisitor:(NSInteger)anAction Actor:(id)anActor Object:(id)anObject1 Object:(id)anObject2;
53 - (id) initWithAction:(NSInteger)anAction Actor:(id)anActo
[all...]
H A DANTLRUnbufferedCommonTreeNodeStreamState.h63 - (void) addToLookahead: (id)lookaheadObject;
64 - (void) removeFromLookahead: (id)lookaheadObject;
H A DANTLRUnbufferedTokenStream.h39 id<ANTLRTokenSource> tokenSource;
44 @property (retain, getter=getTokenSource, setter=setTokenSource:) id<ANTLRTokenSource> tokenSource;
48 + (ANTLRUnbufferedTokenStream *)newANTLRUnbufferedTokenStream:(id<ANTLRTokenSource>)aTokenSource;
49 - (id) init;
50 - (id) initWithTokenSource:(id<ANTLRTokenSource>)aTokenSource;
52 - (id<ANTLRToken>)nextElement;
53 - (BOOL)isEOF:(id<ANTLRToken>) aToken;
54 - (id<ANTLRTokenSource>)getTokenSource;
56 - (NSString *)toStringFromToken:(id<ANTLRToke
[all...]
H A DANTLRUniqueIDMap.h47 + (id)newANTLRUniqueIDMap;
48 + (id)newANTLRUniqueIDMapWithLen:(NSInteger)aHashSize;
50 - (id)init;
51 - (id)initWithLen:(NSInteger)cnt;
61 - (id)getNode:(id<ANTLRTree>)aNode;
62 - (void)putID:(id)anID Node:(id<ANTLRTree>)aNode;
H A DANTLRUnwantedTokenException.h39 + (ANTLRUnwantedTokenException *)newANTLRUnwantedTokenException:(NSInteger)expected Stream:(id<ANTLRIntStream>)anInput;
41 - (id) init;
42 - (id) initWithStream:(id<ANTLRIntStream>)anInput And:(NSInteger)expected;
43 - (id<ANTLRToken>)getUnexpectedToken;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBaseMapElement.h41 + (id) newANTLRBaseMapElement;
42 + (id) newANTLRBaseMapElementWithIndex:(NSNumber *)anIdx;
43 - (id) init;
44 - (id) initWithAnIndex:(NSNumber *)anIdx;
46 - (id) copyWithZone:(NSZone *)aZone;
H A DANTLRBaseRecognizer.h80 - (id) init;
81 - (id) initWithLen:(NSInteger)aLen;
82 - (id) initWithState:(ANTLRRecognizerSharedState *)aState;
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<ANTLRToke
[all...]
H A DANTLRBaseStack.h52 - (id)init;
53 - (id)initWithLen:(NSInteger)cnt;
57 - (id) copyWithZone:(NSZone *)aZone;
H A DANTLRBaseTree.h33 + (id<ANTLRBaseTree>) newANTLRBaseTree;
34 + (id<ANTLRBaseTree>) newANTLRBaseTree:(id<ANTLRBaseTree>)node;
36 - (id<ANTLRBaseTree>) init;
37 - (id<ANTLRBaseTree>) initWith:(id<ANTLRTree>)node;
39 - (id<ANTLRBaseTree>) getChild:(NSUInteger)i;
42 - (id<ANTLRBaseTree>)getFirstChildWithType:(NSInteger)type;
48 - (void) addChild:(id<ANTLRTree>) tree;
52 - (void) setChild:(NSInteger) i With:(id<ANTLRTre
[all...]
H A DANTLRBaseTreeAdaptor.h40 + (id<ANTLRTreeAdaptor>) newEmptyTree;
42 - (id) init;
44 - (id) copyWithZone:(NSZone *)aZone;
46 - (id) emptyNode;
65 - (id) errorNode:(id<ANTLRTokenStream>)anInput
66 From:(id<ANTLRToken>)startToken
67 To:(id<ANTLRToken>)stopToken
70 - (BOOL) isNil:(id<ANTLRTree>) aTree;
72 - (id<ANTLRTre
[all...]
H A DANTLRBitSet.h88 - (id) mutableCopyWithZone:(NSZone *) theZone;

Completed in 429 milliseconds

1234567891011>>