Node.TopNode
Modifier and Type | Field and Description |
---|---|
boolean |
asciiRange |
int |
charLength |
Node |
target |
int |
type |
Constructor and Description |
---|
AnchorNode(int type) |
AnchorNode(int type,
boolean asciiRange) |
Modifier and Type | Method and Description |
---|---|
protected Node |
getChild() |
java.lang.String |
getName() |
private boolean |
isType(int type) |
protected void |
setChild(Node child) |
void |
setTarget(Node tgt) |
java.lang.String |
toString(int level) |
java.lang.String |
typeToString() |
getAddressName, getType, getType2Bit, isSimple, newTop, pad, replaceWith, toString
public final int type
public final boolean asciiRange
public Node target
public int charLength
public AnchorNode(int type, boolean asciiRange)
public AnchorNode(int type)
public void setTarget(Node tgt)
public java.lang.String typeToString()
private boolean isType(int type)