org.joni.constants
Interface StackType


public interface StackType


Field Summary
static int ALT
           
static int CALL_FRAME
           
static int INVALID_STACK_INDEX
          stack
static int LOOK_BEHIND_NOT
           
static int MASK_MEM_END_OR_MARK
           
static int MASK_POP_USED
           
static int MASK_TO_VOID_TARGET
           
static int MEM_END
           
static int MEM_END_MARK
           
static int MEM_START
           
static int NULL_CHECK_END
           
static int NULL_CHECK_START
           
static int POS
           
static int POS_NOT
           
static int REPEAT
           
static int REPEAT_INC
           
static int RETURN
           
static int STATE_CHECK_MARK
           
static int STOP_BT
           
static int VOID
           
 

Field Detail

INVALID_STACK_INDEX

static final int INVALID_STACK_INDEX
stack

See Also:
Constant Field Values

ALT

static final int ALT
See Also:
Constant Field Values

LOOK_BEHIND_NOT

static final int LOOK_BEHIND_NOT
See Also:
Constant Field Values

POS_NOT

static final int POS_NOT
See Also:
Constant Field Values

MEM_START

static final int MEM_START
See Also:
Constant Field Values

MEM_END

static final int MEM_END
See Also:
Constant Field Values

REPEAT_INC

static final int REPEAT_INC
See Also:
Constant Field Values

STATE_CHECK_MARK

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

MEM_END_MARK

static final int MEM_END_MARK
See Also:
Constant Field Values

POS

static final int POS
See Also:
Constant Field Values

STOP_BT

static final int STOP_BT
See Also:
Constant Field Values

REPEAT

static final int REPEAT
See Also:
Constant Field Values

CALL_FRAME

static final int CALL_FRAME
See Also:
Constant Field Values

RETURN

static final int RETURN
See Also:
Constant Field Values

VOID

static final int VOID
See Also:
Constant Field Values

MASK_POP_USED

static final int MASK_POP_USED
See Also:
Constant Field Values

MASK_TO_VOID_TARGET

static final int MASK_TO_VOID_TARGET
See Also:
Constant Field Values

MASK_MEM_END_OR_MARK

static final int MASK_MEM_END_OR_MARK
See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.