public class CaptureTreeNode extends Object
Modifier and Type | Field and 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 and Description |
---|
CaptureTreeNode() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
addChild(CaptureTreeNode child) |
(package private) void |
clear() |
(package private) CaptureTreeNode |
cloneTree() |
int group
int beg
int end
int numChildren
CaptureTreeNode[] children
static final int HISTORY_TREE_INIT_ALLOC_SIZE
void addChild(CaptureTreeNode child)
void clear()
CaptureTreeNode cloneTree()
Copyright © 2018. All rights reserved.