Interface IDecompiledMethod
- All Superinterfaces:
IDecompiledItem
A method object decompiled by
gendec
.-
Method Summary
Methods inherited from interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.IDecompiledItem
getASTItem, getCompletionCount, getCreationTimestamp, getDecompiler, getErrorDescription, getFlags, getLastModificationTimestampMs, getNativeItem, getStatus, isDone, isFailure, isSuccess, setFlags
-
Method Details
-
getMethodItem
INativeMethodItem getMethodItem() -
getMethodAST
ICMethod getMethodAST() -
getCompletedStage
NativeDecompilationStage getCompletedStage() -
getConverter
IEConverter<?> getConverter() -
getIROptimizer
IEMasterOptimizer getIROptimizer() -
getIRContext
IERoutineContext getIRContext() -
getASTOptimizer
ICMasterOptimizer getASTOptimizer()
-