Uses of Package
com.pnfsoftware.jeb.core.output.tree
Packages that use com.pnfsoftware.jeb.core.output.tree
Package
Description
Support types for actions that units may provide and implementation in order to allow generic access requests.
Types to generate tree documents, useful to represent hierarchical data generated by a unit.
Trivial implementations for the tree package interfaces.
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
This package and sub-packages contain all types used by Android code analysis plugins.
-
Classes in com.pnfsoftware.jeb.core.output.tree used by com.pnfsoftware.jeb.core.actions
-
Classes in com.pnfsoftware.jeb.core.output.tree used by com.pnfsoftware.jeb.core.output.treeClassDescriptionA tree node whose contents is actionable.A special interface for nodes holding
code
items.A tree node definition, the main constituent oftree documents
.A coordinates system for nodes inside anITreeDocument
.A visual node. -
Classes in com.pnfsoftware.jeb.core.output.tree used by com.pnfsoftware.jeb.core.output.tree.implClassDescriptionA tree node whose contents is actionable.A tree node definition, the main constituent of
tree documents
.A coordinates system for nodes inside anITreeDocument
.A tree document is used to represent hierarchical structures.A visual node. -
Classes in com.pnfsoftware.jeb.core.output.tree used by com.pnfsoftware.jeb.core.units.code
-
Classes in com.pnfsoftware.jeb.core.output.tree used by com.pnfsoftware.jeb.core.units.code.android