Uses of Class
org.quilt.cl.CatchData

Packages that use CatchData
org.quilt.cl   
 

Uses of CatchData in org.quilt.cl
 

Methods in org.quilt.cl that return CatchData
 CatchData[] TryStacks.getCatchData()
          Return an array of CatchData, with vertices for the beginning and end of the try block, a vertex for the handler, and the exception handled.
 

Methods in org.quilt.cl with parameters of type CatchData
 org.apache.bcel.generic.CodeExceptionGen[] BytecodeCollector.getCEGs(CatchData[] cd)
          Given an array of exception handler descriptions, return an array of CodeExceptionGen.
 



Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.