-
public interface OPSize
-
-
Field Summary
Fields Modifier and Type Field Description static intABSADDRstatic intABSENTstatic intABSENT_ENDstatic intANYCHAR_STARstatic intANYCHAR_STAR_PEEK_NEXTstatic intCALLstatic intCODE_POINTstatic intCONDITIONstatic intFAILstatic intFAIL_LOOK_BEHIND_NOTstatic intFAIL_POSstatic intINDEXstatic intJUMPstatic intLENGTHstatic intLOOK_BEHINDstatic intMEMNUMstatic intMEMORY_ENDstatic intMEMORY_END_PUSHstatic intMEMORY_END_PUSH_RECstatic intMEMORY_END_RECstatic intMEMORY_STARTstatic intMEMORY_START_PUSHstatic intNULL_CHECK_ENDstatic intNULL_CHECK_STARTstatic intOPCODEstatic intOPTIONstatic intPOINTERstatic intPOPstatic intPOP_POSstatic intPOP_STOP_BTstatic intPUSHstatic intPUSH_ABSENT_POSstatic intPUSH_IF_PEEK_NEXTstatic intPUSH_LOOK_BEHIND_NOTstatic intPUSH_OR_JUMP_EXACT1static intPUSH_POSstatic intPUSH_POS_NOTstatic intPUSH_STOP_BTstatic intRELADDRstatic intREPEAT_INCstatic intREPEAT_INC_NGstatic intREPEATNUMstatic intRETURNstatic intSET_OPTIONstatic intSET_OPTION_PUSHstatic intSTATE_CHECKstatic intSTATE_CHECK_ANYCHAR_STARstatic intSTATE_CHECK_NUMstatic intSTATE_CHECK_PUSHstatic intSTATE_CHECK_PUSH_OR_JUMP
-
-
-
Field Detail
-
OPCODE
static final int OPCODE
- See Also:
- Constant Field Values
-
RELADDR
static final int RELADDR
- See Also:
- Constant Field Values
-
ABSADDR
static final int ABSADDR
- See Also:
- Constant Field Values
-
LENGTH
static final int LENGTH
- See Also:
- Constant Field Values
-
MEMNUM
static final int MEMNUM
- See Also:
- Constant Field Values
-
STATE_CHECK_NUM
static final int STATE_CHECK_NUM
- See Also:
- Constant Field Values
-
REPEATNUM
static final int REPEATNUM
- See Also:
- Constant Field Values
-
OPTION
static final int OPTION
- See Also:
- Constant Field Values
-
CODE_POINT
static final int CODE_POINT
- See Also:
- Constant Field Values
-
POINTER
static final int POINTER
- See Also:
- Constant Field Values
-
INDEX
static final int INDEX
- See Also:
- Constant Field Values
-
ANYCHAR_STAR
static final int ANYCHAR_STAR
- See Also:
- Constant Field Values
-
ANYCHAR_STAR_PEEK_NEXT
static final int ANYCHAR_STAR_PEEK_NEXT
- See Also:
- Constant Field Values
-
JUMP
static final int JUMP
- See Also:
- Constant Field Values
-
PUSH
static final int PUSH
- See Also:
- Constant Field Values
-
POP
static final int POP
- See Also:
- Constant Field Values
-
PUSH_OR_JUMP_EXACT1
static final int PUSH_OR_JUMP_EXACT1
- See Also:
- Constant Field Values
-
PUSH_IF_PEEK_NEXT
static final int PUSH_IF_PEEK_NEXT
- See Also:
- Constant Field Values
-
REPEAT_INC
static final int REPEAT_INC
- See Also:
- Constant Field Values
-
REPEAT_INC_NG
static final int REPEAT_INC_NG
- See Also:
- Constant Field Values
-
PUSH_POS
static final int PUSH_POS
- See Also:
- Constant Field Values
-
PUSH_POS_NOT
static final int PUSH_POS_NOT
- See Also:
- Constant Field Values
-
POP_POS
static final int POP_POS
- See Also:
- Constant Field Values
-
FAIL_POS
static final int FAIL_POS
- See Also:
- Constant Field Values
-
SET_OPTION
static final int SET_OPTION
- See Also:
- Constant Field Values
-
SET_OPTION_PUSH
static final int SET_OPTION_PUSH
- See Also:
- Constant Field Values
-
FAIL
static final int FAIL
- See Also:
- Constant Field Values
-
MEMORY_START
static final int MEMORY_START
- See Also:
- Constant Field Values
-
MEMORY_START_PUSH
static final int MEMORY_START_PUSH
- See Also:
- Constant Field Values
-
MEMORY_END_PUSH
static final int MEMORY_END_PUSH
- See Also:
- Constant Field Values
-
MEMORY_END_PUSH_REC
static final int MEMORY_END_PUSH_REC
- See Also:
- Constant Field Values
-
MEMORY_END
static final int MEMORY_END
- See Also:
- Constant Field Values
-
MEMORY_END_REC
static final int MEMORY_END_REC
- See Also:
- Constant Field Values
-
PUSH_STOP_BT
static final int PUSH_STOP_BT
- See Also:
- Constant Field Values
-
POP_STOP_BT
static final int POP_STOP_BT
- See Also:
- Constant Field Values
-
NULL_CHECK_START
static final int NULL_CHECK_START
- See Also:
- Constant Field Values
-
NULL_CHECK_END
static final int NULL_CHECK_END
- See Also:
- Constant Field Values
-
LOOK_BEHIND
static final int LOOK_BEHIND
- See Also:
- Constant Field Values
-
PUSH_LOOK_BEHIND_NOT
static final int PUSH_LOOK_BEHIND_NOT
- See Also:
- Constant Field Values
-
FAIL_LOOK_BEHIND_NOT
static final int FAIL_LOOK_BEHIND_NOT
- See Also:
- Constant Field Values
-
CALL
static final int CALL
- See Also:
- Constant Field Values
-
RETURN
static final int RETURN
- See Also:
- Constant Field Values
-
CONDITION
static final int CONDITION
- See Also:
- Constant Field Values
-
PUSH_ABSENT_POS
static final int PUSH_ABSENT_POS
- See Also:
- Constant Field Values
-
ABSENT
static final int ABSENT
- See Also:
- Constant Field Values
-
ABSENT_END
static final int ABSENT_END
- See Also:
- Constant Field Values
-
STATE_CHECK
static final int STATE_CHECK
- See Also:
- Constant Field Values
-
STATE_CHECK_PUSH
static final int STATE_CHECK_PUSH
- See Also:
- Constant Field Values
-
STATE_CHECK_PUSH_OR_JUMP
static final int STATE_CHECK_PUSH_OR_JUMP
- See Also:
- Constant Field Values
-
STATE_CHECK_ANYCHAR_STAR
static final int STATE_CHECK_ANYCHAR_STAR
- See Also:
- Constant Field Values
-
-