Searched defs:FailedPredicateException (Results 1 - 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DFailedPredicateException.as35 public class FailedPredicateException extends RecognitionException {
39 public function FailedPredicateException(input:IntStream, function
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DFailedPredicateException.js12 org.antlr.runtime.FailedPredicateException = function(input, ruleName, predicateText){
13 org.antlr.runtime.FailedPredicateException.superclass.constructor.call(this, input);
19 org.antlr.runtime.FailedPredicateException,
21 /** @lends org.antlr.runtime.FailedPredicateException.prototype */
27 return "FailedPredicateException("+this.ruleName+",{"+this.predicateText+"}?)";
33 name: "org.antlr.runtime.FailedPredicateException"
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DFailedPredicateException.java35 public class FailedPredicateException extends RecognitionException { class in inherits:RecognitionException
40 public FailedPredicateException() {;} method in class:FailedPredicateException
42 public FailedPredicateException(IntStream input, method in class:FailedPredicateException
52 return "FailedPredicateException("+ruleName+",{"+predicateText+"}?)";
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DFailedPredicateException.cs47 public class FailedPredicateException : RecognitionException { class in namespace:Antlr.Runtime
51 public FailedPredicateException() { method in class:Antlr.Runtime.FailedPredicateException
54 public FailedPredicateException(string message) method in class:Antlr.Runtime.FailedPredicateException
58 public FailedPredicateException(string message, Exception innerException) method in class:Antlr.Runtime.FailedPredicateException
62 public FailedPredicateException(IIntStream input, string ruleName, string predicateText) method in class:Antlr.Runtime.FailedPredicateException
68 public FailedPredicateException(string message, IIntStream input, string ruleName, string predicateText) method in class:Antlr.Runtime.FailedPredicateException
74 public FailedPredicateException(string message, IIntStream input, string ruleName, string predicateText, Exception innerException) method in class:Antlr.Runtime.FailedPredicateException
80 protected FailedPredicateException(SerializationInfo info, StreamingContext context) method in class:Antlr.Runtime.FailedPredicateException
111 return "FailedPredicateException(" + RuleName + ",{" + PredicateText + "}?)";
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DFailedPredicateException.cs48 public class FailedPredicateException : RecognitionException class in namespace:Antlr.Runtime
53 public FailedPredicateException() method in class:Antlr.Runtime.FailedPredicateException
57 public FailedPredicateException(string message) method in class:Antlr.Runtime.FailedPredicateException
62 public FailedPredicateException(string message, Exception innerException) method in class:Antlr.Runtime.FailedPredicateException
67 public FailedPredicateException(IIntStream input, string ruleName, string predicateText) method in class:Antlr.Runtime.FailedPredicateException
74 public FailedPredicateException(string message, IIntStream input, string ruleName, string predicateText) method in class:Antlr.Runtime.FailedPredicateException
81 public FailedPredicateException(string message, IIntStream input, string ruleName, string predicateText, Exception innerException) method in class:Antlr.Runtime.FailedPredicateException
88 protected FailedPredicateException(SerializationInfo info, StreamingContext context) method in class:Antlr.Runtime.FailedPredicateException
126 return "FailedPredicateException(" + RuleName + ",{" + PredicateText + "}?)";
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dexceptions.py331 class FailedPredicateException(RecognitionException): class in inherits:RecognitionException
348 return "FailedPredicateException("+self.ruleName+",{"+self.predicateText+"}?)"
H A Drecognizers.py42 MismatchedNotSetException, FailedPredicateException, \
388 elif isinstance(e, FailedPredicateException):
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 397 milliseconds