Home
last modified time | relevance | path

Searched refs:expectingChar (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/ObjC/Framework/
DMismatchedTokenException.h36 unichar expectingChar; variable
41 @property (assign, getter=getExpectingChar, setter=setExpectingChar:) unichar expectingChar;
DMismatchedTokenException.m33 @synthesize expectingChar;
82 expectingChar = expectedCharacter;
94 [desc appendFormat:@" expected:%C got:%c", self.c, (unichar)expectingChar];
DLexer.m348 [self getCharErrorDisplay:mte.c], [self getCharErrorDisplay:mte.expectingChar]];