uk.co.badgersinfoil.metaas.dom
Interface ASCatchClause

All Superinterfaces:
ScriptElement, StatementContainer

public interface ASCatchClause
extends StatementContainer, ScriptElement

A catch clause within a try statement.

See Also:
ASTryStatement.newCatchClause(String, String)

Method Summary
 java.lang.String getParamName()
           
 java.lang.String getTypeName()
           
 
Methods inherited from interface uk.co.badgersinfoil.metaas.dom.StatementContainer
addComment, addStmt, containsCode, getStatementList, newBreak, newContinue, newDeclaration, newDeclaration, newDefaultXMLNamespace, newDoWhile, newDoWhile, newExprStmt, newExprStmt, newFor, newFor, newForEachIn, newForEachIn, newForIn, newForIn, newIf, newIf, newReturn, newReturn, newReturn, newSuper, newSwitch, newSwitch, newThrow, newTryCatch, newTryFinally, newWhile, newWhile, newWith, newWith
 

Method Detail

getParamName

java.lang.String getParamName()

getTypeName

java.lang.String getTypeName()


Copyright © 2006-2008 David Holroyd. All Rights Reserved.