public interface

IEPatternReplacer

com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.compiler.IEPatternReplacer

Class Overview

Custom replacer code for IR pattern. Used by EPatternMatcher's replace and searchAndReplace methods.

Summary

Public Methods
abstract Boolean replace(EPatternMatcher matcher, EPatternMatcher.Result result)

Public Methods

public abstract Boolean replace (EPatternMatcher matcher, EPatternMatcher.Result result)

Parameters
matcher the matcher object
result the matching result
Returns
  • success indicator; null to indicate that the replacement is to be performed by the matcher (default process, using the output pattern)