jdeparser 1.0.0.Final-redhat-1

org.jboss.jdeparser
Class JTryBlock

java.lang.Object
  extended by org.jboss.jdeparser.JTryBlock
All Implemented Interfaces:
JStatement

public class JTryBlock
extends Object
implements JStatement

Try statement with Catch and/or Finally clause


Method Summary
 JCatchBlock _catch(JClass exception)
           
 JBlock _finally()
           
 JBlock body()
           
 void state(JFormatter f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

body

public JBlock body()

_catch

public JCatchBlock _catch(JClass exception)

_finally

public JBlock _finally()

state

public void state(JFormatter f)
Specified by:
state in interface JStatement

jdeparser 1.0.0.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.