public interface

ICMethodFactory

com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.ICMethodFactory

Class Overview

C AST ICMethod factory.

Summary

Public Methods
abstract ICMethod create(String maddr)
Create an uninitialized C AST method object.
abstract ICMethod createSynthetic(String name)
abstract ICMethod get(String maddr)
Retrieve an AST method object by address.

Public Methods

public abstract ICMethod create (String maddr)

Create an uninitialized C AST method object. If the object exists, it is retrieved.

Parameters
maddr original method address

public abstract ICMethod createSynthetic (String name)

public abstract ICMethod get (String maddr)

Retrieve an AST method object by address.

Parameters
maddr original method address