| Package | Description |
|---|---|
| soot.JastAddJ |
| Modifier and Type | Method and Description |
|---|---|
CatchParameterDeclaration |
CatchParameterDeclaration.clone() |
CatchParameterDeclaration |
CatchParameterDeclaration.copy() |
CatchParameterDeclaration |
CatchParameterDeclaration.fullCopy()
Create a deep copy of the AST subtree at this node.
|
CatchParameterDeclaration |
MultiCatch.getParameter()
Retrieves the Parameter child.
|
CatchParameterDeclaration |
MultiCatch.getParameterNoTransform()
Retrieves the Parameter child.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiCatch.setParameter(CatchParameterDeclaration node)
Replaces the Parameter child.
|
| Constructor and Description |
|---|
MultiCatch(CatchParameterDeclaration p0,
Block p1) |
Copyright © 2020 Soot OSS. All rights reserved.