| Package | Description |
|---|---|
| soot.JastAddJ |
| Modifier and Type | Method and Description |
|---|---|
ArrayInit |
ArrayInit.clone() |
ArrayInit |
ArrayInit.copy() |
ArrayInit |
ArrayInit.fullCopy()
Create a deep copy of the AST subtree at this node.
|
ArrayInit |
ArrayCreationExpr.getArrayInit()
Retrieves the (optional) ArrayInit child.
|
| Modifier and Type | Method and Description |
|---|---|
Opt<ArrayInit> |
ArrayCreationExpr.getArrayInitOpt() |
Opt<ArrayInit> |
ArrayCreationExpr.getArrayInitOptNoTransform()
Retrieves the optional node for child ArrayInit.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayCreationExpr.setArrayInit(ArrayInit node)
Replaces the (optional) ArrayInit child.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayCreationExpr.setArrayInitOpt(Opt<ArrayInit> opt)
Replaces the optional node for the ArrayInit child.
|
| Constructor and Description |
|---|
ArrayCreationExpr(Access p0,
Opt<ArrayInit> p1) |
Copyright © 2020 Soot OSS. All rights reserved.