|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.pmd.ast.ASTCatch
Constructor Summary | |
ASTCatch(ASTFormalParameter parameter,
ASTBlock block)
|
Method Summary | |
ASTBlock |
getBlock()
|
ASTFormalParameter |
getFormalParameter()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ASTCatch(ASTFormalParameter parameter, ASTBlock block)
Method Detail |
public ASTFormalParameter getFormalParameter()
public ASTBlock getBlock()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |