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 | Field and Description |
---|---|
private NodeList<CatchClause> |
TryStmt.catchClauses |
Modifier and Type | Method and Description |
---|---|
CatchClause |
CatchClause.clone() |
CatchClause |
CatchClause.setBody(BlockStmt body) |
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(NodeList<VariableDeclarationExpr> resources,
BlockStmt tryBlock,
NodeList<CatchClause> catchClauses,
BlockStmt finallyBlock) |
TryStmt(TokenRange tokenRange,
NodeList<VariableDeclarationExpr> resources,
BlockStmt tryBlock,
NodeList<CatchClause> catchClauses,
BlockStmt finallyBlock)
This constructor is used by the parser and is considered private.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifierValidator.visit(CatchClause n,
ProblemReporter reporter) |
Modifier and Type | Method and Description |
---|---|
R |
GenericVisitor.visit(CatchClause n,
A arg) |
void |
VoidVisitorAdapter.visit(CatchClause n,
A arg) |
java.util.List<R> |
GenericListVisitorAdapter.visit(CatchClause n,
A arg) |
R |
GenericVisitorAdapter.visit(CatchClause n,
A arg) |
Visitable |
ModifierVisitor.visit(CatchClause n,
A arg) |
void |
VoidVisitor.visit(CatchClause n,
A arg) |
Visitable |
CloneVisitor.visit(CatchClause n,
java.lang.Object arg) |
java.lang.Boolean |
EqualsVisitor.visit(CatchClause n,
Visitable arg) |
java.lang.Boolean |
ObjectIdentityEqualsVisitor.visit(CatchClause n,
Visitable arg) |
java.lang.Integer |
HashCodeVisitor.visit(CatchClause n,
java.lang.Void arg) |
java.lang.Integer |
ObjectIdentityHashCodeVisitor.visit(CatchClause n,
java.lang.Void arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(CatchClause n,
java.lang.Void arg) |