net.sourceforge.pmd.ast
Class ASTCatch

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

public class ASTCatch
extends java.lang.Object


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

ASTCatch

public ASTCatch(ASTFormalParameter parameter,
                ASTBlock block)
Method Detail

getFormalParameter

public ASTFormalParameter getFormalParameter()

getBlock

public ASTBlock getBlock()


Copyright © 2002-2004 Project Ultra*Log @ DARPA. All Rights Reserved.