public abstract class

AbstractExternalRoutineExecutionHelper

extends Object
implements IExternalRoutineExecutionHelper
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.emulator.AbstractExternalRoutineExecutionHelper
Known Direct Subclasses

Class Overview

A convenient adapter for execution helpers.

Note that you may want to implement IExternalRoutineExecutionHelper directly. Refer to the javadoc of that interface for additional information.

Summary

Public Constructors
AbstractExternalRoutineExecutionHelper(String name)
Public Methods
String getName()
Provide the external routine name.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.emulator.IExternalRoutineExecutionHelper

Public Constructors

public AbstractExternalRoutineExecutionHelper (String name)

Parameters
name the non-null, non-empty name of the external routine being emulated

Public Methods

public String getName ()

Provide the external routine name.

Returns
  • the external routine name (should be non-null, non-changing)

public String toString ()