Package org.joni.constants
Interface RegexState
-
- All Known Implementing Classes:
Regex
public interface RegexState
-
-
Field Detail
-
NORMAL
static final int NORMAL
- See Also:
- Constant Field Values
-
SEARCHING
static final int SEARCHING
- See Also:
- Constant Field Values
-
COMPILING
static final int COMPILING
- See Also:
- Constant Field Values
-
MODIFY
static final int MODIFY
- See Also:
- Constant Field Values
-
-