Package org.joni
Class CaptureTreeNode
- java.lang.Object
-
- org.joni.CaptureTreeNode
-
public class CaptureTreeNode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
beg
(package private) CaptureTreeNode[]
children
(package private) int
end
(package private) int
group
(package private) static int
HISTORY_TREE_INIT_ALLOC_SIZE
(package private) int
numChildren
-
Constructor Summary
Constructors Constructor Description CaptureTreeNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
addChild(CaptureTreeNode child)
(package private) void
clear()
(package private) CaptureTreeNode
cloneTree()
-
-
-
Field Detail
-
group
int group
-
beg
int beg
-
end
int end
-
numChildren
int numChildren
-
children
CaptureTreeNode[] children
-
HISTORY_TREE_INIT_ALLOC_SIZE
static final int HISTORY_TREE_INIT_ALLOC_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
addChild
void addChild(CaptureTreeNode child)
-
clear
void clear()
-
cloneTree
CaptureTreeNode cloneTree()
-
-