Searched refs:TokenTypeEOF (Results 1 – 25 of 28) sorted by relevance
12
201 if ( t.type == TokenTypeEOF )228 if ( t.type == TokenTypeEOF )362 if ( t.type == TokenTypeEOF )381 if ( [((CommonToken *)[tokens objectAtIndex:index]) type] == TokenTypeEOF )386 while ( [((CommonToken *)[tokens objectAtIndex:i]) type] != TokenTypeEOF ) {
60 navigationNodeEOF = [[adaptor createTree:TokenTypeEOF Text:@"EOF"] retain]; // set EOF75 navigationNodeEOF = [[adaptor createTree:TokenTypeEOF Text:@"EOF"] retain]; // set EOF134 return [adaptor getType:(CommonTree *)aTree] == TokenTypeEOF;235 while ( type != TokenTypeEOF ) {
56 eof = [[adaptor createTree:TokenTypeEOF Text:@"EOF"] retain];74 eof = [[adaptor createTree:TokenTypeEOF Text:@"EOF"] retain];90 eof = [[adaptor createTree:TokenTypeEOF Text:@"EOF"] retain];
119 eof = [[adaptor createTree:TokenTypeEOF Text:@"EOF"] retain];136 eof = [[adaptor createTree:TokenTypeEOF Text:@"EOF"] retain];153 eof = [[adaptor createTree:TokenTypeEOF Text:@"EOF"] retain];173 eof = [[adaptor createTree:TokenTypeEOF Text:@"EOF"] retain];507 else if ([adaptor getType:aStop] == TokenTypeEOF) {
35 TokenTypeEOF = -1, enumerator
104 if ( expectedTokenType == TokenTypeEOF )110 if ( current.type == TokenTypeEOF ) {
52 EOF_TOKEN = [CommonToken newToken:TokenTypeEOF Text:@"EOF"];104 EOF_TOKEN = [[CommonToken newToken:TokenTypeEOF Text:@"EOF"] retain];159 if (type == TokenTypeEOF)
65 aStopToken.type != TokenTypeEOF) )113 if ( stopToken.type == TokenTypeEOF ) {
84 return (aToken.type == TokenTypeEOF);
358 if ( ute.expecting == TokenTypeEOF ) {370 if ( mte.expecting== TokenTypeEOF ) {381 if ( mte.expecting== TokenTypeEOF ) {392 if ( mtne.expecting==TokenTypeEOF ) {466 if ( t.type == TokenTypeEOF ) {827 while (ttype != TokenTypeEOF && ttype != tokenType) {838 while (ttype != TokenTypeEOF && ![set member:ttype] ) {
91 if ( t.type == TokenTypeEOF ) {
128 Type:TokenTypeEOF393 case TokenTypeEOF :
114 if ( ((CommonToken *)[tokens objectAtIndex:rwIndex]).type != TokenTypeEOF ) {436 if ( [((CommonToken *)[lastRewriteTokenIndexes objectAtIndex:i]) type] != TokenTypeEOF )484 if ( t.type != TokenTypeEOF )
132 while ( tokenType != TokenTypeEOF && !( tokenType == TokenTypeUP && level == 0) ) {
188 if ( t.type == TokenTypeEOF )
13 while ((currentToken = [[lexer nextToken] retain]) && currentToken.type != TokenTypeEOF) {
14 while ((currentToken = [lexer nextToken]) && currentToken.type != TokenTypeEOF) {
26 STAssertEquals(token.type, (NSInteger)TokenTypeEOF, @"Token was not of type TokenTypeEOF");
17 while ((currentToken = [lex nextToken]) && currentToken.type != TokenTypeEOF) {
16 // while ((currentToken = [lexer nextToken]) && [currentToken type] != TokenTypeEOF) {
17 // while ((currentToken = [lexer nextToken]) && currentToken.type != TokenTypeEOF) {
15 // while ((currentToken = [lexer nextToken]) && [currentToken type] != TokenTypeEOF) {
38 // while ((currentToken = [lexer nextToken]) && [currentToken type] != TokenTypeEOF) {
521 CommonTree *child2 = [CommonTree newTreeWithTokenType:TokenTypeEOF];539 CommonTree *child2 = [CommonTree newTreeWithTokenType:TokenTypeEOF];