public interface

IDecompiledMethod

implements IDecompiledItem
com.pnfsoftware.jeb.core.units.code.asm.decompiler.IDecompiledMethod

Class Overview

A method object decompiled by gendec.

Summary

Public Methods
abstract ICMasterOptimizer getASTOptimizer()
abstract NativeDecompilationStage getCompletedStage()
abstract IEConverter<?> getConverter()
abstract IERoutineContext getIRContext()
abstract IEMasterOptimizer getIROptimizer()
abstract ICMethod getMethodAST()
abstract INativeMethodItem getMethodItem()
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.IDecompiledItem

Public Methods

public abstract ICMasterOptimizer getASTOptimizer ()

public abstract NativeDecompilationStage getCompletedStage ()

public abstract IEConverter<?> getConverter ()

public abstract IERoutineContext getIRContext ()

public abstract IEMasterOptimizer getIROptimizer ()

public abstract ICMethod getMethodAST ()

public abstract INativeMethodItem getMethodItem ()