Public Member Functions | |
| MismatchedTokenException () | |
| MismatchedTokenException (String[] tokenNames_, AST node_, int lower, int upper_, boolean matchNot) | |
| MismatchedTokenException (String[] tokenNames_, AST node_, int expecting_, boolean matchNot) | |
| MismatchedTokenException (String[] tokenNames_, AST node_, BitSet set_, boolean matchNot) | |
| MismatchedTokenException (String[] tokenNames_, Token token_, int lower, int upper_, boolean matchNot, String fileName_) | |
| MismatchedTokenException (String[] tokenNames_, Token token_, int expecting_, boolean matchNot, String fileName_) | |
| MismatchedTokenException (String[] tokenNames_, Token token_, BitSet set_, boolean matchNot, String fileName_) | |
| String | getMessage () |
Public Attributes | |
| Token | token |
| AST | node |
| int | mismatchType |
| int | expecting |
| int | upper |
| BitSet | set |
Static Public Attributes | |
| static final int | TOKEN = 1 |
| static final int | NOT_TOKEN = 2 |
| static final int | RANGE = 3 |
| static final int | NOT_RANGE = 4 |
| static final int | SET = 5 |
| static final int | NOT_SET = 6 |
Package Attributes | |
| String[] | tokenNames |
| String | tokenText = null |
| antlr.MismatchedTokenException.MismatchedTokenException | ( | ) |
Looking for AST wildcard, didn't find it
| antlr.MismatchedTokenException.MismatchedTokenException | ( | String[] | tokenNames_, | |
| AST | node_, | |||
| int | lower, | |||
| int | upper_, | |||
| boolean | matchNot | |||
| ) |
References antlr.MismatchedTokenException.expecting, antlr.collections.AST.getColumn(), antlr.collections.AST.getLine(), antlr.MismatchedTokenException.mismatchType, antlr.MismatchedTokenException.node, antlr.MismatchedTokenException.NOT_RANGE, antlr.MismatchedTokenException.RANGE, antlr.MismatchedTokenException.tokenNames, antlr.MismatchedTokenException.tokenText, antlr.collections.AST.toString(), and antlr.MismatchedTokenException.upper.
| antlr.MismatchedTokenException.MismatchedTokenException | ( | String[] | tokenNames_, | |
| AST | node_, | |||
| int | expecting_, | |||
| boolean | matchNot | |||
| ) |
References antlr.MismatchedTokenException.expecting, antlr.collections.AST.getColumn(), antlr.collections.AST.getLine(), antlr.MismatchedTokenException.mismatchType, antlr.MismatchedTokenException.node, antlr.MismatchedTokenException.NOT_TOKEN, antlr.MismatchedTokenException.TOKEN, antlr.MismatchedTokenException.tokenNames, antlr.MismatchedTokenException.tokenText, and antlr.collections.AST.toString().
| antlr.MismatchedTokenException.MismatchedTokenException | ( | String[] | tokenNames_, | |
| AST | node_, | |||
| BitSet | set_, | |||
| boolean | matchNot | |||
| ) |
References antlr.collections.AST.getColumn(), antlr.collections.AST.getLine(), antlr.MismatchedTokenException.mismatchType, antlr.MismatchedTokenException.node, antlr.MismatchedTokenException.NOT_SET, antlr.MismatchedTokenException.SET, antlr.MismatchedTokenException.tokenNames, antlr.MismatchedTokenException.tokenText, and antlr.collections.AST.toString().
| antlr.MismatchedTokenException.MismatchedTokenException | ( | String[] | tokenNames_, | |
| Token | token_, | |||
| int | lower, | |||
| int | upper_, | |||
| boolean | matchNot, | |||
| String | fileName_ | |||
| ) |
References antlr.MismatchedTokenException.expecting, antlr.Token.getColumn(), antlr.Token.getLine(), antlr.Token.getText(), antlr.MismatchedTokenException.mismatchType, antlr.MismatchedTokenException.NOT_RANGE, antlr.MismatchedTokenException.RANGE, antlr.MismatchedTokenException.token, antlr.MismatchedTokenException.tokenNames, antlr.MismatchedTokenException.tokenText, and antlr.MismatchedTokenException.upper.
| antlr.MismatchedTokenException.MismatchedTokenException | ( | String[] | tokenNames_, | |
| Token | token_, | |||
| int | expecting_, | |||
| boolean | matchNot, | |||
| String | fileName_ | |||
| ) |
References antlr.MismatchedTokenException.expecting, antlr.Token.getColumn(), antlr.Token.getLine(), antlr.Token.getText(), antlr.MismatchedTokenException.mismatchType, antlr.MismatchedTokenException.NOT_TOKEN, antlr.MismatchedTokenException.TOKEN, antlr.MismatchedTokenException.token, antlr.MismatchedTokenException.tokenNames, and antlr.MismatchedTokenException.tokenText.
| antlr.MismatchedTokenException.MismatchedTokenException | ( | String[] | tokenNames_, | |
| Token | token_, | |||
| BitSet | set_, | |||
| boolean | matchNot, | |||
| String | fileName_ | |||
| ) |
References antlr.Token.getColumn(), antlr.Token.getLine(), antlr.Token.getText(), antlr.MismatchedTokenException.mismatchType, antlr.MismatchedTokenException.NOT_SET, antlr.MismatchedTokenException.SET, antlr.MismatchedTokenException.token, antlr.MismatchedTokenException.tokenNames, and antlr.MismatchedTokenException.tokenText.
| String antlr.MismatchedTokenException.getMessage | ( | ) |
Returns a clean error message (no line number/column information)
References antlr.MismatchedTokenException.expecting, antlr.MismatchedTokenException.mismatchType, antlr.MismatchedTokenException.NOT_RANGE, antlr.MismatchedTokenException.NOT_SET, antlr.MismatchedTokenException.NOT_TOKEN, antlr.MismatchedTokenException.RANGE, antlr.MismatchedTokenException.SET, antlr.MismatchedTokenException.TOKEN, antlr.MismatchedTokenException.tokenText, and antlr.MismatchedTokenException.upper.
Referenced by antlr.MismatchedTokenException.MismatchedTokenException().
final int antlr.MismatchedTokenException.NOT_RANGE = 4 [static] |
final int antlr.MismatchedTokenException.NOT_SET = 6 [static] |
final int antlr.MismatchedTokenException.NOT_TOKEN = 2 [static] |
final int antlr.MismatchedTokenException.RANGE = 3 [static] |
final int antlr.MismatchedTokenException.SET = 5 [static] |
final int antlr.MismatchedTokenException.TOKEN = 1 [static] |
Referenced by antlr.MismatchedTokenException.MismatchedTokenException().
String [] antlr.MismatchedTokenException.tokenNames [package] |
Referenced by antlr.MismatchedTokenException.MismatchedTokenException().
String antlr.MismatchedTokenException.tokenText = null [package] |
1.7.0