Home | History | Annotate | Download | only in Framework

Lines Matching full:tokensource

36 @synthesize tokenSource;
56 tokenSource = nil;
68 tokenSource = [aSource retain];
81 copy.tokenSource = self.tokenSource;
96 if ( tokenSource ) [tokenSource release];
112 return tokenSource;
197 id<ANTLRToken> t = [tokenSource nextToken];
278 tokenSource = aTokenSource;
337 return [tokenSource getSourceName];