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 TypeClassDescriptionclassVisit result object, provided to the call-back methods of adexdecIR visitor object. -
Uses of AbstractVisitResults in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Modifier and TypeClassDescriptionclassVisit 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 TypeClassDescriptionclassVisit result object, provided to the call-back methods of agendecIR 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 TypeClassDescriptionclassVisit result object, provided to the call-back methods of adexdecAST visitor object.