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

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DMismatchedSetException.as30 public class MismatchedSetException extends RecognitionException {
33 public function MismatchedSetException(expecting:BitSet, input:IntStream) { function
39 return "MismatchedSetException("+unexpectedType+"!="+expecting+")";
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DMismatchedSetException.js1 org.antlr.runtime.MismatchedSetException = function(expecting, input) {
2 org.antlr.runtime.MismatchedSetException.superclass.constructor.call(
8 org.antlr.runtime.MismatchedSetException,
11 return "MismatchedSetException(" +
14 name: "org.antlr.runtime.MismatchedSetException"
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DMismatchedSetException.pm1 package ANTLR::Runtime::MismatchedSetException;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DMismatchedSetException.java30 public class MismatchedSetException extends RecognitionException { class in inherits:RecognitionException
34 public MismatchedSetException() {;} method in class:MismatchedSetException
36 public MismatchedSetException(BitSet expecting, IntStream input) { method in class:MismatchedSetException
42 return "MismatchedSetException("+getUnexpectedType()+"!="+expecting+")";
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DMismatchedSetException.cs40 public class MismatchedSetException : RecognitionException { class in namespace:Antlr.Runtime
43 public MismatchedSetException() { method in class:Antlr.Runtime.MismatchedSetException
46 public MismatchedSetException(string message) method in class:Antlr.Runtime.MismatchedSetException
50 public MismatchedSetException(string message, Exception innerException) method in class:Antlr.Runtime.MismatchedSetException
54 public MismatchedSetException(BitSet expecting, IIntStream input) method in class:Antlr.Runtime.MismatchedSetException
59 public MismatchedSetException(string message, BitSet expecting, IIntStream input) method in class:Antlr.Runtime.MismatchedSetException
64 public MismatchedSetException(string message, BitSet expecting, IIntStream input, Exception innerException) method in class:Antlr.Runtime.MismatchedSetException
69 protected MismatchedSetException(SerializationInfo info, StreamingContext context) method in class:Antlr.Runtime.MismatchedSetException
92 return "MismatchedSetException(" + UnexpectedType + "!=" + Expecting + ")";
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DMismatchedSetException.cs41 public class MismatchedSetException : RecognitionException class in namespace:Antlr.Runtime
45 public MismatchedSetException() method in class:Antlr.Runtime.MismatchedSetException
49 public MismatchedSetException(string message) method in class:Antlr.Runtime.MismatchedSetException
54 public MismatchedSetException(string message, Exception innerException) method in class:Antlr.Runtime.MismatchedSetException
59 public MismatchedSetException( BitSet expecting, IIntStream input ) method in class:Antlr.Runtime.MismatchedSetException
65 public MismatchedSetException(string message, BitSet expecting, IIntStream input) method in class:Antlr.Runtime.MismatchedSetException
71 public MismatchedSetException(string message, BitSet expecting, IIntStream input, Exception innerException) method in class:Antlr.Runtime.MismatchedSetException
77 protected MismatchedSetException(SerializationInfo info, StreamingContext context) method in class:Antlr.Runtime.MismatchedSetException
105 return "MismatchedSetException(" + UnexpectedType + "!=" + Expecting + ")";
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dexceptions.py276 class MismatchedSetException(RecognitionException): class in inherits:RecognitionException
286 return "MismatchedSetException(%r not in %r)" % (
292 class MismatchedNotSetException(MismatchedSetException):
H A Drecognizers.py41 NoViableAltException, EarlyExitException, MismatchedSetException, \
376 elif isinstance(e, MismatchedSetException):
1306 elif isinstance(e, MismatchedSetException):
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 409 milliseconds