Searched refs:expectingChar (Results 1 – 5 of 5) sorted by relevance
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRMismatchedTokenException.h | 36 unichar expectingChar; variable 41 @property (assign, getter=getExpectingChar, setter=setExpectingChar:) unichar expectingChar;
|
D | ANTLRMismatchedTokenException.m | 33 @synthesize expectingChar; 82 expectingChar = expectedCharacter; 94 [desc appendFormat:@" expected:%c got:%c", expectingChar, (unichar)[self unexpectedType]];
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRMismatchedTokenException.h | 36 unichar expectingChar; variable 41 @property (assign, getter=getExpectingChar, setter=setExpectingChar:) unichar expectingChar;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRMismatchedTokenException.h | 36 unichar expectingChar; variable 41 @property (assign, getter=getExpectingChar, setter=setExpectingChar:) unichar expectingChar;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRMismatchedTokenException.h | 36 unichar expectingChar; variable 41 @property (assign, getter=getExpectingChar, setter=setExpectingChar:) unichar expectingChar;
|