Package | Description |
---|---|
com.github.javaparser.ast.stmt | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method and Description |
---|---|
CatchClause |
CatchClause.setBody(BlockStmt block) |
CatchClause |
CatchClause.setCatchBlock(BlockStmt catchBlock)
Deprecated.
|
CatchClause |
CatchClause.setParameter(Parameter parameter) |
Modifier and Type | Method and Description |
---|---|
NodeList<CatchClause> |
TryStmt.getCatchClauses() |
Modifier and Type | Method and Description |
---|---|
TryStmt |
TryStmt.setCatchClauses(NodeList<CatchClause> catchClauses) |
Constructor and Description |
---|
TryStmt(BlockStmt tryBlock,
NodeList<CatchClause> catchClauses,
BlockStmt finallyBlock) |
TryStmt(Range range,
NodeList<VariableDeclarationExpr> resources,
BlockStmt tryBlock,
NodeList<CatchClause> catchClauses,
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) |
Visitable |
ModifierVisitorAdapter.visit(CatchClause n,
A arg) |
R |
GenericVisitorAdapter.visit(CatchClause n,
A arg) |
Visitable |
CloneVisitor.visit(CatchClause _n,
Object _arg) |
Boolean |
EqualsVisitor.visit(CatchClause n1,
Visitable arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(CatchClause n,
Void arg) |
Copyright © 2007–2016. All rights reserved.