Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.IDexDecompilerUnit
Packages that use IDexDecompilerUnit
Package
Description
This package and sub-packages contain all types used by Android code analysis plugins.
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of IDexDecompilerUnit in com.pnfsoftware.jeb.core.units.code.android
Methods in com.pnfsoftware.jeb.core.units.code.android that return IDexDecompilerUnitModifier and TypeMethodDescriptionIDexUnit.getDecompiler()
Retrieve or create a decompiler for this unit.IEmulatedAndroid.getDecompiler()
Convenience method.Constructors in com.pnfsoftware.jeb.core.units.code.android with parameters of type IDexDecompilerUnit -
Uses of IDexDecompilerUnit in com.pnfsoftware.jeb.core.units.code.android.ir
Fields in com.pnfsoftware.jeb.core.units.code.android.ir declared as IDexDecompilerUnitModifier and TypeFieldDescriptionAbstractDCollectionOptimizer.decomp
Managing dex decompiler.AbstractDOptimizer.decomp
Managing dex decompiler.Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return IDexDecompilerUnitModifier and TypeMethodDescriptionIDGlobalContext.getDecompiler()
Retrieve the managing dex decompiler object.IDState.getDecompiler()
Convenience method. -
Uses of IDexDecompilerUnit in com.pnfsoftware.jeb.core.units.code.java
Fields in com.pnfsoftware.jeb.core.units.code.java declared as IDexDecompilerUnitMethods in com.pnfsoftware.jeb.core.units.code.java that return IDexDecompilerUnitModifier and TypeMethodDescriptionIJavaGlobalContext.getDecompiler()
IJavaSourceUnit.getDecompiler()
JavaOutputSink.getDecompilerUnit()
May be nullConstructors in com.pnfsoftware.jeb.core.units.code.java with parameters of type IDexDecompilerUnitModifierConstructorDescriptionJavaOutputSink
(int baseAnchorId, JavaDocument doc, IDexDecompilerUnit dexdec)