public interface

IOptimizerTarget

com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt.IOptimizerTarget
Known Indirect Subclasses

Class Overview

Base interface for objects that may be the target of an optimizer. Currently, this interface should not be extended by anything by IERoutineContext (for IR) and ICMethod (for AST).

Summary

Public Methods
abstract String getTargetName()
Retrieve the target name, typically, the signature or address of the method being optimized.

Public Methods

public abstract String getTargetName ()

Retrieve the target name, typically, the signature or address of the method being optimized.

Returns
  • may be null