Uses of Class
com.pnfsoftware.jeb.core.EditablePluginInformation
Package
Description
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.This package and its sub-packages contain the types used to access
gendec
, JEB's generic
decompiler.Common types used by
gendec
's optimizers.Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of EditablePluginInformation in com.pnfsoftware.jeb.core.units.code.android.ir
Modifier and TypeMethodDescriptionAbstractDCollectionOptimizer.getPluginInformation()
AbstractDOptimizer.getPluginInformation()
-
Uses of EditablePluginInformation in com.pnfsoftware.jeb.core.units.code.asm.decompiler
-
Uses of EditablePluginInformation in com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt
-
Uses of EditablePluginInformation in com.pnfsoftware.jeb.core.units.code.java