public class LookaheadException extends ParserException
| Modifier and Type | Field and Description |
|---|---|
static java.text.MessageFormat |
ERROR_MSG |
private CCL |
m_ccl |
private boolean[] |
m_charSet |
private int |
m_expected |
private int |
m_lookahead |
| Constructor and Description |
|---|
LookaheadException(int lineNumber,
CCL ccl,
boolean[] charSet,
java.lang.String input,
int pos) |
LookaheadException(int lineNumber,
CCL ccl,
int expected,
java.lang.String input,
int pos) |
| Modifier and Type | Method and Description |
|---|---|
CCL |
getCCL() |
boolean[] |
getCharacterSet() |
int |
getExpected() |
int |
getLookahead() |
getLineNumber, toStringpublic static java.text.MessageFormat ERROR_MSG
private final int m_expected
private final CCL m_ccl
private final boolean[] m_charSet
private final int m_lookahead
public LookaheadException(int lineNumber,
CCL ccl,
boolean[] charSet,
java.lang.String input,
int pos)
public LookaheadException(int lineNumber,
CCL ccl,
int expected,
java.lang.String input,
int pos)
public int getExpected()
public int getLookahead()
public CCL getCCL()
public boolean[] getCharacterSet()