java.lang.Object
org.joni.ast.Node
- All Implemented Interfaces:
NodeType
- Direct Known Subclasses:
AnchorNode
,AnyCharNode
,CClassNode
,CTypeNode
,ListNode
,Node.TopNode
,StateNode
,StringNode
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Node
getChild()
abstract String
getName()
final int
getType()
final int
final boolean
isSimple()
static Node.TopNode
protected static String
void
replaceWith
(Node with) protected void
final String
toString()
protected abstract String
toString
(int level)
-
Field Details
-
parent
-
type
protected int type
-
-
Constructor Details
-
Node
Node(int type)
-
-
Method Details