Uses of Interface
com.pnfsoftware.jeb.core.units.code.INodeVisitor
Packages that use INodeVisitor
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 INodeVisitor in com.pnfsoftware.jeb.core.units.code.android.ir
Subinterfaces of INodeVisitor in com.pnfsoftware.jeb.core.units.code.android.irModifier and TypeInterfaceDescriptioninterface
Specialized tree node visitor interface fordexdec
IR expressions
. -
Uses of INodeVisitor in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Subinterfaces of INodeVisitor in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast -
Uses of INodeVisitor in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Subinterfaces of INodeVisitor in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir -
Uses of INodeVisitor in com.pnfsoftware.jeb.core.units.code.java
Subinterfaces of INodeVisitor in com.pnfsoftware.jeb.core.units.code.javaModifier and TypeInterfaceDescriptioninterface
Specialized tree node visitor interface fordexdec
Java AST elements
.