public static class JTryStatement.CatchClause extends Object implements Serializable
CatchClause(List<JType> catchTypes, JLocalRef arg, JBlock block)
JLocalRef
getArg()
JBlock
getBlock()
List<JType>
getTypes()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CatchClause(List<JType> catchTypes, JLocalRef arg, JBlock block)
public List<JType> getTypes()
public JLocalRef getArg()
public JBlock getBlock()
Copyright © 2018. All rights reserved.