# Interface: com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt.IOptimizerTarget

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

## Method: getTargetName
- return type: `java.lang.String`

Description: Retrieve the target name, typically, the signature or address of the method being optimized.
return: may be null

