javassist.bytecode.analysis
Class ControlFlow.Catcher

java.lang.Object
  extended by javassist.bytecode.analysis.ControlFlow.Catcher
Enclosing class:
ControlFlow

public static class ControlFlow.Catcher
extends java.lang.Object

Represents a catch clause.


Method Summary
 ControlFlow.Block block()
          Returns the first block of the catch clause.
 java.lang.String type()
          Returns the name of the exception type that this catch clause catches.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

block

public ControlFlow.Block block()
Returns the first block of the catch clause.


type

public java.lang.String type()
Returns the name of the exception type that this catch clause catches.



Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.