Package org.joni.constants
Interface AnchorType
-
- All Known Implementing Classes:
AnchorNode,OptAnchorInfo
public interface AnchorType
-
-
Field Summary
Fields Modifier and Type Field Description static intALLOWED_IN_LBstatic intALLOWED_IN_LB_NOTstatic intANYCHAR_STARstatic intANYCHAR_STAR_MASKstatic intANYCHAR_STAR_MLstatic intBEGIN_BUFstatic intBEGIN_LINEstatic intBEGIN_POSITIONstatic intEND_BUFstatic intEND_BUF_MASKstatic intEND_LINEstatic intKEEPstatic intLOOK_BEHINDstatic intLOOK_BEHIND_NOTstatic intNOT_WORD_BOUNDstatic intPREC_READstatic intPREC_READ_NOTstatic intSEMI_END_BUFstatic intWORD_BEGINstatic intWORD_BOUNDstatic intWORD_END
-
-
-
Field Detail
-
BEGIN_BUF
static final int BEGIN_BUF
- See Also:
- Constant Field Values
-
BEGIN_LINE
static final int BEGIN_LINE
- See Also:
- Constant Field Values
-
BEGIN_POSITION
static final int BEGIN_POSITION
- See Also:
- Constant Field Values
-
END_BUF
static final int END_BUF
- See Also:
- Constant Field Values
-
SEMI_END_BUF
static final int SEMI_END_BUF
- See Also:
- Constant Field Values
-
END_LINE
static final int END_LINE
- See Also:
- Constant Field Values
-
WORD_BOUND
static final int WORD_BOUND
- See Also:
- Constant Field Values
-
NOT_WORD_BOUND
static final int NOT_WORD_BOUND
- See Also:
- Constant Field Values
-
WORD_BEGIN
static final int WORD_BEGIN
- See Also:
- Constant Field Values
-
WORD_END
static final int WORD_END
- See Also:
- Constant Field Values
-
PREC_READ
static final int PREC_READ
- See Also:
- Constant Field Values
-
PREC_READ_NOT
static final int PREC_READ_NOT
- See Also:
- Constant Field Values
-
LOOK_BEHIND
static final int LOOK_BEHIND
- See Also:
- Constant Field Values
-
LOOK_BEHIND_NOT
static final int LOOK_BEHIND_NOT
- See Also:
- Constant Field Values
-
ANYCHAR_STAR
static final int ANYCHAR_STAR
- See Also:
- Constant Field Values
-
ANYCHAR_STAR_ML
static final int ANYCHAR_STAR_ML
- See Also:
- Constant Field Values
-
ANYCHAR_STAR_MASK
static final int ANYCHAR_STAR_MASK
- See Also:
- Constant Field Values
-
END_BUF_MASK
static final int END_BUF_MASK
- See Also:
- Constant Field Values
-
KEEP
static final int KEEP
- 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
-
-