org.joni.constants
Interface OPCode


public interface OPCode


Field Summary
static int ANYCHAR
           
static int ANYCHAR_ML
           
static int ANYCHAR_ML_SB
           
static int ANYCHAR_ML_STAR
           
static int ANYCHAR_ML_STAR_PEEK_NEXT
           
static int ANYCHAR_ML_STAR_PEEK_NEXT_SB
           
static int ANYCHAR_ML_STAR_SB
           
static int ANYCHAR_SB
           
static int ANYCHAR_STAR
           
static int ANYCHAR_STAR_PEEK_NEXT
           
static int ANYCHAR_STAR_PEEK_NEXT_SB
           
static int ANYCHAR_STAR_SB
           
static int BACKREF_MULTI
           
static int BACKREF_MULTI_IC
           
static int BACKREF_WITH_LEVEL
           
static int BACKREF1
           
static int BACKREF2
           
static int BACKREFN
           
static int BACKREFN_IC
           
static int BEGIN_BUF
           
static int BEGIN_LINE
           
static int BEGIN_POSITION
           
static int CALL
           
static int CCLASS
           
static int CCLASS_MB
           
static int CCLASS_MB_NOT
           
static int CCLASS_MIX
           
static int CCLASS_MIX_NOT
           
static int CCLASS_NODE
           
static int CCLASS_NOT
           
static int CCLASS_NOT_SB
           
static int CCLASS_SB
           
static int END
           
static int END_BUF
           
static int END_LINE
           
static int EXACT1
           
static int EXACT1_IC
           
static int EXACT1_IC_SB
           
static int EXACT2
           
static int EXACT3
           
static int EXACT4
           
static int EXACT5
           
static int EXACTMB2N
           
static int EXACTMB2N1
           
static int EXACTMB2N2
           
static int EXACTMB2N3
           
static int EXACTMB3N
           
static int EXACTMBN
           
static int EXACTN
           
static int EXACTN_IC
           
static int EXACTN_IC_SB
           
static int FAIL
           
static int FAIL_LOOK_BEHIND_NOT
           
static int FAIL_POS
           
static int FINISH
           
static int JUMP
           
static int LOOK_BEHIND
           
static int LOOK_BEHIND_SB
           
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 NOT_WORD
           
static int NOT_WORD_BOUND
           
static int NOT_WORD_BOUND_SB
           
static int NOT_WORD_SB
           
static int NULL_CHECK_END
           
static int NULL_CHECK_END_MEMST
           
static int NULL_CHECK_END_MEMST_PUSH
           
static int NULL_CHECK_START
           
static int[] OpCodeArgTypes
           
static java.lang.String[] OpCodeNames
           
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 REPEAT
           
static int REPEAT_INC
           
static int REPEAT_INC_NG
           
static int REPEAT_INC_NG_SG
           
static int REPEAT_INC_SG
           
static int REPEAT_NG
           
static int RETURN
           
static int SEMI_END_BUF
           
static int SET_OPTION
           
static int SET_OPTION_PUSH
           
static int STATE_CHECK
           
static int STATE_CHECK_ANYCHAR_ML_STAR
           
static int STATE_CHECK_ANYCHAR_ML_STAR_SB
           
static int STATE_CHECK_ANYCHAR_STAR
           
static int STATE_CHECK_ANYCHAR_STAR_SB
           
static int STATE_CHECK_PUSH
           
static int STATE_CHECK_PUSH_OR_JUMP
           
static int WORD
           
static int WORD_BEGIN
           
static int WORD_BEGIN_SB
           
static int WORD_BOUND
           
static int WORD_BOUND_SB
           
static int WORD_END
           
static int WORD_END_SB
           
static int WORD_SB
           
 

Field Detail

FINISH

static final int FINISH
See Also:
Constant Field Values

END

static final int END
See Also:
Constant Field Values

EXACT1

static final int EXACT1
See Also:
Constant Field Values

EXACT2

static final int EXACT2
See Also:
Constant Field Values

EXACT3

static final int EXACT3
See Also:
Constant Field Values

EXACT4

static final int EXACT4
See Also:
Constant Field Values

EXACT5

static final int EXACT5
See Also:
Constant Field Values

EXACTN

static final int EXACTN
See Also:
Constant Field Values

EXACTMB2N1

static final int EXACTMB2N1
See Also:
Constant Field Values

EXACTMB2N2

static final int EXACTMB2N2
See Also:
Constant Field Values

EXACTMB2N3

static final int EXACTMB2N3
See Also:
Constant Field Values

EXACTMB2N

static final int EXACTMB2N
See Also:
Constant Field Values

EXACTMB3N

static final int EXACTMB3N
See Also:
Constant Field Values

EXACTMBN

static final int EXACTMBN
See Also:
Constant Field Values

EXACT1_IC

static final int EXACT1_IC
See Also:
Constant Field Values

EXACTN_IC

static final int EXACTN_IC
See Also:
Constant Field Values

CCLASS

static final int CCLASS
See Also:
Constant Field Values

CCLASS_MB

static final int CCLASS_MB
See Also:
Constant Field Values

CCLASS_MIX

static final int CCLASS_MIX
See Also:
Constant Field Values

CCLASS_NOT

static final int CCLASS_NOT
See Also:
Constant Field Values

CCLASS_MB_NOT

static final int CCLASS_MB_NOT
See Also:
Constant Field Values

CCLASS_MIX_NOT

static final int CCLASS_MIX_NOT
See Also:
Constant Field Values

CCLASS_NODE

static final int CCLASS_NODE
See Also:
Constant Field Values

ANYCHAR

static final int ANYCHAR
See Also:
Constant Field Values

ANYCHAR_ML

static final int ANYCHAR_ML
See Also:
Constant Field Values

ANYCHAR_STAR

static final int ANYCHAR_STAR
See Also:
Constant Field Values

ANYCHAR_ML_STAR

static final int ANYCHAR_ML_STAR
See Also:
Constant Field Values

ANYCHAR_STAR_PEEK_NEXT

static final int ANYCHAR_STAR_PEEK_NEXT
See Also:
Constant Field Values

ANYCHAR_ML_STAR_PEEK_NEXT

static final int ANYCHAR_ML_STAR_PEEK_NEXT
See Also:
Constant Field Values

WORD

static final int WORD
See Also:
Constant Field Values

NOT_WORD

static final int NOT_WORD
See Also:
Constant Field Values

WORD_BOUND

static final int WORD_BOUND
See Also:
Constant Field Values

NOT_WORD_BOUND

static final int NOT_WORD_BOUND
See Also:
Constant Field Values

WORD_BEGIN

static final int WORD_BEGIN
See Also:
Constant Field Values

WORD_END

static final int WORD_END
See Also:
Constant Field Values

BEGIN_BUF

static final int BEGIN_BUF
See Also:
Constant Field Values

END_BUF

static final int END_BUF
See Also:
Constant Field Values

BEGIN_LINE

static final int BEGIN_LINE
See Also:
Constant Field Values

END_LINE

static final int END_LINE
See Also:
Constant Field Values

SEMI_END_BUF

static final int SEMI_END_BUF
See Also:
Constant Field Values

BEGIN_POSITION

static final int BEGIN_POSITION
See Also:
Constant Field Values

BACKREF1

static final int BACKREF1
See Also:
Constant Field Values

BACKREF2

static final int BACKREF2
See Also:
Constant Field Values

BACKREFN

static final int BACKREFN
See Also:
Constant Field Values

BACKREFN_IC

static final int BACKREFN_IC
See Also:
Constant Field Values

BACKREF_MULTI

static final int BACKREF_MULTI
See Also:
Constant Field Values

BACKREF_MULTI_IC

static final int BACKREF_MULTI_IC
See Also:
Constant Field Values

BACKREF_WITH_LEVEL

static final int BACKREF_WITH_LEVEL
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

FAIL

static final int FAIL
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

static final int REPEAT
See Also:
Constant Field Values

REPEAT_NG

static final int REPEAT_NG
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

REPEAT_INC_SG

static final int REPEAT_INC_SG
See Also:
Constant Field Values

REPEAT_INC_NG_SG

static final int REPEAT_INC_NG_SG
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

NULL_CHECK_END_MEMST

static final int NULL_CHECK_END_MEMST
See Also:
Constant Field Values

NULL_CHECK_END_MEMST_PUSH

static final int NULL_CHECK_END_MEMST_PUSH
See Also:
Constant Field Values

PUSH_POS

static final int PUSH_POS
See Also:
Constant Field Values

POP_POS

static final int POP_POS
See Also:
Constant Field Values

PUSH_POS_NOT

static final int PUSH_POS_NOT
See Also:
Constant Field Values

FAIL_POS

static final int FAIL_POS
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

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_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

static final int STATE_CHECK
See Also:
Constant Field Values

STATE_CHECK_ANYCHAR_STAR

static final int STATE_CHECK_ANYCHAR_STAR
See Also:
Constant Field Values

STATE_CHECK_ANYCHAR_ML_STAR

static final int STATE_CHECK_ANYCHAR_ML_STAR
See Also:
Constant Field Values

SET_OPTION_PUSH

static final int SET_OPTION_PUSH
See Also:
Constant Field Values

SET_OPTION

static final int SET_OPTION
See Also:
Constant Field Values

ANYCHAR_SB

static final int ANYCHAR_SB
See Also:
Constant Field Values

ANYCHAR_ML_SB

static final int ANYCHAR_ML_SB
See Also:
Constant Field Values

ANYCHAR_STAR_SB

static final int ANYCHAR_STAR_SB
See Also:
Constant Field Values

ANYCHAR_ML_STAR_SB

static final int ANYCHAR_ML_STAR_SB
See Also:
Constant Field Values

ANYCHAR_STAR_PEEK_NEXT_SB

static final int ANYCHAR_STAR_PEEK_NEXT_SB
See Also:
Constant Field Values

ANYCHAR_ML_STAR_PEEK_NEXT_SB

static final int ANYCHAR_ML_STAR_PEEK_NEXT_SB
See Also:
Constant Field Values

STATE_CHECK_ANYCHAR_STAR_SB

static final int STATE_CHECK_ANYCHAR_STAR_SB
See Also:
Constant Field Values

STATE_CHECK_ANYCHAR_ML_STAR_SB

static final int STATE_CHECK_ANYCHAR_ML_STAR_SB
See Also:
Constant Field Values

CCLASS_SB

static final int CCLASS_SB
See Also:
Constant Field Values

CCLASS_NOT_SB

static final int CCLASS_NOT_SB
See Also:
Constant Field Values

WORD_SB

static final int WORD_SB
See Also:
Constant Field Values

NOT_WORD_SB

static final int NOT_WORD_SB
See Also:
Constant Field Values

WORD_BOUND_SB

static final int WORD_BOUND_SB
See Also:
Constant Field Values

NOT_WORD_BOUND_SB

static final int NOT_WORD_BOUND_SB
See Also:
Constant Field Values

WORD_BEGIN_SB

static final int WORD_BEGIN_SB
See Also:
Constant Field Values

WORD_END_SB

static final int WORD_END_SB
See Also:
Constant Field Values

LOOK_BEHIND_SB

static final int LOOK_BEHIND_SB
See Also:
Constant Field Values

EXACT1_IC_SB

static final int EXACT1_IC_SB
See Also:
Constant Field Values

EXACTN_IC_SB

static final int EXACTN_IC_SB
See Also:
Constant Field Values

OpCodeNames

static final java.lang.String[] OpCodeNames

OpCodeArgTypes

static final int[] OpCodeArgTypes


Copyright © 2010. All Rights Reserved.