| java.lang.Object java.lang.Throwable java.lang.Exception antlr.ANTLRException antlr.RecognitionException antlr.MismatchedTokenException
Constructor Summary | |
public | MismatchedTokenException() | public | MismatchedTokenException(String[] tokenNames_, AST node_, int lower, int upper_, boolean matchNot) | public | MismatchedTokenException(String[] tokenNames_, AST node_, int expecting_, boolean matchNot) | public | MismatchedTokenException(String[] tokenNames_, AST node_, BitSet set_, boolean matchNot) | public | MismatchedTokenException(String[] tokenNames_, Token token_, int lower, int upper_, boolean matchNot, String fileName_) | public | MismatchedTokenException(String[] tokenNames_, Token token_, int expecting_, boolean matchNot, String fileName_) | public | MismatchedTokenException(String[] tokenNames_, Token token_, BitSet set_, boolean matchNot, String fileName_) |
NOT_RANGE | final public static int NOT_RANGE(Code) | | |
NOT_SET | final public static int NOT_SET(Code) | | |
NOT_TOKEN | final public static int NOT_TOKEN(Code) | | |
RANGE | final public static int RANGE(Code) | | |
SET | final public static int SET(Code) | | |
TOKEN | final public static int TOKEN(Code) | | |
expecting | public int expecting(Code) | | |
mismatchType | public int mismatchType(Code) | | |
MismatchedTokenException | public MismatchedTokenException()(Code) | | Looking for AST wildcard, didn't find it
|
MismatchedTokenException | public MismatchedTokenException(String[] tokenNames_, AST node_, int lower, int upper_, boolean matchNot)(Code) | | |
MismatchedTokenException | public MismatchedTokenException(String[] tokenNames_, AST node_, int expecting_, boolean matchNot)(Code) | | |
MismatchedTokenException | public MismatchedTokenException(String[] tokenNames_, AST node_, BitSet set_, boolean matchNot)(Code) | | |
MismatchedTokenException | public MismatchedTokenException(String[] tokenNames_, Token token_, int lower, int upper_, boolean matchNot, String fileName_)(Code) | | |
MismatchedTokenException | public MismatchedTokenException(String[] tokenNames_, Token token_, int expecting_, boolean matchNot, String fileName_)(Code) | | |
MismatchedTokenException | public MismatchedTokenException(String[] tokenNames_, Token token_, BitSet set_, boolean matchNot, String fileName_)(Code) | | |
getMessage | public String getMessage()(Code) | | Returns a clean error message (no line number/column information)
|
|
|