Uses of Class
com.android.dx.cf.code.ByteCatchList

Packages that use ByteCatchList
com.android.dx.cf.attrib Implementation of containers and utilities for all the standard Java attribute types. 
com.android.dx.cf.code Implementation of classes having to do with Java simulation, such as is needed for verification or stack-to-register conversion. 
 

Uses of ByteCatchList in com.android.dx.cf.attrib
 

Methods in com.android.dx.cf.attrib that return ByteCatchList
 ByteCatchList AttCode.getCatches()
          Gets the exception table.
 

Constructors in com.android.dx.cf.attrib with parameters of type ByteCatchList
AttCode(int maxStack, int maxLocals, BytecodeArray code, ByteCatchList catches, AttributeList attributes)
          Constructs an instance.
 

Uses of ByteCatchList in com.android.dx.cf.code
 

Fields in com.android.dx.cf.code declared as ByteCatchList
static ByteCatchList ByteCatchList.EMPTY
          non-null; convenient zero-entry instance
 

Methods in com.android.dx.cf.code that return ByteCatchList
 ByteCatchList ConcreteMethod.getCatches()
          Gets the exception table.
 ByteCatchList ByteBlock.getCatches()
          Gets the list of exceptions caught and their handler targets.
 ByteCatchList ByteCatchList.listFor(int pc)
          Gets the list of items active at the given address.
 

Constructors in com.android.dx.cf.code with parameters of type ByteCatchList
ByteBlock(int label, int start, int end, IntList successors, ByteCatchList catches)
          Constructs an instance.
 



Copyright © 2015. All rights reserved.