kmy.jint.constants
Interface ErrorCodes
- All Known Implementing Classes:
- CompilerContext, AbstractTokenizer, ReaderTokenizer, Parser, JintClass, JintClassTable, InfixNode, PrefixNode, RegexNode, TyperContext, ErrorKeeper
- public interface ErrorCodes
- extends MiniErrorCodes
| Fields inherited from interface kmy.jint.constants.MiniErrorCodes |
ERR_F_BADEND,
ERR_F_BADFORMATCHAR,
ERR_F_GENERIC,
ERR_F_INCOMPLETE,
ERR_F_NOCURLBRACKET,
ERR_F_NOTWITHJAVA,
ERR_F_NOVARNAME,
ERR_MASK_CLASSTABLE,
ERR_MASK_COMPILER,
ERR_MASK_ERROR,
ERR_MASK_FATAL,
ERR_MASK_FORMAT,
ERR_MASK_GENERATOR,
ERR_MASK_INFO,
ERR_MASK_INTERNAL,
ERR_MASK_LEXER,
ERR_MASK_MODULE,
ERR_MASK_PARSER,
ERR_MASK_REGEX,
ERR_MASK_SEVERITY,
ERR_MASK_TYPER,
ERR_MASK_VERBOSE,
ERR_MASK_WARNING,
ERR_R_BADBACKREF,
ERR_R_BADSTART,
ERR_R_BQBAD,
ERR_R_BQUNFINISHED,
ERR_R_CTLINVALID,
ERR_R_CTLUNFINISHED,
ERR_R_EXTRABRACKET,
ERR_R_GENERIC,
ERR_R_HEXBADNUMBER,
ERR_R_HEXUNFINISHED,
ERR_R_INTERNAL,
ERR_R_NOBRACKET,
ERR_R_NOCURLBRACKET,
ERR_R_NOSQBRACKET,
ERR_R_NOVAREXPR,
ERR_R_NOVARNAME,
ERR_R_STRAYBSLASH |
ERR_L_IOERROR
public static final int ERR_L_IOERROR
ERR_L_BACKSLASHEOF
public static final int ERR_L_BACKSLASHEOF
ERR_L_STRINGEND
public static final int ERR_L_STRINGEND
ERR_L_EOFINSTRING
public static final int ERR_L_EOFINSTRING
ERR_L_EOFINCHAR
public static final int ERR_L_EOFINCHAR
ERR_L_EMPTYCHAR
public static final int ERR_L_EMPTYCHAR
ERR_L_CHAREND
public static final int ERR_L_CHAREND
ERR_L_COMMENTEND
public static final int ERR_L_COMMENTEND
ERR_L_NUMFORMAT
public static final int ERR_L_NUMFORMAT
ERR_L_REGEXEND
public static final int ERR_L_REGEXEND
ERR_L_EOFINREGEX
public static final int ERR_L_EOFINREGEX
ERR_L_ILLEGALCHAR
public static final int ERR_L_ILLEGALCHAR
ERR_L_NEVER
public static final int ERR_L_NEVER
ERR_P_TOKENINSERTED
public static final int ERR_P_TOKENINSERTED
ERR_P_NOTSTANDALONE
public static final int ERR_P_NOTSTANDALONE
ERR_P_TOKENEXPECTED
public static final int ERR_P_TOKENEXPECTED
ERR_P_DUPEXTENDS
public static final int ERR_P_DUPEXTENDS
ERR_P_DUPIMPLEMENTS
public static final int ERR_P_DUPIMPLEMENTS
ERR_P_CASEEXPECTED
public static final int ERR_P_CASEEXPECTED
ERR_P_CATCHEXPECTED
public static final int ERR_P_CATCHEXPECTED
ERR_P_TYPEEXPECTED
public static final int ERR_P_TYPEEXPECTED
ERR_P_UNEXPECTED
public static final int ERR_P_UNEXPECTED
ERR_P_VAREXPECTED
public static final int ERR_P_VAREXPECTED
ERR_P_VALUEEXPECTED
public static final int ERR_P_VALUEEXPECTED
ERR_P_OPEXPECTED
public static final int ERR_P_OPEXPECTED
ERR_P_IDENTEXPECTED
public static final int ERR_P_IDENTEXPECTED
ERR_P_ARRNOTEMPTY
public static final int ERR_P_ARRNOTEMPTY
ERR_P_REGEXEXPECTED
public static final int ERR_P_REGEXEXPECTED
ERR_P_NOTIMPL
public static final int ERR_P_NOTIMPL
ERR_P_CLASSKEYWORD
public static final int ERR_P_CLASSKEYWORD
ERR_T_CANTRESOLVE
public static final int ERR_T_CANTRESOLVE
ERR_T_ARRNOTEMPTY
public static final int ERR_T_ARRNOTEMPTY
ERR_T_NOTSIMPLEID
public static final int ERR_T_NOTSIMPLEID
ERR_T_IDEXPECTED
public static final int ERR_T_IDEXPECTED
ERR_T_NOTLIST
public static final int ERR_T_NOTLIST
ERR_T_MULTIINHERIT
public static final int ERR_T_MULTIINHERIT
ERR_T_INTERNAL
public static final int ERR_T_INTERNAL
ERR_T_ONFINISH
public static final int ERR_T_ONFINISH
ERR_A_IMPLICITDCL
public static final int ERR_A_IMPLICITDCL
ERR_A_NOTTHROWN
public static final int ERR_A_NOTTHROWN
ERR_A_VARREDECL
public static final int ERR_A_VARREDECL
ERR_A_ARRNOTEMPTY
public static final int ERR_A_ARRNOTEMPTY
ERR_A_ARREMPTY
public static final int ERR_A_ARREMPTY
ERR_A_TYPEMISMATCH
public static final int ERR_A_TYPEMISMATCH
ERR_A_TYPENOTFOUND
public static final int ERR_A_TYPENOTFOUND
ERR_A_CANTACCLABEL
public static final int ERR_A_CANTACCLABEL
ERR_A_NOOUTERCLASS
public static final int ERR_A_NOOUTERCLASS
ERR_A_BOOLCAST
public static final int ERR_A_BOOLCAST
ERR_A_VOIDCAST
public static final int ERR_A_VOIDCAST
ERR_A_TOBOOLCAST
public static final int ERR_A_TOBOOLCAST
ERR_A_TOVOIDCAST
public static final int ERR_A_TOVOIDCAST
ERR_A_OBJTOPRIMCAST
public static final int ERR_A_OBJTOPRIMCAST
ERR_A_PRIMTOOBJCAST
public static final int ERR_A_PRIMTOOBJCAST
ERR_A_CANTCAST
public static final int ERR_A_CANTCAST
ERR_A_NOTTHROWABLE
public static final int ERR_A_NOTTHROWABLE
ERR_A_MUSTBEBOOL
public static final int ERR_A_MUSTBEBOOL
ERR_A_FIELDNOTSTAT
public static final int ERR_A_FIELDNOTSTAT
ERR_A_NOFIELD
public static final int ERR_A_NOFIELD
ERR_A_NOVAR
public static final int ERR_A_NOVAR
ERR_A_INSTOFPRIM1
public static final int ERR_A_INSTOFPRIM1
ERR_A_INSTOFPRIM2
public static final int ERR_A_INSTOFPRIM2
ERR_A_MATCHARG1
public static final int ERR_A_MATCHARG1
ERR_A_MATCHARG2
public static final int ERR_A_MATCHARG2
ERR_A_REGEXTE
public static final int ERR_A_REGEXTE
ERR_A_NOTLVALUE
public static final int ERR_A_NOTLVALUE
ERR_A_NOTINTEGER
public static final int ERR_A_NOTINTEGER
ERR_A_NOTNUMBER
public static final int ERR_A_NOTNUMBER
ERR_A_LABELREDEF
public static final int ERR_A_LABELREDEF
ERR_A_NOTSIMPLEID
public static final int ERR_A_NOTSIMPLEID
ERR_A_BADDCL
public static final int ERR_A_BADDCL
ERR_A_NEWARRARGS
public static final int ERR_A_NEWARRARGS
ERR_A_NOCONSTRUCTOR
public static final int ERR_A_NOCONSTRUCTOR
ERR_A_EXPLCONTEXT
public static final int ERR_A_EXPLCONTEXT
ERR_A_BADSWITCHTYPE
public static final int ERR_A_BADSWITCHTYPE
ERR_A_PRIMSYNC
public static final int ERR_A_PRIMSYNC
ERR_A_NOTINTARGS
public static final int ERR_A_NOTINTARGS
ERR_A_NOBESTMATCH
public static final int ERR_A_NOBESTMATCH
ERR_A_BADMETHODNAME
public static final int ERR_A_BADMETHODNAME
ERR_A_CANTRESOLVE
public static final int ERR_A_CANTRESOLVE
ERR_A_NOMETHOD
public static final int ERR_A_NOMETHOD
ERR_A_NOTINDEXABLE
public static final int ERR_A_NOTINDEXABLE
ERR_A_NOTCAUGHT
public static final int ERR_A_NOTCAUGHT
ERR_A_STATICTHIS
public static final int ERR_A_STATICTHIS
ERR_A_NONSTATICACC
public static final int ERR_A_NONSTATICACC
ERR_A_FIELDNOTIDENT
public static final int ERR_A_FIELDNOTIDENT
ERR_A_CONSTERROR
public static final int ERR_A_CONSTERROR
ERR_A_NEVER
public static final int ERR_A_NEVER
ERR_A_CANTMAKEARR
public static final int ERR_A_CANTMAKEARR
ERR_A_INTERNAL
public static final int ERR_A_INTERNAL
ERR_A_BADOP
public static final int ERR_A_BADOP
ERR_A_PARAMUNRES
public static final int ERR_A_PARAMUNRES
ERR_C_GENERIC
public static final int ERR_C_GENERIC
ERR_C_CANTASSIGN
public static final int ERR_C_CANTASSIGN
ERR_C_CVTNULLTOPRIM
public static final int ERR_C_CVTNULLTOPRIM
ERR_C_NOENCLOSING
public static final int ERR_C_NOENCLOSING
ERR_C_NOCNSTRWOPRM
public static final int ERR_C_NOCNSTRWOPRM
ERR_C_NONSTATINIT
public static final int ERR_C_NONSTATINIT
ERR_C_INTERFCONSTR
public static final int ERR_C_INTERFCONSTR
ERR_C_THISASSIGN
public static final int ERR_C_THISASSIGN
ERR_C_RETURNREQ
public static final int ERR_C_RETURNREQ
ERR_C_CASEMISMATCH
public static final int ERR_C_CASEMISMATCH
ERR_C_TWODEFAULT
public static final int ERR_C_TWODEFAULT
ERR_C_NOTBOOL
public static final int ERR_C_NOTBOOL
ERR_C_PRIMELEM
public static final int ERR_C_PRIMELEM
ERR_C_PICKEDNONSTR
public static final int ERR_C_PICKEDNONSTR
ERR_C_MATCHARG1
public static final int ERR_C_MATCHARG1
ERR_C_DUPCASE
public static final int ERR_C_DUPCASE
ERR_C_INTERNAL
public static final int ERR_C_INTERNAL
ERR_C_NESTING
public static final int ERR_C_NESTING
ERR_C_NEVER
public static final int ERR_C_NEVER
ERR_C_BADOP
public static final int ERR_C_BADOP