|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.joni.ast.Node
org.joni.ast.AnchorNode
public final class AnchorNode
| Field Summary | |
|---|---|
int |
charLength
|
Node |
target
|
int |
type
|
| Fields inherited from class org.joni.ast.Node |
|---|
parent |
| Fields 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, LOOK_BEHIND, LOOK_BEHIND_NOT, NOT_WORD_BOUND, PREC_READ, PREC_READ_NOT, SEMI_END_BUF, WORD_BEGIN, WORD_BOUND, WORD_END |
| Fields inherited from interface org.joni.constants.NodeType |
|---|
ALLOWED_IN_LB, ALT, ANCHOR, BIT_ALT, BIT_ANCHOR, BIT_BREF, BIT_CALL, BIT_CANY, BIT_CCLASS, BIT_CTYPE, BIT_ENCLOSE, BIT_LIST, BIT_QTFR, BIT_STR, BREF, CALL, CANY, CCLASS, CTYPE, ENCLOSE, LIST, QTFR, SIMPLE, STR |
| Constructor Summary | |
|---|---|
AnchorNode(int type)
|
|
| Method Summary | |
|---|---|
protected Node |
getChild()
|
java.lang.String |
getName()
|
int |
getType()
|
protected void |
setChild(Node newChild)
|
void |
setTarget(Node tgt)
|
java.lang.String |
toString(int level)
|
java.lang.String |
typeToString()
|
| Methods inherited from class org.joni.ast.Node |
|---|
getAddressName, getType2Bit, isAllowedInLookBehind, isInvalidQuantifier, isSimple, pad, swap, toString, verifyTree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int type
public Node target
public int charLength
| Constructor Detail |
|---|
public AnchorNode(int type)
| Method Detail |
|---|
public int getType()
getType in class Nodeprotected void setChild(Node newChild)
setChild in class Nodeprotected Node getChild()
getChild in class Nodepublic void setTarget(Node tgt)
public java.lang.String getName()
getName in class Nodepublic java.lang.String toString(int level)
toString in class Nodepublic java.lang.String typeToString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||