Home
last modified time | relevance | path

Searched refs:unexpectedType (Results 1 – 25 of 29) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Python/tests/
Dt012lexerXML.py72 assert exc.unexpectedType == '>', repr(exc.unexpectedType)
96 assert exc.unexpectedType == 't', repr(exc.unexpectedType)
120 assert exc.unexpectedType == 'a', repr(exc.unexpectedType)
Dt005lexer.py59 assert exc.unexpectedType == '2', repr(exc.unexpectedType)
71 assert exc.unexpectedType == antlr3.EOF, repr(exc.unexpectedType)
Dt007lexer.py52 assert exc.unexpectedType == 'o', repr(exc.unexpectedType)
Dt006lexer.py55 assert exc.unexpectedType == '2', repr(exc.unexpectedType)
Dt009lexer.py61 assert exc.unexpectedType == 'a', repr(exc.unexpectedType)
Dt008lexer.py60 assert exc.unexpectedType == 'b', repr(exc.unexpectedType)
Dt010lexer.py71 assert exc.unexpectedType == '-', repr(exc.unexpectedType)
Dt011lexer.py71 assert exc.unexpectedType == '-', repr(exc.unexpectedType)
Dt002lexer.py46 self.failUnlessEqual(exc.unexpectedType, '2')
Dt003lexer.py49 self.failUnlessEqual(exc.unexpectedType, '2')
Dt001lexer.py53 self.failUnlessEqual(exc.unexpectedType, '1')
Dt004lexer.py65 self.failUnlessEqual(exc.unexpectedType, '2')
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DMismatchedTokenException.cs133 int unexpectedType = UnexpectedType; in ToString()
134 …( TokenNames != null && unexpectedType >= 0 && unexpectedType < TokenNames.Count ) ? TokenNames[un… in ToString()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DMismatchedTokenException.cs128 int unexpectedType = UnexpectedType; in ToString()
129 …= (TokenNames != null && unexpectedType >= 0 && unexpectedType < TokenNames.Count) ? TokenNames[un… in ToString()
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DNoViableAltException.as48 …return "NoViableAltException('"+String.fromCharCode(unexpectedType)+"'@["+grammarDecisionDescripti…
51 return "NoViableAltException("+unexpectedType+"@["+grammarDecisionDescription+"])";
DMismatchedTreeNodeException.as13 return "MismatchedTreeNodeException("+unexpectedType+"!="+expecting+")";
DMismatchedSetException.as39 return "MismatchedSetException("+unexpectedType+"!="+expecting+")";
DMismatchedTokenException.as40 return "MismatchedTokenException("+unexpectedType+"!="+expecting+")";
DMismatchedRangeException.as40 return "MismatchedNotSetException("+unexpectedType+" not in ["+a+","+b+"])";
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRMismatchedTokenException.m92 [desc appendFormat:@" expected:%d got:%d", expecting, [self unexpectedType]];
94 [desc appendFormat:@" expected:%c got:%c", expectingChar, (unichar)[self unexpectedType]];
DANTLRRecognitionException.h59 - (NSInteger) unexpectedType;
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dexceptions.py193 unexpectedType = property(getUnexpectedType) variable in RecognitionException
317 self.unexpectedType, self.grammarDecisionDescription
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRRecognitionException.h55 - (NSInteger) unexpectedType;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRRecognitionException.h55 - (NSInteger) unexpectedType;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRRecognitionException.h55 - (NSInteger) unexpectedType;

12