Searched refs:getUnexpectedType (Results 1 - 16 of 16) sorted by relevance

/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DNoViableAltException.java51 return "NoViableAltException('"+(char)getUnexpectedType()+"'@["+grammarDecisionDescription+"])";
54 return "NoViableAltException("+getUnexpectedType()+"@["+grammarDecisionDescription+"])";
H A DMismatchedNotSetException.java39 return "MismatchedNotSetException("+getUnexpectedType()+"!="+expecting+")";
H A DMismatchedSetException.java42 return "MismatchedSetException("+getUnexpectedType()+"!="+expecting+")";
H A DMismatchedTokenException.java43 return "MismatchedTokenException("+getUnexpectedType()+"!="+expecting+")";
H A DMismatchedRangeException.java43 return "MismatchedNotSetException("+getUnexpectedType()+" not in ["+a+","+b+"])";
H A DMismatchedTreeNodeException.java47 return "MismatchedTreeNodeException("+getUnexpectedType()+"!="+expecting+")";
H A DRecognitionException.java167 public int getUnexpectedType() { method in class:RecognitionException
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DNoViableAltException.js17 return "NoViableAltException('"+this.getUnexpectedType()+"'@["+this.grammarDecisionDescription+"])";
20 return "NoViableAltException("+this.getUnexpectedType()+"@["+this.grammarDecisionDescription+"])";
H A DMismatchedNotSetException.js10 this.getUnexpectedType() + "!=" + this.expecting + ")";
H A DMismatchedSetException.js12 this.getUnexpectedType() + "!=" + this.expecting + ")";
H A DMismatchedRangeExceptions.js17 this.getUnexpectedType()+" not in ["+this.a+","+this.b+"])";
H A DMismatchedTokenException.js16 this.getUnexpectedType() + "!=" + this.expecting + ")";
H A DMismatchedTreeNodeException.js14 this.getUnexpectedType() + "!=" + this.expecting + ")";
H A DRecognitionException.js168 getUnexpectedType: function() {
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dexceptions.py177 def getUnexpectedType(self): member in class:RecognitionException
193 unexpectedType = property(getUnexpectedType)
207 self.getUnexpectedType(), self.expecting
271 self.getUnexpectedType(), self.a, self.b
287 self.getUnexpectedType(), self.expecting
297 self.getUnexpectedType(), self.expecting
362 self.getUnexpectedType(), self.expecting
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 221 milliseconds