Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.EPatternCompiler.EPattern
Packages that use EPatternCompiler.EPattern
Package
Description
Types used by the IR template and IR compiler.
Types specific to
gendec
's IR optimizers.-
Uses of EPatternCompiler.EPattern in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler that return EPatternCompiler.EPatternModifier and TypeMethodDescriptionstatic EPatternCompiler.EPattern
Convenience method to quickly create and compile a single-input, no-output pattern.static EPatternCompiler.EPattern
Convenience method to quickly create and compile a single-input, no-output pattern.EPatternCompiler.compile
(EPatternCompiler.EPattern pattern) Compile an IR pattern.EPatternCompiler.EPattern.compile()
EPatternCompiler.EPattern.compile
(int flags) EPatternCompiler.EPattern.compile
(EPatternCompiler compiler) static EPatternCompiler.EPattern
EPatternCompiler.EPattern.create()
static EPatternCompiler.EPattern
EPatternMatcher.getPattern()
EPatternMatcher.Result.getPattern()
EPatternCompiler.EPattern.setCustomReplacer
(IEPatternReplacer replacer) EPatternCompiler.EPattern.setVerifier
(IEMatchVerifier verifier) Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler with parameters of type EPatternCompiler.EPatternModifier and TypeMethodDescriptionEPatternCompiler.compile
(EPatternCompiler.EPattern pattern) Compile an IR pattern.Constructors in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler with parameters of type EPatternCompiler.EPatternModifierConstructorDescriptionEPatternMatcher
(EPatternCompiler.EPattern pattern, CFG<IEStatement> cfg, IERoutineContext ctx) EPatternMatcher
(EPatternCompiler.EPattern pattern, IEGeneric exp, IERoutineContext ctx) -
Uses of EPatternCompiler.EPattern in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.opt
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.opt that return types with arguments of type EPatternCompiler.EPatternModifier and TypeMethodDescriptionprotected abstract Collection<EPatternCompiler.EPattern>
AbstractEPatternOptimizer.getPatterns()