Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.IEVisitor
Packages that use IEVisitor
Package
Description
Types used to create and access
gendec
's IR (Intermediate Representation).-
Uses of IEVisitor in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir with parameters of type IEVisitorModifier and TypeMethodDescriptionboolean
IEGeneric.visitDepthPost
(IEVisitor visitor) Depth-first search, post-order visit of an expression tree or sub-tree.boolean
IEGeneric.visitDepthPost
(IEVisitor visitor, IEGeneric parent) Depth-first search, post-order visit of an expression tree or sub-tree.boolean
IEGeneric.visitDepthPost
(IEVisitor visitor, IEGeneric parent, EVisitResults results) Depth-first search, post-order visit of an expression tree or sub-tree.boolean
IEGeneric.visitDepthPre
(IEVisitor visitor) Depth-first search, pre-order visit of an expression tree or sub-tree.boolean
IEGeneric.visitDepthPre
(IEVisitor visitor, IEGeneric parent) Depth-first search, pre-order visit of an expression tree or sub-tree.boolean
IEGeneric.visitDepthPre
(IEVisitor visitor, IEGeneric parent, EVisitResults results) Depth-first search, pre-order visit of an expression tree or sub-tree.default boolean
IEStatement.visitInstruction
(IEVisitor visitor) Depth-first search, pre-order visit of this statement.default boolean
IEStatement.visitInstruction
(IEVisitor visitor, boolean skipAssignmentDestination) Depth-first search, pre-order visit of this statement.default boolean
IEStatement.visitInstructionPostOrder
(IEVisitor visitor, boolean skipAssignmentDestination) Depth-first search, post-order visit of this statement.