JFlex
Interface ErrorMessages
- All Known Implementing Classes:
- DFA, LexScan, Main, Out, ScannerException
- public interface ErrorMessages
Central class for all kinds of JFlex messages.
[Is not yet used exclusively, but should]
messages
public static final java.lang.String[] messages
UNTERMINATED_STR
public static final int UNTERMINATED_STR
- See Also:
- Constant Field Values
EOF_WO_ACTION
public static final int EOF_WO_ACTION
- See Also:
- Constant Field Values
EOF_SINGLERULE
public static final int EOF_SINGLERULE
- See Also:
- Constant Field Values
UNKNOWN_OPTION
public static final int UNKNOWN_OPTION
- See Also:
- Constant Field Values
UNEXPECTED_CHAR
public static final int UNEXPECTED_CHAR
- See Also:
- Constant Field Values
UNEXPECTED_NL
public static final int UNEXPECTED_NL
- See Also:
- Constant Field Values
LEXSTATE_UNDECL
public static final int LEXSTATE_UNDECL
- See Also:
- Constant Field Values
STATE_IDENT_EXP
public static final int STATE_IDENT_EXP
- See Also:
- Constant Field Values
REPEAT_ZERO
public static final int REPEAT_ZERO
- See Also:
- Constant Field Values
REPEAT_GREATER
public static final int REPEAT_GREATER
- See Also:
- Constant Field Values
REGEXP_EXPECTED
public static final int REGEXP_EXPECTED
- See Also:
- Constant Field Values
MACRO_UNDECL
public static final int MACRO_UNDECL
- See Also:
- Constant Field Values
CHARSET_2_SMALL
public static final int CHARSET_2_SMALL
- See Also:
- Constant Field Values
CS2SMALL_STRING
public static final int CS2SMALL_STRING
- See Also:
- Constant Field Values
CS2SMALL_CHAR
public static final int CS2SMALL_CHAR
- See Also:
- Constant Field Values
CHARCLASS_MACRO
public static final int CHARCLASS_MACRO
- See Also:
- Constant Field Values
UNKNOWN_SYNTAX
public static final int UNKNOWN_SYNTAX
- See Also:
- Constant Field Values
SYNTAX_ERROR
public static final int SYNTAX_ERROR
- See Also:
- Constant Field Values
NOT_AT_BOL
public static final int NOT_AT_BOL
- See Also:
- Constant Field Values
NO_MATCHING_BR
public static final int NO_MATCHING_BR
- See Also:
- Constant Field Values
EOF_IN_ACTION
public static final int EOF_IN_ACTION
- See Also:
- Constant Field Values
EOF_IN_COMMENT
public static final int EOF_IN_COMMENT
- See Also:
- Constant Field Values
EOF_IN_STRING
public static final int EOF_IN_STRING
- See Also:
- Constant Field Values
EOF_IN_MACROS
public static final int EOF_IN_MACROS
- See Also:
- Constant Field Values
EOF_IN_STATES
public static final int EOF_IN_STATES
- See Also:
- Constant Field Values
EOF_IN_REGEXP
public static final int EOF_IN_REGEXP
- See Also:
- Constant Field Values
UNEXPECTED_EOF
public static final int UNEXPECTED_EOF
- See Also:
- Constant Field Values
NO_LEX_SPEC
public static final int NO_LEX_SPEC
- See Also:
- Constant Field Values
NO_LAST_ACTION
public static final int NO_LAST_ACTION
- See Also:
- Constant Field Values
LOOKAHEAD_ERROR
public static final int LOOKAHEAD_ERROR
- See Also:
- Constant Field Values
NO_DIRECTORY
public static final int NO_DIRECTORY
- See Also:
- Constant Field Values
NO_SKEL_FILE
public static final int NO_SKEL_FILE
- See Also:
- Constant Field Values
WRONG_SKELETON
public static final int WRONG_SKELETON
- See Also:
- Constant Field Values
OUT_OF_MEMORY
public static final int OUT_OF_MEMORY
- See Also:
- Constant Field Values
QUIL_INITTHROW
public static final int QUIL_INITTHROW
- See Also:
- Constant Field Values
QUIL_EOFTHROW
public static final int QUIL_EOFTHROW
- See Also:
- Constant Field Values
QUIL_YYLEXTHROW
public static final int QUIL_YYLEXTHROW
- See Also:
- Constant Field Values
ZERO_STATES
public static final int ZERO_STATES
- See Also:
- Constant Field Values
NO_BUFFER_SIZE
public static final int NO_BUFFER_SIZE
- See Also:
- Constant Field Values
NOT_READABLE
public static final int NOT_READABLE
- See Also:
- Constant Field Values
FILE_CYCLE
public static final int FILE_CYCLE
- See Also:
- Constant Field Values
FILE_WRITE
public static final int FILE_WRITE
- See Also:
- Constant Field Values
QUIL_SCANERROR
public static final int QUIL_SCANERROR
- See Also:
- Constant Field Values
NEVER_MATCH
public static final int NEVER_MATCH
- See Also:
- Constant Field Values
QUIL_THROW
public static final int QUIL_THROW
- See Also:
- Constant Field Values
EOL_IN_CHARCLASS
public static final int EOL_IN_CHARCLASS
- See Also:
- Constant Field Values
QUIL_CUPSYM
public static final int QUIL_CUPSYM
- See Also:
- Constant Field Values
CUPSYM_AFTER_CUP
public static final int CUPSYM_AFTER_CUP
- See Also:
- Constant Field Values