- 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 booleanasciiRangeintcharLengthNodetargetinttype
-
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 NodegetChild()java.lang.StringgetName()private booleanisType(int type)protected voidsetChild(Node child)voidsetTarget(Node tgt)java.lang.StringtoString(int level)java.lang.StringtypeToString()-
Methods inherited from class org.joni.ast.Node
getAddressName, getType, getType2Bit, isSimple, newTop, pad, replaceWith, toString
-
-