HomeSort by relevance Sort by last modified time
    Searched defs:MismatchedTokenException (Results 1 - 13 of 13) sorted by null

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
MismatchedTokenException.as 31 public class MismatchedTokenException extends RecognitionException {
34 public function MismatchedTokenException(expecting:int, input:IntStream) {
40 return "MismatchedTokenException("+unexpectedType+"!="+expecting+")";
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
MismatchedTokenException.js 1 org.antlr.runtime.MismatchedTokenException = function(expecting, input) {
5 org.antlr.runtime.MismatchedTokenException.superclass.constructor.call(
12 org.antlr.runtime.MismatchedTokenException,
15 return "MismatchedTokenException(" +
18 name: "org.antlr.runtime.MismatchedTokenException"
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
MismatchedTokenException.pm 1 package ANTLR::Runtime::MismatchedTokenException;
28 return "MismatchedTokenException(" . $self->get_unexpected_type() . "!=" . $self->expecting . ")";
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
MismatchedTokenException.java 31 public class MismatchedTokenException extends RecognitionException {
35 public MismatchedTokenException() {;}
37 public MismatchedTokenException(int expecting, IntStream input) {
43 return "MismatchedTokenException("+getUnexpectedType()+"!="+expecting+")";
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
MismatchedTokenException.cs 46 public class MismatchedTokenException : RecognitionException {
50 public MismatchedTokenException() {
53 public MismatchedTokenException(string message)
57 public MismatchedTokenException(string message, Exception innerException)
61 public MismatchedTokenException(int expecting, IIntStream input)
65 public MismatchedTokenException(int expecting, IIntStream input, IList<string> tokenNames)
72 public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames)
81 public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException)
89 protected MismatchedTokenException(SerializationInfo info, StreamingContext context)
131 return "MismatchedTokenException(" + unexpected + "!=" + expected + ")"
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
MismatchedTokenException.cs 44 public class MismatchedTokenException : RecognitionException
49 public MismatchedTokenException()
53 public MismatchedTokenException(string message)
58 public MismatchedTokenException(string message, Exception innerException)
63 public MismatchedTokenException(int expecting, IIntStream input)
68 public MismatchedTokenException(int expecting, IIntStream input, IList<string> tokenNames)
77 public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames)
86 public MismatchedTokenException(string message, int expecting, IIntStream input, IList<string> tokenNames, Exception innerException)
95 protected MismatchedTokenException(SerializationInfo info, StreamingContext context)
136 return "MismatchedTokenException(" + unexpected + "!=" + expected + ")"
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
exceptions.py 196 class MismatchedTokenException(RecognitionException):
205 #return "MismatchedTokenException("+self.expecting+")"
206 return "MismatchedTokenException(%r!=%r)" % (
212 class UnwantedTokenException(MismatchedTokenException):
231 class MissingTokenException(MismatchedTokenException):
238 MismatchedTokenException.__init__(self, expecting, input)
recognizers.py 39 from antlr3.exceptions import RecognitionException, MismatchedTokenException, \
201 that fails, throw MismatchedTokenException.
346 elif isinstance(e, MismatchedTokenException):
729 e = MismatchedTokenException(ttype, input)
    [all...]
tree.py 48 MissingTokenException, UnwantedTokenException, MismatchedTokenException, \
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1174 milliseconds