org.jf.baksmali.Adaptors
Class EndTryLabelMethodItem

java.lang.Object
  extended by org.jf.baksmali.Adaptors.MethodItem
      extended by org.jf.baksmali.Adaptors.LabelMethodItem
          extended by org.jf.baksmali.Adaptors.EndTryLabelMethodItem
All Implemented Interfaces:
java.lang.Comparable<MethodItem>

public class EndTryLabelMethodItem
extends LabelMethodItem


Field Summary
 
Fields inherited from class org.jf.baksmali.Adaptors.MethodItem
codeAddress
 
Constructor Summary
EndTryLabelMethodItem(baksmaliOptions options, int codeAddress, int endTryAddress)
           
 
Method Summary
 int getLabelAddress()
           
 double getSortOrder()
           
 
Methods inherited from class org.jf.baksmali.Adaptors.LabelMethodItem
compareTo, equals, getLabelPrefix, getLabelSequence, hashCode, setLabelSequence, writeTo
 
Methods inherited from class org.jf.baksmali.Adaptors.MethodItem
getCodeAddress
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndTryLabelMethodItem

public EndTryLabelMethodItem(@Nonnull
                             baksmaliOptions options,
                             int codeAddress,
                             int endTryAddress)
Method Detail

getSortOrder

public double getSortOrder()
Overrides:
getSortOrder in class LabelMethodItem

getLabelAddress

public int getLabelAddress()
Overrides:
getLabelAddress in class LabelMethodItem