Package org.joni.constants
Interface Traverse
-
public interface Traverse
-
-
Field Summary
Fields Modifier and Type Field Description static int
TRAVERSE_CALLBACK_AT_BOTH
static int
TRAVERSE_CALLBACK_AT_FIRST
static int
TRAVERSE_CALLBACK_AT_LAST
-
-
-
Field Detail
-
TRAVERSE_CALLBACK_AT_FIRST
static final int TRAVERSE_CALLBACK_AT_FIRST
- See Also:
- Constant Field Values
-
TRAVERSE_CALLBACK_AT_LAST
static final int TRAVERSE_CALLBACK_AT_LAST
- See Also:
- Constant Field Values
-
TRAVERSE_CALLBACK_AT_BOTH
static final int TRAVERSE_CALLBACK_AT_BOTH
- See Also:
- Constant Field Values
-
-