| Package | Description |
|---|---|
| com.github.javaparser.ast.stmt | |
| com.github.javaparser.ast.visitor |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CatchClause> |
TryStmt.getCatchs() |
| Modifier and Type | Method and Description |
|---|---|
void |
TryStmt.setCatchs(java.util.List<CatchClause> catchs) |
| Constructor and Description |
|---|
TryStmt(BlockStmt tryBlock,
java.util.List<CatchClause> catchs,
BlockStmt finallyBlock) |
TryStmt(int beginLine,
int beginColumn,
int endLine,
int endColumn,
java.util.List<VariableDeclarationExpr> resources,
BlockStmt tryBlock,
java.util.List<CatchClause> catchs,
BlockStmt finallyBlock) |
| Modifier and Type | Method and Description |
|---|---|
void |
VoidVisitorAdapter.visit(CatchClause n,
A arg) |
void |
VoidVisitor.visit(CatchClause n,
A arg) |
Node |
ModifierVisitorAdapter.visit(CatchClause n,
A arg) |
R |
GenericVisitorAdapter.visit(CatchClause n,
A arg) |
R |
GenericVisitor.visit(CatchClause n,
A arg) |
java.lang.Boolean |
EqualsVisitor.visit(CatchClause n1,
Node arg) |
void |
DumpVisitor.visit(CatchClause n,
java.lang.Object arg) |
Node |
CloneVisitor.visit(CatchClause _n,
java.lang.Object _arg) |
Copyright © 2007-2015. All Rights Reserved.