Uses of Interface
com.pnfsoftware.jeb.core.units.code.android.ir.IDVisitor
Packages that use IDVisitor
Package
Description
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.-
Uses of IDVisitor in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type IDVisitorModifier and TypeMethodDescriptionboolean
IDExpression.visitDepthPost
(IDVisitor visitor) Visit this expression and its constituents, depth-first post-order.boolean
IDExpression.visitDepthPost
(IDVisitor visitor, IDExpression parent) Visit this expression and its constituents, depth-first post-order.boolean
IDExpression.visitDepthPost
(IDVisitor visitor, IDExpression parent, DVisitResults results) Visit this expression and its constituents, depth-first post-order.boolean
IDExpression.visitDepthPre
(IDVisitor visitor) Visit this expression and its constituents, depth-first pre-order.boolean
IDExpression.visitDepthPre
(IDVisitor visitor, IDExpression parent) Visit this expression and its constituents, depth-first pre-order.boolean
IDExpression.visitDepthPre
(IDVisitor visitor, IDExpression parent, DVisitResults results) Visit this expression and its constituents, depth-first pre-order.boolean
IDInstruction.visitInstruction
(IDVisitor visitor) Visit this instruction and its constituents.boolean
IDInstruction.visitInstruction
(IDVisitor visitor, boolean skipAssignmentDestination) Visit this instruction and its constituents.boolean
IDInstruction.visitInstructionPostOrder
(IDVisitor visitor, boolean skipAssignmentDestination) Visit this instruction and its constituents.boolean
IDInstruction.visitInstructionPreOrder
(IDVisitor visitor, boolean skipAssignmentDestination) Visit this instruction and its constituents.