public class CSCatchClause extends CSNode
UNKNOWN_START_POSITION| Constructor and Description |
|---|
CSCatchClause() |
CSCatchClause(CSVariableDeclaration exception) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(CSVisitor visitor) |
void |
anonymous(boolean an) |
CSBlock |
body() |
CSVariableDeclaration |
exception() |
addEnclosingIfDef, enclosingIfDefs, parent, parent, startPosition, startPositionpublic CSCatchClause()
public CSCatchClause(CSVariableDeclaration exception)
public CSBlock body()
public CSVariableDeclaration exception()
public void anonymous(boolean an)
Copyright © 2014. All Rights Reserved.