Home
last modified time | relevance | path

Searched defs:UnwantedTokenException (Results 1 – 8 of 8) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DUnwantedTokenException.cs42 public class UnwantedTokenException : MismatchedTokenException class
44 public UnwantedTokenException() in UnwantedTokenException() method in Antlr.Runtime.UnwantedTokenException
48 public UnwantedTokenException(string message) in UnwantedTokenException() method in Antlr.Runtime.UnwantedTokenException
53 public UnwantedTokenException(string message, Exception innerException) in UnwantedTokenException() method in Antlr.Runtime.UnwantedTokenException
58 public UnwantedTokenException(int expecting, IIntStream input) in UnwantedTokenException() method in Antlr.Runtime.UnwantedTokenException
63 public UnwantedTokenException(int expecting, IIntStream input, IList<string> tokenNames) in UnwantedTokenException() method in Antlr.Runtime.UnwantedTokenException
68 …public UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> token… in UnwantedTokenException() method in Antlr.Runtime.UnwantedTokenException
73 …public UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> token… in UnwantedTokenException() method in Antlr.Runtime.UnwantedTokenException
78 protected UnwantedTokenException(SerializationInfo info, StreamingContext context) in UnwantedTokenException() method in Antlr.Runtime.UnwantedTokenException
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DUnwantedTokenException.cs41 public class UnwantedTokenException : MismatchedTokenException { class
42 public UnwantedTokenException() { in UnwantedTokenException() method in Antlr.Runtime.UnwantedTokenException
45 public UnwantedTokenException(string message) in UnwantedTokenException() method in Antlr.Runtime.UnwantedTokenException
49 public UnwantedTokenException(string message, Exception innerException) in UnwantedTokenException() method in Antlr.Runtime.UnwantedTokenException
53 public UnwantedTokenException(int expecting, IIntStream input) in UnwantedTokenException() method in Antlr.Runtime.UnwantedTokenException
57 public UnwantedTokenException(int expecting, IIntStream input, IList<string> tokenNames) in UnwantedTokenException() method in Antlr.Runtime.UnwantedTokenException
61 …public UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> token… in UnwantedTokenException() method in Antlr.Runtime.UnwantedTokenException
65 …public UnwantedTokenException(string message, int expecting, IIntStream input, IList<string> token… in UnwantedTokenException() method in Antlr.Runtime.UnwantedTokenException
69 protected UnwantedTokenException(SerializationInfo info, StreamingContext context) in UnwantedTokenException() method in Antlr.Runtime.UnwantedTokenException
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DUnwantedTokenException.java31 public class UnwantedTokenException extends MismatchedTokenException { class
33 public UnwantedTokenException() {;} in UnwantedTokenException() method in UnwantedTokenException
35 public UnwantedTokenException(int expecting, IntStream input) { in UnwantedTokenException() method in UnwantedTokenException
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DUnwantedTokenException.as3 public class UnwantedTokenException extends MismatchedTokenException class in org.antlr.runtime
5 public function UnwantedTokenException(expecting:int, input:IntStream) method in org.antlr.runtime.UnwantedTokenException
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DUnwantedTokenException.js2 org.antlr.runtime.UnwantedTokenException = function(expecting, input) { class in org.antlr.runtime
/external/antlr/runtime/ObjC/Framework/
DUnwantedTokenException.m34 @implementation UnwantedTokenException : MismatchedTokenException implementation
/external/antlr/runtime/Python3/antlr3/
Dexceptions.py211 class UnwantedTokenException(MismatchedTokenException): class
/external/antlr/runtime/Python/antlr3/
Dexceptions.py212 class UnwantedTokenException(MismatchedTokenException): class