📄 messages.properties
字号:
UNTERMINATED_STR = Unterminated string at end of line.EOF_WO_ACTION = <<EOF>> must be followed by an action.EOF_SINGLERULE = <<EOF>> can only be used as a single rule.UNKNOWN_OPTION = Unkown %-optionUNEXPECTED_CHAR = Unexpected character UNEXPECTED_NL = Unexpected character <newline>LEXSTATE_UNDECL = Lexical state has not been declared.STATE_IDENT_EXP = State identifier expected.REPEAT_ZERO = Illegal repeat statement. At least one operand must be > 0REPEAT_GREATER = Illegal repeat statement. First operand must not be greater than second one.REGEXP_EXPECTED = Regular expression expected.MACRO_UNDECL = Macro has not been declared.CHARSET_2_SMALL = Character set is too small for this class.CS2SMALL_STRING = Character set is too small for a charactor of this string.CS2SMALL_CHAR = Character set is too small for this character.CHARCLASS_MACRO = Macros in character classes are not supported.UNKNOWN_SYNTAX = Syntax error.SYNTAX_ERROR = Syntax error.NOT_AT_BOL = %-option is not at the beginning of the line.NO_MATCHING_BR = Didn't find matching bracketEOF_IN_ACTION = Unexpected end of file in action codeEOF_IN_COMMENT = Unexpected end of file in commentEOF_IN_STRING = Unexpected end of file in stringEOF_IN_MACROS = Unexpected end of file in macrosEOF_IN_STATES = Unexpected end of file in state listEOF_IN_REGEXP = Unexpected end of file in regular expressionUNEXPECTED_EOF = Unexpected end of file (maybe missing "*/" ")" "]" or "}")NO_LEX_SPEC = This seems not to be a lexical specification (first %% is missing)NO_LAST_ACTION = Last action in the specification must not be "|"NO_DIRECTORY = No directory for -d optionNO_SKEL_FILE = No file provided for -skel optionWRONG_SKELETON = Incorrect skeleton file (wrong number of sections).OUT_OF_MEMORY = JFlex has run out of memory. Please try increasing the maximum JVM heap sizeQUIL_INITTHROW = %initthrow needs a list of (qualified) identifiersQUIL_EOFTHROW = %eofthrow needs a list of (qualified) identifiersQUIL_YYLEXTHROW = %yylexthrow needs a list of (qualified) identifiersZERO_STATES = Your scanner has zero states. Very funny.NO_BUFFER_SIZE = %buffer expects the size of the scanner buffer as decimal numberNOT_READABLE = Could not open file.FILE_CYCLE = Cyclic file inclusion.FILE_WRITE = Error writing to fileQUIL_SCANERROR = %scannerror needs a (qualified) identifierNEVER_MATCH = Rule can never be matched:QUIL_THROW = %throws needs a list of (qualified) identifiersEOL_IN_CHARCLASS = Unexpected newline in character class (closing "]" is missing)QUIL_CUPSYM = %cupsym needs a (qualified) identifierCUPSYM_AFTER_CUP = %cupsym should be used before %cupALREADY_RUNNING = The generator is already runningCANNOT_READ_SKEL = Cannot read skeleton file "{0}".READING_SKEL = Reading skeleton file "{0}".SKEL_IO_ERROR = IO problem reading skeleton file.SKEL_IO_ERROR_DEFAULT = IO problem reading default skeleton file.READING=Reading "{0}"CANNOT_OPEN=Sorry, couldn''t find the file "{0}".NFA_IS=NFA isNFA_STATES={0} states in NFADFA_TOOK=DFA construction took {0}DFA_IS=DFA isMIN_TOOK=Minimization took {0} MIN_DFA_IS=Miniminal DFA isWRITE_TOOK=Writing took {0}TOTAL_TIME=Overall scanner generation time: {0}IO_ERROR=An I/O-Error occured: {0}THIS_IS_JFLEX=This is JFlex {0}UNKNOWN_COMMANDLINE=Error: unknown option "{0}".MACRO_CYCLE=Macro {0} contains a cycle.MACRO_DEF_MISSING=Found no definition for macro "{0}" while expanding "{1}"PARSING_TOOK=Parsing took {0}NFA_TOOK=NFA construction took {0}LOOKAHEAD_NEEDS_ACTION="|" action cannot be used with lookahead expressionsEMPTY_MATCH = Lookahead expression must have match with at least length 1.CTOR_ARG = Expected an identifier for constructor argument name.CTOR_DEBUG = Emitting default constructor without parameters and init code for debug/standalone.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -