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 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) |
Visitable |
ModifierVisitor.visit(CatchClause n,
A arg) |
void |
VoidVisitor.visit(CatchClause n,
A arg) |
void |
VoidVisitorAdapter.visit(CatchClause n,
A arg) |
R |
GenericVisitorAdapter.visit(CatchClause n,
A arg) |
List<R> |
GenericListVisitorAdapter.visit(CatchClause n,
A arg) |
Visitable |
CloneVisitor.visit(CatchClause n,
Object arg) |
Boolean |
EqualsVisitor.visit(CatchClause n,
Visitable arg) |
Boolean |
ObjectIdentityEqualsVisitor.visit(CatchClause n,
Visitable arg) |
Integer |
ObjectIdentityHashCodeVisitor.visit(CatchClause n,
Void arg) |
Integer |
HashCodeVisitor.visit(CatchClause n,
Void arg) |
Modifier and Type | Method and Description |
---|---|
void |
PrettyPrintVisitor.visit(CatchClause n,
Void arg) |
Copyright © 2007–2017. All rights reserved.