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 IEGenericEUtil.replaceSubExpressionRecursive(IEGeneric stm, IEGeneric src, IEGeneric dst, EVisitResults results) booleanIEGeneric.visitDepthPost(IEVisitor visitor, IEGeneric parent, EVisitResults results) Depth-first search, post-order visit of an expression tree or sub-tree.booleanIEGeneric.visitDepthPre(IEVisitor visitor, IEGeneric parent, EVisitResults results) Depth-first search, pre-order visit of an expression tree or sub-tree.