Package | Description |
---|---|
com.github.javaparser.ast.stmt | |
com.github.javaparser.ast.visitor |
Modifier and Type | Method and Description |
---|---|
CatchClause |
CatchClause.setBody(BlockStmt block) |
CatchClause |
CatchClause.setCatchBlock(BlockStmt catchBlock)
Deprecated.
|
CatchClause |
CatchClause.setParam(Parameter param) |
Modifier and Type | Method and Description |
---|---|
NodeList<CatchClause> |
TryStmt.getCatchs() |
Modifier and Type | Method and Description |
---|---|
TryStmt |
TryStmt.setCatchs(NodeList<CatchClause> catchs) |
Constructor and Description |
---|
TryStmt(BlockStmt tryBlock,
NodeList<CatchClause> catchs,
Optional<BlockStmt> finallyBlock) |
TryStmt(Range range,
NodeList<VariableDeclarationExpr> resources,
BlockStmt tryBlock,
NodeList<CatchClause> catchs,
Optional<BlockStmt> finallyBlock) |
Modifier and Type | Method and Description |
---|---|
R |
GenericVisitor.visit(CatchClause n,
A arg) |
void |
VoidVisitor.visit(CatchClause n,
A arg) |
void |
VoidVisitorAdapter.visit(CatchClause n,
A arg) |
Node |
ModifierVisitorAdapter.visit(CatchClause n,
A arg) |
R |
GenericVisitorAdapter.visit(CatchClause n,
A arg) |
Boolean |
EqualsVisitor.visit(CatchClause n1,
Node arg) |
void |
DumpVisitor.visit(CatchClause n,
Object arg) |
Node |
CloneVisitor.visit(CatchClause _n,
Object _arg) |
Copyright © 2007–2016. All rights reserved.