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 TypeMethodDescriptionbooleanIDExpression.visitDepthPost(IDVisitor visitor) Visit this expression and its constituents, depth-first post-order.booleanIDExpression.visitDepthPost(IDVisitor visitor, IDExpression parent) Visit this expression and its constituents, depth-first post-order.booleanIDExpression.visitDepthPost(IDVisitor visitor, IDExpression parent, DVisitResults results) Visit this expression and its constituents, depth-first post-order.booleanIDExpression.visitDepthPre(IDVisitor visitor) Visit this expression and its constituents, depth-first pre-order.booleanIDExpression.visitDepthPre(IDVisitor visitor, IDExpression parent) Visit this expression and its constituents, depth-first pre-order.booleanIDExpression.visitDepthPre(IDVisitor visitor, IDExpression parent, DVisitResults results) Visit this expression and its constituents, depth-first pre-order.booleanIDInstruction.visitInstruction(IDVisitor visitor) Visit this instruction and its constituents.booleanIDInstruction.visitInstruction(IDVisitor visitor, boolean skipAssignmentDestination) Visit this instruction and its constituents.booleanIDInstruction.visitInstructionPostOrder(IDVisitor visitor, boolean skipAssignmentDestination) Visit this instruction and its constituents.booleanIDInstruction.visitInstructionPreOrder(IDVisitor visitor, boolean skipAssignmentDestination) Visit this instruction and its constituents.