Uses of Interface
com.pnfsoftware.jeb.core.units.code.IVisitResults
Packages that use IVisitResults
Package
Description
Types related to JEB code plugins, including disassemblers, decompilers, and debuggers.
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 IVisitResults in com.pnfsoftware.jeb.core.units.code
Classes in com.pnfsoftware.jeb.core.units.code that implement IVisitResultsModifier and TypeClassDescriptionclass
Skeleton implementation for visit result objects.Methods in com.pnfsoftware.jeb.core.units.code with parameters of type IVisitResultsModifier and TypeMethodDescriptionvoid
INodeVisitor.process
(T e, T parent, IVisitResults<T> results) Process a node being visited. -
Uses of IVisitResults in com.pnfsoftware.jeb.core.units.code.android.ir
Classes in com.pnfsoftware.jeb.core.units.code.android.ir that implement IVisitResultsModifier and TypeClassDescriptionclass
Visit result object, provided to the call-back methods of adexdec
IR visitor object. -
Uses of IVisitResults in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Classes in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast that implement IVisitResultsModifier and TypeClassDescriptionclass
Visit result object, provided to the call-back methods of an AST visitor object. -
Uses of IVisitResults in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Classes in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir that implement IVisitResultsModifier and TypeClassDescriptionclass
Visit result object, provided to the call-back methods of agendec
IR visitor object. -
Uses of IVisitResults in com.pnfsoftware.jeb.core.units.code.java
Classes in com.pnfsoftware.jeb.core.units.code.java that implement IVisitResultsModifier and TypeClassDescriptionclass
Visit result object, provided to the call-back methods of adexdec
AST visitor object.