Searched defs:MismatchedTreeNodeException (Results 1 - 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DMismatchedTreeNodeException.as4 public class MismatchedTreeNodeException extends RecognitionException {
7 public function MismatchedTreeNodeException(expecting:int, input:TreeNodeStream) { function
13 return "MismatchedTreeNodeException("+unexpectedType+"!="+expecting+")";
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DMismatchedTreeNodeException.js1 org.antlr.runtime.MismatchedTreeNodeException = function(expecting, input) {
3 org.antlr.runtime.MismatchedTreeNodeException.superclass.constructor.call(
10 org.antlr.runtime.MismatchedTreeNodeException,
13 return "MismatchedTreeNodeException(" +
16 name: "org.antlr.runtime.MismatchedTreeNodeException"
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DMismatchedTreeNodeException.java35 public class MismatchedTreeNodeException extends RecognitionException { class in inherits:RecognitionException
38 public MismatchedTreeNodeException() { method in class:MismatchedTreeNodeException
41 public MismatchedTreeNodeException(int expecting, TreeNodeStream input) { method in class:MismatchedTreeNodeException
47 return "MismatchedTreeNodeException("+getUnexpectedType()+"!="+expecting+")";
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DMismatchedTreeNodeException.cs41 public class MismatchedTreeNodeException : RecognitionException { class in namespace:Antlr.Runtime
44 public MismatchedTreeNodeException() { method in class:Antlr.Runtime.MismatchedTreeNodeException
47 public MismatchedTreeNodeException(string message) method in class:Antlr.Runtime.MismatchedTreeNodeException
51 public MismatchedTreeNodeException(string message, Exception innerException) method in class:Antlr.Runtime.MismatchedTreeNodeException
55 public MismatchedTreeNodeException(int expecting, ITreeNodeStream input) method in class:Antlr.Runtime.MismatchedTreeNodeException
60 public MismatchedTreeNodeException(string message, int expecting, ITreeNodeStream input) method in class:Antlr.Runtime.MismatchedTreeNodeException
65 public MismatchedTreeNodeException(string message, int expecting, ITreeNodeStream input, Exception innerException) method in class:Antlr.Runtime.MismatchedTreeNodeException
70 protected MismatchedTreeNodeException(SerializationInfo info, StreamingContext context) method in class:Antlr.Runtime.MismatchedTreeNodeException
93 return "MismatchedTreeNodeException(" + UnexpectedType + "!=" + Expecting + ")";
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DMismatchedTreeNodeException.cs42 public class MismatchedTreeNodeException : RecognitionException class in namespace:Antlr.Runtime
46 public MismatchedTreeNodeException() method in class:Antlr.Runtime.MismatchedTreeNodeException
50 public MismatchedTreeNodeException(string message) method in class:Antlr.Runtime.MismatchedTreeNodeException
55 public MismatchedTreeNodeException(string message, Exception innerException) method in class:Antlr.Runtime.MismatchedTreeNodeException
60 public MismatchedTreeNodeException( int expecting, ITreeNodeStream input ) method in class:Antlr.Runtime.MismatchedTreeNodeException
66 public MismatchedTreeNodeException(string message, int expecting, ITreeNodeStream input) method in class:Antlr.Runtime.MismatchedTreeNodeException
72 public MismatchedTreeNodeException(string message, int expecting, ITreeNodeStream input, Exception innerException) method in class:Antlr.Runtime.MismatchedTreeNodeException
78 protected MismatchedTreeNodeException(SerializationInfo info, StreamingContext context) method in class:Antlr.Runtime.MismatchedTreeNodeException
106 return "MismatchedTreeNodeException(" + UnexpectedType + "!=" + Expecting + ")";
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dexceptions.py352 class MismatchedTreeNodeException(RecognitionException): class in inherits:RecognitionException
361 return "MismatchedTreeNodeException(%r!=%r)" % (
H A Drecognizers.py40 MismatchedRangeException, MismatchedTreeNodeException, \
358 elif isinstance(e, MismatchedTreeNodeException):
43 BacktrackingFailed, UnwantedTokenException, MissingTokenException namespace
H A Dtree.py47 from antlr3.exceptions import MismatchedTreeNodeException, \
2349 raise MismatchedTreeNodeException(ttype, input)
49 NoViableAltException namespace
/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 320 milliseconds