public class DescriptorTree
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | DescriptorTree.DFSTWalker | 
| Constructor and Description | 
|---|
| DescriptorTree() | 
| DescriptorTree(boolean isInitial) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addChild(NodeDescriptor parent,
        NodeDescriptor child) | 
| void | clear() | 
| void | dfst(DescriptorTree.DFSTWalker walker) | 
| boolean | frameIdEquals(int frameCount,
             int frameIndex) | 
| java.util.List<NodeDescriptor> | getChildren(NodeDescriptor parent) | 
| void | setFrameId(int frameCount,
          int frameIndex) | 
public DescriptorTree()
public DescriptorTree(boolean isInitial)
public void clear()
public boolean frameIdEquals(int frameCount,
                             int frameIndex)
public void setFrameId(int frameCount,
                       int frameIndex)
public void addChild(NodeDescriptor parent, NodeDescriptor child)
public java.util.List<NodeDescriptor> getChildren(NodeDescriptor parent)
public void dfst(DescriptorTree.DFSTWalker walker)