Package org.joni.ast
Class AnchorNode
java.lang.Object
org.joni.ast.Node
org.joni.ast.AnchorNode
- All Implemented Interfaces:
AnchorType
,NodeType
-
Field Summary
FieldsFields inherited from interface org.joni.constants.AnchorType
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 Summary
Constructors -
Method Summary
Methods inherited from class org.joni.ast.Node
getAddressName, getType2Bit, isAllowedInLookBehind, isInvalidQuantifier, isSimple, pad, swap, toString, verifyTree
-
Field Details
-
type
public int type -
target
-
charLength
public int charLength
-
-
Constructor Details
-
AnchorNode
public AnchorNode(int type)
-
-
Method Details
-
getType
public int getType() -
setChild
-
getChild
-
setTarget
-
getName
-
toString
-
typeToString
-
isType
private boolean isType(int type)
-