Searched refs:theText (Results 1 – 25 of 37) sorted by relevance
12
56 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;70 + (ANTLRInsertBeforeOp *) newANTLRInsertBeforeOp:(NSInteger)anIndex Text:(NSString *)theText;71 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText;84 …(ANTLRReplaceOp *) newANTLRReplaceOp:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString*)theText;85 - (id) initWithIndex:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString *)theText;132 - (void) insertAfterToken:(id<ANTLRToken>)t Text:(NSString *)theText;133 - (void) insertAfterIndex:(NSInteger)anIndex Text:(NSString *)theText;134 …void) insertAfterProgNam:(NSString *)programName Index:(NSInteger)anIndex Text:(NSString *)theText;137 - (void) insertBeforeToken:(id<ANTLRToken>)t Text:(NSString *)theText;138 - (void) insertBeforeIndex:(NSInteger)anIndex Text:(NSString *)theText;[all …]
49 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)anIndex Text:(NSString *)theText51 return [[ANTLRRewriteOperation alloc] initWithIndex:anIndex Text:theText];54 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText58 text = theText;96 + (ANTLRInsertBeforeOp *) newANTLRInsertBeforeOp:(NSInteger) anIndex Text:(NSString *)theText98 return [[ANTLRInsertBeforeOp alloc] initWithIndex:anIndex Text:theText];101 - (id) initWithIndex:(NSInteger)anIndex Text:(NSString *)theText103 if ((self = [super initWithIndex:anIndex Text:theText]) != nil) {105 text = theText;129 + (ANTLRReplaceOp *) newANTLRReplaceOp:(NSInteger)from ToIndex:(NSInteger)to Text:(NSString*)theText[all …]
115 …eTree>) createTree:(NSInteger)aTType FromToken:(id<ANTLRToken>)aFromToken Text:(NSString *)theText;116 - (id<ANTLRBaseTree>) createTree:(NSInteger)aTType Text:(NSString *)theText;126 - (void) setText:(id<ANTLRBaseTree>)aTree Text:(NSString *)theText;175 - (id<ANTLRToken>)createToken:(NSInteger)aTType Text:(NSString *)theText;
44 + (ANTLRCommonTree *) newTreeWithTokenType:(NSInteger)aTType Text:(NSString *)theText;50 - (id) initWithTokenType:(NSInteger)aTokenType Text:(NSString *)theText;
131 - (void) setText:(NSString *) theText133 if (text != theText) {135 text = [theText retain];
63 + (ANTLRCommonTree *)newTreeWithTokenType:(NSInteger)aTType Text:(NSString *)theText65 return [[ANTLRCommonTree alloc] initWithTokenType:(NSInteger)aTType Text:theText];124 - (id) initWithTokenType:(NSInteger)aTokenType Text:(NSString *)theText128 token = [[ANTLRCommonToken newToken:aTokenType Text:theText] retain];
55 - (void) setText:(NSString *) theText;
64 - (void) setText:(NSString *)theText;
119 NSString *theText = [treeAdaptor textForNode:node];121 [debugListener consumeNode:hash ofType:aType text:theText];
80 - (void) setText:(NSString *) theText;
123 …LRTree>)createTree:(NSInteger)aTType FromToken:(id<ANTLRToken>)aFromToken Text:(NSString *)theText;125 - (id<ANTLRTree>)createTree:(NSInteger)aTType Text:(NSString *)theText;133 - (void) setText:(id<ANTLRTree>)aTree Text:(NSString *)theText;159 - (id<ANTLRToken>)createToken:(NSInteger)aTType Text:(NSString *)theText;
50 + (ANTLRCommonTree *) newANTLRCommonTreeWithTokenType:(NSInteger)aTType Text:(NSString *)theText;62 - (id) initWithTokenType:(NSInteger)aTokenType Text:(NSString *)theText;
23 RuleCharacterIterator::RuleCharacterIterator(const UnicodeString& theText, const SymbolTable* theSy… in RuleCharacterIterator() argument25 text(theText), in RuleCharacterIterator()
111 const Replaceable& theText, UTransPosition& pos) { in _debugOut() argument119 UnicodeString* text = (UnicodeString*)&theText; in _debugOut()128 #define _debugOut(msg, rule, theText, pos)
133 void Report(string theText);