Package org.joni.ast
Class AnchorNode
- java.lang.Object
-
- org.joni.ast.Node
-
- org.joni.ast.AnchorNode
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.joni.ast.Node
Node.TopNode
-
-
Field Summary
Fields Modifier and Type Field Description boolean
asciiRange
int
charLength
Node
target
int
type
-
Constructor Summary
Constructors Constructor Description AnchorNode(int type)
AnchorNode(int type, boolean asciiRange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
Methods inherited from class org.joni.ast.Node
getAddressName, getType, getType2Bit, isSimple, newTop, pad, replaceWith, toString
-
-