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