Searched defs:MismatchedNotSetException (Results 1 - 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DMismatchedNotSetException.js1 org.antlr.runtime.MismatchedNotSetException = function(expecting, input) {
2 org.antlr.runtime.MismatchedNotSetException.superclass.constructor.call(this, expecting, input);
6 org.antlr.runtime.MismatchedNotSetException,
9 return "MismatchedNotSetException(" +
12 name: "org.antlr.runtime.MismatchedNotSetException"
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DMismatchedNotSetException.java30 public class MismatchedNotSetException extends MismatchedSetException { class in inherits:MismatchedSetException
32 public MismatchedNotSetException() {;} method in class:MismatchedNotSetException
34 public MismatchedNotSetException(BitSet expecting, IntStream input) { method in class:MismatchedNotSetException
39 return "MismatchedNotSetException("+getUnexpectedType()+"!="+expecting+")";
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DMismatchedNotSetException.cs39 public class MismatchedNotSetException : MismatchedSetException { class in namespace:Antlr.Runtime
40 public MismatchedNotSetException() { method in class:Antlr.Runtime.MismatchedNotSetException
43 public MismatchedNotSetException(string message) method in class:Antlr.Runtime.MismatchedNotSetException
47 public MismatchedNotSetException(string message, Exception innerException) method in class:Antlr.Runtime.MismatchedNotSetException
51 public MismatchedNotSetException(BitSet expecting, IIntStream input) method in class:Antlr.Runtime.MismatchedNotSetException
55 public MismatchedNotSetException(string message, BitSet expecting, IIntStream input) method in class:Antlr.Runtime.MismatchedNotSetException
59 public MismatchedNotSetException(string message, BitSet expecting, IIntStream input, Exception innerException) method in class:Antlr.Runtime.MismatchedNotSetException
63 protected MismatchedNotSetException(SerializationInfo info, StreamingContext context) method in class:Antlr.Runtime.MismatchedNotSetException
68 return "MismatchedNotSetException(" + UnexpectedType + "!=" + Expecting + ")";
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DMismatchedNotSetException.cs40 public class MismatchedNotSetException : MismatchedSetException class in namespace:Antlr.Runtime
42 public MismatchedNotSetException() method in class:Antlr.Runtime.MismatchedNotSetException
46 public MismatchedNotSetException(string message) method in class:Antlr.Runtime.MismatchedNotSetException
51 public MismatchedNotSetException(string message, Exception innerException) method in class:Antlr.Runtime.MismatchedNotSetException
56 public MismatchedNotSetException(BitSet expecting, IIntStream input) method in class:Antlr.Runtime.MismatchedNotSetException
61 public MismatchedNotSetException(string message, BitSet expecting, IIntStream input) method in class:Antlr.Runtime.MismatchedNotSetException
66 public MismatchedNotSetException(string message, BitSet expecting, IIntStream input, Exception innerException) method in class:Antlr.Runtime.MismatchedNotSetException
71 protected MismatchedNotSetException(SerializationInfo info, StreamingContext context) method in class:Antlr.Runtime.MismatchedNotSetException
78 return "MismatchedNotSetException(" + UnexpectedType + "!=" + Expecting + ")";
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dexceptions.py292 class MismatchedNotSetException(MismatchedSetException): class in inherits:MismatchedSetException
296 return "MismatchedNotSetException(%r!=%r)" % (
H A Drecognizers.py42 MismatchedNotSetException, FailedPredicateException, \
382 elif isinstance(e, MismatchedNotSetException):
1300 elif isinstance(e, MismatchedNotSetException):
43 BacktrackingFailed, UnwantedTokenException, MissingTokenException 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 107 milliseconds