com.android.dx.io
Class Code.CatchHandler

java.lang.Object
  extended by com.android.dx.io.Code.CatchHandler
Enclosing class:
Code

public static class Code.CatchHandler
extends Object


Constructor Summary
Code.CatchHandler(int[] typeIndexes, int[] addresses, int catchAllAddress)
           
 
Method Summary
 int[] getAddresses()
           
 int getCatchAllAddress()
           
 int[] getTypeIndexes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Code.CatchHandler

public Code.CatchHandler(int[] typeIndexes,
                         int[] addresses,
                         int catchAllAddress)
Method Detail

getTypeIndexes

public int[] getTypeIndexes()

getAddresses

public int[] getAddresses()

getCatchAllAddress

public int getCatchAllAddress()


Copyright © 2013. All Rights Reserved.