ejp.presenter.api.model.tree |
Data model of call trees.
|
Java Source File Name | Type | Comment |
FusionLazyNode.java | Class | A lazy node that represents the union of many lazy nodes that are associated
with the same method. |
LazyNode.java | Class | Super class of all presented call tree nodes. |
LeafAppenderLazyNode.java | Class | A lazy node that appends some nodes to the leaf of its sub-tree. |