public interface AnchorType
Modifier and Type | Field and Description |
---|---|
static int |
ALLOWED_IN_LB |
static int |
ALLOWED_IN_LB_NOT |
static int |
ANYCHAR_STAR |
static int |
ANYCHAR_STAR_MASK |
static int |
ANYCHAR_STAR_ML |
static int |
BEGIN_BUF |
static int |
BEGIN_LINE |
static int |
BEGIN_POSITION |
static int |
END_BUF |
static int |
END_BUF_MASK |
static int |
END_LINE |
static int |
KEEP |
static int |
LOOK_BEHIND |
static int |
LOOK_BEHIND_NOT |
static int |
NOT_WORD_BOUND |
static int |
PREC_READ |
static int |
PREC_READ_NOT |
static int |
SEMI_END_BUF |
static int |
WORD_BEGIN |
static int |
WORD_BOUND |
static int |
WORD_END |
static final int BEGIN_BUF
static final int BEGIN_LINE
static final int BEGIN_POSITION
static final int END_BUF
static final int SEMI_END_BUF
static final int END_LINE
static final int WORD_BOUND
static final int NOT_WORD_BOUND
static final int WORD_BEGIN
static final int WORD_END
static final int PREC_READ
static final int PREC_READ_NOT
static final int LOOK_BEHIND
static final int LOOK_BEHIND_NOT
static final int ANYCHAR_STAR
static final int ANYCHAR_STAR_ML
static final int ANYCHAR_STAR_MASK
static final int END_BUF_MASK
static final int KEEP
static final int ALLOWED_IN_LB
static final int ALLOWED_IN_LB_NOT
Copyright © 2018. All rights reserved.