public interface

IDecompiledItem

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

Class Overview

Top-level type representing an item decompiled by gendec (method, field, class).

Summary

Public Methods
abstract ICDecompilableElement getASTItem()
abstract int getCompletionCount()
abstract long getCreationTimestamp()
abstract INativeDecompilerContext getDecompiler()
abstract IErrorDescription getErrorDescription()
abstract int getFlags()
abstract long getLastModificationTimestampMs()
abstract INativeItem getNativeItem()
abstract DecompilationStatus getStatus()
NOTE: On error, the status is set to COMPLETED and getErrorDescription() returns a non-null object.
abstract boolean isDone()
abstract boolean isFailure()
abstract boolean isSuccess()
abstract void setFlags(int flags)

Public Methods

public abstract ICDecompilableElement getASTItem ()

public abstract int getCompletionCount ()

public abstract long getCreationTimestamp ()

public abstract INativeDecompilerContext getDecompiler ()

public abstract IErrorDescription getErrorDescription ()

public abstract int getFlags ()

public abstract long getLastModificationTimestampMs ()

public abstract INativeItem getNativeItem ()

public abstract DecompilationStatus getStatus ()

NOTE: On error, the status is set to COMPLETED and getErrorDescription() returns a non-null object.

public abstract boolean isDone ()

public abstract boolean isFailure ()

public abstract boolean isSuccess ()

public abstract void setFlags (int flags)