Uses of Class
com.pnfsoftware.jeb.core.units.code.AbstractVisitResults
Packages that use AbstractVisitResults
Package
Description
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.C AST types, used in AST documents provided by the
source units
generated by gendec
.Types used to create and access
gendec
's IR (Intermediate Representation).Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of AbstractVisitResults in com.pnfsoftware.jeb.core.units.code.android.ir
Subclasses of AbstractVisitResults in com.pnfsoftware.jeb.core.units.code.android.irModifier and TypeClassDescriptionclass
Visit result object, provided to the call-back methods of adexdec
IR visitor object. -
Uses of AbstractVisitResults in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Modifier and TypeClassDescriptionclass
Visit result object, provided to the call-back methods of an AST visitor object. -
Uses of AbstractVisitResults in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Modifier and TypeClassDescriptionclass
Visit result object, provided to the call-back methods of agendec
IR visitor object. -
Uses of AbstractVisitResults in com.pnfsoftware.jeb.core.units.code.java
Subclasses of AbstractVisitResults in com.pnfsoftware.jeb.core.units.code.javaModifier and TypeClassDescriptionclass
Visit result object, provided to the call-back methods of adexdec
AST visitor object.