Uses of Interface
com.pnfsoftware.jeb.core.output.code.ICodeDocument
Packages that use ICodeDocument
Package
Description
Specialized text document useful for code units.
C AST types, used in AST documents provided by the
source units
generated by gendec
.Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of ICodeDocument in com.pnfsoftware.jeb.core.output.code
Classes in com.pnfsoftware.jeb.core.output.code that implement ICodeDocumentModifier and TypeClassDescriptionclass
A document part specific to code outputs.class
Text document part containing code similar to C++ source code (ex: C, Java). -
Uses of ICodeDocument in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Classes in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast that implement ICodeDocumentModifier and TypeClassDescriptionclass
This output sink is the recipient for the generation of a C-like Abstract Syntax Tree (AST). -
Uses of ICodeDocument in com.pnfsoftware.jeb.core.units.code.java
Classes in com.pnfsoftware.jeb.core.units.code.java that implement ICodeDocumentModifier and TypeClassDescriptionclass
This output sink is the recipient for the generation of a decompiled Java Abstract Syntax Tree (AST).