public class CatchMethodItem extends MethodItem
codeAddress| Constructor and Description |
|---|
CatchMethodItem(BaksmaliOptions options,
MethodDefinition.LabelCache labelCache,
int codeAddress,
java.lang.String exceptionType,
int startAddress,
int endAddress,
int handlerAddress) |
| Modifier and Type | Method and Description |
|---|---|
LabelMethodItem |
getHandlerLabel() |
double |
getSortOrder() |
LabelMethodItem |
getTryEndLabel() |
LabelMethodItem |
getTryStartLabel() |
boolean |
writeTo(org.jf.util.IndentingWriter writer) |
compareTo, getCodeAddresspublic CatchMethodItem(@Nonnull
BaksmaliOptions options,
@Nonnull
MethodDefinition.LabelCache labelCache,
int codeAddress,
@Nullable
java.lang.String exceptionType,
int startAddress,
int endAddress,
int handlerAddress)
public LabelMethodItem getTryStartLabel()
public LabelMethodItem getTryEndLabel()
public LabelMethodItem getHandlerLabel()
public double getSortOrder()
getSortOrder in class MethodItempublic boolean writeTo(org.jf.util.IndentingWriter writer)
throws java.io.IOException
writeTo in class MethodItemjava.io.IOException