-
- All Known Implementing Classes:
EncloseNode
public interface EncloseType
-
-
Field Summary
Fields Modifier and Type Field Description static int
ABSENT
static int
ALLOWED_IN_LB
static int
ALLOWED_IN_LB_NOT
static int
CONDITION
static int
MEMORY
static int
OPTION
static int
STOP_BACKTRACK
-
-
-
Field Detail
-
MEMORY
static final int MEMORY
- See Also:
- Constant Field Values
-
OPTION
static final int OPTION
- See Also:
- Constant Field Values
-
STOP_BACKTRACK
static final int STOP_BACKTRACK
- See Also:
- Constant Field Values
-
CONDITION
static final int CONDITION
- See Also:
- Constant Field Values
-
ABSENT
static final int ABSENT
- See Also:
- Constant Field Values
-
ALLOWED_IN_LB
static final int ALLOWED_IN_LB
- See Also:
- Constant Field Values
-
ALLOWED_IN_LB_NOT
static final int ALLOWED_IN_LB_NOT
- See Also:
- Constant Field Values
-
-