Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRMismatchedTokenException.h36 unichar expectingChar; variable
41 @property (assign, getter=getExpectingChar, setter=setExpectingChar:) unichar expectingChar;
DANTLRMismatchedTokenException.m33 @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/
DANTLRMismatchedTokenException.h36 unichar expectingChar; variable
41 @property (assign, getter=getExpectingChar, setter=setExpectingChar:) unichar expectingChar;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRMismatchedTokenException.h36 unichar expectingChar; variable
41 @property (assign, getter=getExpectingChar, setter=setExpectingChar:) unichar expectingChar;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRMismatchedTokenException.h36 unichar expectingChar; variable
41 @property (assign, getter=getExpectingChar, setter=setExpectingChar:) unichar expectingChar;