Class AnchorNode
java.lang.Object
org.joni.ast.Node
org.joni.ast.AnchorNode
- All Implemented Interfaces:
NodeType
-
Nested Class Summary
Nested classes/interfaces inherited from class Node
Node.TopNode -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanintfinal int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Node
getAddressName, getType, getType2Bit, isSimple, newTop, pad, replaceWith, toString
-
Field Details
-
type
public final int type -
asciiRange
public final boolean asciiRange -
target
-
charLength
public int charLength
-
-
Constructor Details
-
AnchorNode
public AnchorNode(int type, boolean asciiRange) -
AnchorNode
public AnchorNode(int type)
-
-
Method Details
-
setChild
-
getChild
-
setTarget
-
getName
-
toString
-
typeToString
-
isType
private boolean isType(int type)
-