Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.EVisitResults
Packages that use EVisitResults
Package
Description
Types used to create and access
gendec
's IR (Intermediate Representation).-
Uses of EVisitResults 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 EVisitResultsModifier and TypeMethodDescriptionstatic IEGeneric
EUtil.replaceSubExpressionRecursive
(IEGeneric stm, IEGeneric src, IEGeneric dst, EVisitResults results) 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, IEGeneric parent, EVisitResults results) Depth-first search, pre-order visit of an expression tree or sub-tree.