Package | Description |
---|---|
com.github.javaparser.ast.stmt | |
com.github.javaparser.ast.validator.chunks | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
Modifier and Type | Method | Description |
---|---|---|
CatchClause |
CatchClause.clone() |
|
CatchClause |
CatchClause.setBody(BlockStmt body) |
|
CatchClause |
CatchClause.setParameter(Parameter parameter) |
Modifier and Type | Method | Description |
---|---|---|
NodeList<CatchClause> |
TryStmt.getCatchClauses() |
Modifier and Type | Method | Description |
---|---|---|
TryStmt |
TryStmt.setCatchClauses(NodeList<CatchClause> catchClauses) |
Constructor | Description |
---|---|
TryStmt(BlockStmt tryBlock,
NodeList<CatchClause> catchClauses,
BlockStmt finallyBlock) |
Modifier and Type | Method | Description |
---|---|---|
void |
ModifierValidator.visit(CatchClause n,
ProblemReporter reporter) |
Modifier and Type | Method | Description |
---|---|---|
Visitable |
CloneVisitor.visit(CatchClause n,
Object arg) |
|
Boolean |
EqualsVisitor.visit(CatchClause n,
Visitable arg) |
|
List<R> |
GenericListVisitorAdapter.visit(CatchClause n,
A arg) |
|
R |
GenericVisitor.visit(CatchClause n,
A arg) |
|
R |
GenericVisitorAdapter.visit(CatchClause n,
A arg) |
|
Integer |
HashCodeVisitor.visit(CatchClause n,
Void arg) |
|
Visitable |
ModifierVisitor.visit(CatchClause n,
A arg) |
|
Boolean |
ObjectIdentityEqualsVisitor.visit(CatchClause n,
Visitable arg) |
|
Integer |
ObjectIdentityHashCodeVisitor.visit(CatchClause n,
Void arg) |
|
void |
VoidVisitor.visit(CatchClause n,
A arg) |
|
void |
VoidVisitorAdapter.visit(CatchClause n,
A arg) |
Modifier and Type | Method | Description |
---|---|---|
void |
PrettyPrintVisitor.visit(CatchClause n,
Void arg) |
Copyright © 2007–2019. All rights reserved.