Package org.jf.baksmali.Adaptors
Class CatchMethodItem
- java.lang.Object
-
- org.jf.baksmali.Adaptors.MethodItem
-
- org.jf.baksmali.Adaptors.CatchMethodItem
-
- All Implemented Interfaces:
java.lang.Comparable<MethodItem>
public class CatchMethodItem extends MethodItem
-
-
Field Summary
-
Fields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress
-
-
Constructor Summary
Constructors Constructor Description CatchMethodItem(BaksmaliOptions options, MethodDefinition.LabelCache labelCache, int codeAddress, java.lang.String exceptionType, int startAddress, int endAddress, int handlerAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LabelMethodItemgetHandlerLabel()doublegetSortOrder()LabelMethodItemgetTryEndLabel()LabelMethodItemgetTryStartLabel()booleanwriteTo(BaksmaliWriter writer)-
Methods inherited from class org.jf.baksmali.Adaptors.MethodItem
compareTo, getCodeAddress
-
-
-
-
Constructor Detail
-
CatchMethodItem
public CatchMethodItem(@Nonnull BaksmaliOptions options, @Nonnull MethodDefinition.LabelCache labelCache, int codeAddress, @Nullable java.lang.String exceptionType, int startAddress, int endAddress, int handlerAddress)
-
-
Method Detail
-
getTryStartLabel
public LabelMethodItem getTryStartLabel()
-
getTryEndLabel
public LabelMethodItem getTryEndLabel()
-
getHandlerLabel
public LabelMethodItem getHandlerLabel()
-
getSortOrder
public double getSortOrder()
- Specified by:
getSortOrderin classMethodItem
-
writeTo
public boolean writeTo(BaksmaliWriter writer) throws java.io.IOException
- Specified by:
writeToin classMethodItem- Throws:
java.io.IOException
-
-