public interface Processable
extends java.io.Serializable
The processing flags provide simple boolean markers. In ProGuard, they mark entities to be kept across processing steps, for example.
The processing info provides any more general information. In ProGuard, the contain relatively short-lived information inside processing steps.
Modifier and Type | Method and Description |
---|---|
int |
getProcessingFlags()
Returns the processing flags.
|
java.lang.Object |
getProcessingInfo()
Gets the processing information.
|
void |
setProcessingFlags(int processingFlags)
Sets the processing flags.
|
void |
setProcessingInfo(java.lang.Object processingInfo)
Sets the processing information.
|
void setProcessingFlags(int processingFlags)
int getProcessingFlags()
void setProcessingInfo(java.lang.Object processingInfo)
java.lang.Object getProcessingInfo()