Package org.joni.constants
Interface OPSize
-
public interface OPSize
-
-
Field Summary
Fields Modifier and Type Field Description static int
ABSADDR
static int
ANYCHAR_STAR
static int
ANYCHAR_STAR_PEEK_NEXT
static int
CALL
static int
CODE_POINT
static int
FAIL
static int
FAIL_LOOK_BEHIND_NOT
static int
FAIL_POS
static int
INDEX
static int
JUMP
static int
LENGTH
static int
LOOK_BEHIND
static int
MEMNUM
static int
MEMORY_END
static int
MEMORY_END_PUSH
static int
MEMORY_END_PUSH_REC
static int
MEMORY_END_REC
static int
MEMORY_START
static int
MEMORY_START_PUSH
static int
NULL_CHECK_END
static int
NULL_CHECK_START
static int
OPCODE
static int
OPTION
static int
POINTER
static int
POP
static int
POP_POS
static int
POP_STOP_BT
static int
PUSH
static int
PUSH_IF_PEEK_NEXT
static int
PUSH_LOOK_BEHIND_NOT
static int
PUSH_OR_JUMP_EXACT1
static int
PUSH_POS
static int
PUSH_POS_NOT
static int
PUSH_STOP_BT
static int
RELADDR
static int
REPEAT_INC
static int
REPEAT_INC_NG
static int
REPEATNUM
static int
RETURN
static int
SET_OPTION
static int
SET_OPTION_PUSH
static int
STATE_CHECK
static int
STATE_CHECK_ANYCHAR_STAR
static int
STATE_CHECK_NUM
static int
STATE_CHECK_PUSH
static int
STATE_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
-
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
-
-