Uses of Class
at.dms.classfile.HandlerInfo

Packages that use HandlerInfo
at.dms.backend   
at.dms.classfile   
at.dms.kjc   
 

Uses of HandlerInfo in at.dms.backend
 

Constructors in at.dms.backend with parameters of type HandlerInfo
ControlFlow(MethodEnv env, InstructionHandle start, HandlerInfo[] handlers)
          Creates a new instruction handle.
 

Uses of HandlerInfo in at.dms.classfile
 

Methods in at.dms.classfile that return HandlerInfo
 HandlerInfo[] CodeInfo.getHandlers()
          Returns handlers
 

Constructors in at.dms.classfile with parameters of type HandlerInfo
CodeInfo(Instruction[] instructions, HandlerInfo[] handlers, LineNumberInfo[] lineNumbers, LocalVariableInfo[] localVariables)
          Create a new CodeInfo attribute.
 

Uses of HandlerInfo in at.dms.kjc
 

Methods in at.dms.kjc that return HandlerInfo
 HandlerInfo[] CodeSequence.getHandlers()
          Returns an array of all exception handler.
 

Methods in at.dms.kjc with parameters of type HandlerInfo
 void CodeSequence.addExceptionHandler(HandlerInfo info)
          Add an exception handler to this code.