net.sourceforge.pmd.ast
Class ASTCatch

java.lang.Object
  extended bynet.sourceforge.pmd.ast.ASTCatch

public class ASTCatch
extends java.lang.Object


Field Summary
private  ASTBlock block
           
private  ASTFormalParameter parameter
           
 
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
 

Field Detail

parameter

private ASTFormalParameter parameter

block

private ASTBlock block
Constructor Detail

ASTCatch

public ASTCatch(ASTFormalParameter parameter,
                ASTBlock block)
Method Detail

getFormalParameter

public ASTFormalParameter getFormalParameter()

getBlock

public ASTBlock getBlock()