Interface IDecompiledItem
- All Known Subinterfaces:
IDecompiledClass
,IDecompiledField
,IDecompiledMethod
Top-level type representing an item decompiled by
gendec
(method, field, class).-
Method Summary
Modifier and TypeMethodDescriptionint
long
int
getFlags()
long
NOTE: On error, the status is set to COMPLETED andgetErrorDescription()
returns a non-null object.default boolean
isDone()
default boolean
default boolean
void
setFlags
(int flags)
-
Method Details
-
getDecompiler
INativeDecompilerContext getDecompiler() -
getNativeItem
INativeItem getNativeItem() -
getASTItem
ICDecompilableElement getASTItem() -
getStatus
DecompilationStatus getStatus()NOTE: On error, the status is set to COMPLETED andgetErrorDescription()
returns a non-null object.- Returns:
-
getCompletionCount
int getCompletionCount() -
getCreationTimestamp
long getCreationTimestamp() -
getLastModificationTimestampMs
long getLastModificationTimestampMs() -
getFlags
int getFlags() -
setFlags
void setFlags(int flags) -
getErrorDescription
IErrorDescription getErrorDescription() -
isDone
default boolean isDone() -
isSuccess
default boolean isSuccess() -
isFailure
default boolean isFailure()
-