public final class AnchorNode extends Node implements AnchorType
Modifier and Type | Field and Description |
---|---|
int |
charLength |
Node |
target |
int |
type |
ALLOWED_IN_LB, ALLOWED_IN_LB_NOT, ANYCHAR_STAR, ANYCHAR_STAR_MASK, ANYCHAR_STAR_ML, BEGIN_BUF, BEGIN_LINE, BEGIN_POSITION, END_BUF, END_BUF_MASK, END_LINE, KEEP, LOOK_BEHIND, LOOK_BEHIND_NOT, NOT_WORD_BOUND, PREC_READ, PREC_READ_NOT, SEMI_END_BUF, WORD_BEGIN, WORD_BOUND, WORD_END
Constructor and Description |
---|
AnchorNode(int type) |
Modifier and Type | Method and Description |
---|---|
protected Node |
getChild() |
String |
getName() |
int |
getType() |
private boolean |
isType(int type) |
protected void |
setChild(Node newChild) |
void |
setTarget(Node tgt) |
String |
toString(int level) |
String |
typeToString() |
getAddressName, getType2Bit, isAllowedInLookBehind, isInvalidQuantifier, isSimple, pad, swap, toString, verifyTree
Copyright © 2018. All rights reserved.