| Package | Description |
|---|---|
| soot.JastAddJ |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCatch
A catch clause that can catch a single exception type.
|
class |
MultiCatch
A catch clause that can catch a multiple exception types.
|
| Modifier and Type | Method and Description |
|---|---|
CatchClause |
CatchParameterDeclaration.catchClause() |
CatchClause |
ParameterDeclaration.catchClause() |
CatchClause |
CatchClause.clone() |
CatchClause |
CatchClause.Define_CatchClause_catchClause(ASTNode caller,
ASTNode child) |
CatchClause |
Program.Define_CatchClause_catchClause(ASTNode caller,
ASTNode child) |
CatchClause |
ASTNode.Define_CatchClause_catchClause(ASTNode caller,
ASTNode child) |
CatchClause |
TryStmt.getCatchClause(int i)
Retrieves the element at index
i in the CatchClause list.. |
CatchClause |
TryWithResources.getCatchClause(int i)
Retrieves the element at index
i in the CatchClause list.. |
| Modifier and Type | Method and Description |
|---|---|
List<CatchClause> |
TryStmt.getCatchClauseList()
Retrieves the CatchClause list.
|
List<CatchClause> |
TryWithResources.getCatchClauseList()
Retrieves the CatchClause list.
|
List<CatchClause> |
TryStmt.getCatchClauseListNoTransform()
Retrieves the CatchClause list.
|
List<CatchClause> |
TryWithResources.getCatchClauseListNoTransform()
Retrieves the CatchClause list.
|
List<CatchClause> |
TryStmt.getCatchClauses()
Retrieves the CatchClause list.
|
List<CatchClause> |
TryWithResources.getCatchClauses()
Retrieves the CatchClause list.
|
List<CatchClause> |
TryStmt.getCatchClausesNoTransform()
Retrieves the CatchClause list.
|
List<CatchClause> |
TryWithResources.getCatchClausesNoTransform()
Retrieves the CatchClause list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TryStmt.addCatchClause(CatchClause node)
Append an element to the CatchClause list.
|
void |
TryWithResources.addCatchClause(CatchClause node)
Append an element to the CatchClause list.
|
void |
TryStmt.addCatchClauseNoTransform(CatchClause node) |
void |
TryWithResources.addCatchClauseNoTransform(CatchClause node) |
void |
TryStmt.setCatchClause(CatchClause node,
int i)
Replaces the CatchClause list element at index
i with the new node node. |
void |
TryWithResources.setCatchClause(CatchClause node,
int i)
Replaces the CatchClause list element at index
i with the new node node. |
| Modifier and Type | Method and Description |
|---|---|
void |
TryStmt.setCatchClauseList(List<CatchClause> list)
Replaces the CatchClause list.
|
void |
TryWithResources.setCatchClauseList(List<CatchClause> list)
Replaces the CatchClause list.
|
| Constructor and Description |
|---|
TryStmt(Block p0,
List<CatchClause> p1,
Opt<Block> p2) |
TryWithResources(List<ResourceDeclaration> p0,
Block p1,
List<CatchClause> p2,
Opt<Block> p3) |
Copyright © 2020 Soot OSS. All rights reserved.