Uses of Interface
com.pnfsoftware.jeb.core.output.IGenericDocument

Packages that use IGenericDocument
Package
Description
Types used by scripts to interact with the analysis results presented by a JEB client.
Types to build unit-generated contents in the form of text, table, or tree documents.
Specialized text document useful for code units.
Types for table documents, useful to represent tabular data generated by a unit.
Trivial implementations for the table package interfaces.
Types for text documents, useful to represent textual data generated by a unit.
Trivial implementations for the text package interfaces.
Types to generate tree documents, useful to represent hierarchical data generated by a unit.
Trivial implementations for the tree package interfaces.
Specific types used by Dex units to render Dex disassembly code.
C AST types, used in AST documents provided by the source units generated by gendec.
Types used during the generation of native code disassembly.
Types used to manipulate dexdec-generated (Dex decompiler) Java Abstract Syntax Tree (AST) objects.