JLex
Class CError

java.lang.Object
JLex.CError
- class CError
- extends java.lang.Object
Class: CError
|
Field Summary |
(package private) static int |
E_BADCTRL
|
(package private) static int |
E_BADEXPR
Constants
Description: Error codes for parse_error(). |
(package private) static int |
E_BADMAC
|
(package private) static int |
E_BOL
|
(package private) static int |
E_BRACE
|
(package private) static int |
E_BRACKET
|
(package private) static int |
E_CLOSE
|
(package private) static int |
E_DASH
|
(package private) static int |
E_DIRECT
|
(package private) static int |
E_EOF
|
(package private) static int |
E_INIT
|
(package private) static int |
E_INTERNAL
|
(package private) static int |
E_LENGTH
|
(package private) static int |
E_MACDEF
|
(package private) static int |
E_MACDEPTH
|
(package private) static int |
E_NEWLINE
|
(package private) static int |
E_NOMAC
|
(package private) static int |
E_PAREN
|
(package private) static int |
E_STATE
|
(package private) static int |
E_SYNTAX
|
(package private) static int |
E_ZERO
|
(package private) static java.lang.String[] |
errmsg
Constants
Description: String messages for parse_error(); |
|
Constructor Summary |
(package private) |
CError()
|
|
Method Summary |
(package private) static void |
impos(java.lang.String message)
Function: impos
Description: |
(package private) static void |
parse_error(int error_code,
int line_number)
Function: parse_error
Description: |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
E_BADEXPR
static final int E_BADEXPR
- Constants
Description: Error codes for parse_error().
- See Also:
- Constant Field Values
E_PAREN
static final int E_PAREN
- See Also:
- Constant Field Values
E_LENGTH
static final int E_LENGTH
- See Also:
- Constant Field Values
E_BRACKET
static final int E_BRACKET
- See Also:
- Constant Field Values
E_BOL
static final int E_BOL
- See Also:
- Constant Field Values
E_CLOSE
static final int E_CLOSE
- See Also:
- Constant Field Values
E_NEWLINE
static final int E_NEWLINE
- See Also:
- Constant Field Values
E_BADMAC
static final int E_BADMAC
- See Also:
- Constant Field Values
E_NOMAC
static final int E_NOMAC
- See Also:
- Constant Field Values
E_MACDEPTH
static final int E_MACDEPTH
- See Also:
- Constant Field Values
E_INIT
static final int E_INIT
- See Also:
- Constant Field Values
E_EOF
static final int E_EOF
- See Also:
- Constant Field Values
E_DIRECT
static final int E_DIRECT
- See Also:
- Constant Field Values
E_INTERNAL
static final int E_INTERNAL
- See Also:
- Constant Field Values
E_STATE
static final int E_STATE
- See Also:
- Constant Field Values
E_MACDEF
static final int E_MACDEF
- See Also:
- Constant Field Values
E_SYNTAX
static final int E_SYNTAX
- See Also:
- Constant Field Values
E_BRACE
static final int E_BRACE
- See Also:
- Constant Field Values
E_DASH
static final int E_DASH
- See Also:
- Constant Field Values
E_ZERO
static final int E_ZERO
- See Also:
- Constant Field Values
E_BADCTRL
static final int E_BADCTRL
- See Also:
- Constant Field Values
errmsg
static final java.lang.String[] errmsg
- Constants
Description: String messages for parse_error();
CError
CError()
impos
static void impos(java.lang.String message)
- Function: impos
Description:
parse_error
static void parse_error(int error_code,
int line_number)
- Function: parse_error
Description: