Package org.joni.constants
Interface MetaChar
-
public interface MetaChar
-
-
Field Summary
Fields Modifier and Type Field Description static int
ANYCHAR
static int
ANYCHAR_ANYTIME
static int
ANYTIME
static int
ESCAPE
static int
INEFFECTIVE_META_CHAR
static int
ONE_OR_MORE_TIME
static int
ZERO_OR_ONE_TIME
-
-
-
Field Detail
-
ESCAPE
static final int ESCAPE
- See Also:
- Constant Field Values
-
ANYCHAR
static final int ANYCHAR
- See Also:
- Constant Field Values
-
ANYTIME
static final int ANYTIME
- See Also:
- Constant Field Values
-
ZERO_OR_ONE_TIME
static final int ZERO_OR_ONE_TIME
- See Also:
- Constant Field Values
-
ONE_OR_MORE_TIME
static final int ONE_OR_MORE_TIME
- See Also:
- Constant Field Values
-
ANYCHAR_ANYTIME
static final int ANYCHAR_ANYTIME
- See Also:
- Constant Field Values
-
INEFFECTIVE_META_CHAR
static final int INEFFECTIVE_META_CHAR
- See Also:
- Constant Field Values
-
-