Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.decompiler.exceptions.IllegalIntermediateExpressionException
Packages that use IllegalIntermediateExpressionException
Package
Description
Types used to create and access
gendec
's IR (Intermediate Representation).-
Uses of IllegalIntermediateExpressionException in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir that throw IllegalIntermediateExpressionExceptionModifier and TypeMethodDescriptionboolean
IEGeneric.replaceSubExpression
(IEGeneric oldExp, IEGeneric newExp) Shallow replacement, by reference.default int
IEStatement.replaceUsedVar
(IEVar var, IEGeneric repl) Replace (deep) the variables that are defined by this statement.int
IEGeneric.replaceVar
(IEVar var, IEGeneric repl) Deep replace.int
IEStatement.replaceVar
(IEVar var, IEGeneric repl, boolean doNotReplaceDefinedVariables) Deep replace.void
IEGeneric.verify()
Verify the legality of this IR expression.