org.apache.commons.javaflow.bytecode.transformation.rewrite
Class SimpleTryCatch

java.lang.Object
  extended by org.apache.commons.javaflow.bytecode.transformation.rewrite.SimpleTryCatch
All Implemented Interfaces:
java.lang.Runnable

public final class SimpleTryCatch
extends java.lang.Object
implements java.lang.Runnable


Field Summary
 boolean a
           
 boolean b
           
 boolean c
           
 boolean d
           
 boolean e
           
 boolean f
           
 
Constructor Summary
SimpleTryCatch(boolean pThrowException)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

public boolean a

b

public boolean b

c

public boolean c

d

public boolean d

e

public boolean e

f

public boolean f
Constructor Detail

SimpleTryCatch

public SimpleTryCatch(boolean pThrowException)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.