java.lang.Object
org.joni.ast.Node
org.joni.ast.AnchorNode
- All Implemented Interfaces:
NodeType
-
Nested Class Summary
Nested classes/interfaces inherited from class org.joni.ast.Node
Node.TopNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean
int
final int
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.joni.ast.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