Package | Description |
---|---|
com.github.javaparser.ast.stmt | |
com.github.javaparser.ast.visitor |
Modifier and Type | Method and Description |
---|---|
List<CatchClause> |
TryStmt.getCatchs() |
Modifier and Type | Method and Description |
---|---|
void |
TryStmt.setCatchs(List<CatchClause> catchs) |
Constructor and Description |
---|
TryStmt(BlockStmt tryBlock,
List<CatchClause> catchs,
BlockStmt finallyBlock) |
TryStmt(int beginLine,
int beginColumn,
int endLine,
int endColumn,
List<VariableDeclarationExpr> resources,
BlockStmt tryBlock,
List<CatchClause> catchs,
BlockStmt finallyBlock) |
Modifier and Type | Method and Description |
---|---|
void |
VoidVisitorAdapter.visit(CatchClause n,
A arg) |
R |
GenericVisitorAdapter.visit(CatchClause n,
A arg) |
void |
VoidVisitor.visit(CatchClause n,
A arg) |
Node |
ModifierVisitorAdapter.visit(CatchClause n,
A arg) |
R |
GenericVisitor.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-2015. All Rights Reserved.