public class DowngradeResult
extends java.lang.Object
| Constructor and Description |
|---|
DowngradeResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(DowngradeResult result)
Adds the values of the given result to this result.
|
int |
getTransformerCount() |
void |
incrementTransformerCount()
Increments the transformer count by 1.
|
boolean |
requiresStackMapFrames() |
void |
setRequiresStackMapFrames()
Sets the class to require stack map frame recalculation.
|
public int getTransformerCount()
public void incrementTransformerCount()
public boolean requiresStackMapFrames()
public void setRequiresStackMapFrames()
public void add(DowngradeResult result)
result - The result to add