-
- All Known Implementing Classes:
BackRefNode
,CallNode
,EncloseNode
,QuantifierNode
,StateNode
public interface NodeStatus
-
-
Field Summary
Fields Modifier and Type Field Description static int
NST_ADDR_FIXED
static int
NST_BY_NUMBER
static int
NST_CALLED
static int
NST_CLEN_FIXED
static int
NST_IN_REPEAT
static int
NST_MARK1
static int
NST_MARK2
static int
NST_MAX_FIXED
static int
NST_MEM_BACKREFED
static int
NST_MIN_FIXED
static int
NST_NAME_REF
static int
NST_NAMED_GROUP
static int
NST_NEST_LEVEL
static int
NST_RECURSION
static int
NST_STOP_BT_SIMPLE_REPEAT
-
-
-
Field Detail
-
NST_MIN_FIXED
static final int NST_MIN_FIXED
- See Also:
- Constant Field Values
-
NST_MAX_FIXED
static final int NST_MAX_FIXED
- See Also:
- Constant Field Values
-
NST_CLEN_FIXED
static final int NST_CLEN_FIXED
- See Also:
- Constant Field Values
-
NST_MARK1
static final int NST_MARK1
- See Also:
- Constant Field Values
-
NST_MARK2
static final int NST_MARK2
- See Also:
- Constant Field Values
-
NST_MEM_BACKREFED
static final int NST_MEM_BACKREFED
- See Also:
- Constant Field Values
-
NST_STOP_BT_SIMPLE_REPEAT
static final int NST_STOP_BT_SIMPLE_REPEAT
- See Also:
- Constant Field Values
-
NST_RECURSION
static final int NST_RECURSION
- See Also:
- Constant Field Values
-
NST_CALLED
static final int NST_CALLED
- See Also:
- Constant Field Values
-
NST_ADDR_FIXED
static final int NST_ADDR_FIXED
- See Also:
- Constant Field Values
-
NST_NAMED_GROUP
static final int NST_NAMED_GROUP
- See Also:
- Constant Field Values
-
NST_NAME_REF
static final int NST_NAME_REF
- See Also:
- Constant Field Values
-
NST_IN_REPEAT
static final int NST_IN_REPEAT
- See Also:
- Constant Field Values
-
NST_NEST_LEVEL
static final int NST_NEST_LEVEL
- See Also:
- Constant Field Values
-
NST_BY_NUMBER
static final int NST_BY_NUMBER
- See Also:
- Constant Field Values
-
-