| Package | Description |
|---|---|
| soot.JastAddJ |
| Modifier and Type | Method and Description |
|---|---|
Dims |
Dims.clone() |
Dims |
Dims.copy() |
Dims |
Dims.fullCopy()
Create a deep copy of the AST subtree at this node.
|
Dims |
VariableDecl.getDims(int i)
Retrieves the element at index
i in the Dims list.. |
| Modifier and Type | Method and Description |
|---|---|
List<Dims> |
VariableDecl.getDimsList()
Retrieves the Dims list.
|
List<Dims> |
VariableDecl.getDimsListNoTransform()
Retrieves the Dims list.
|
List<Dims> |
VariableDecl.getDimss()
Retrieves the Dims list.
|
List<Dims> |
VariableDecl.getDimssNoTransform()
Retrieves the Dims list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VariableDecl.addDims(Dims node)
Append an element to the Dims list.
|
void |
VariableDecl.addDimsNoTransform(Dims node) |
void |
VariableDecl.setDims(Dims node,
int i)
Replaces the Dims list element at index
i with the new node node. |
| Modifier and Type | Method and Description |
|---|---|
void |
VariableDecl.setDimsList(List<Dims> list)
Replaces the Dims list.
|
| Constructor and Description |
|---|
VariableDecl(String p0,
List<Dims> p1,
Opt<Expr> p2) |
VariableDecl(Symbol p0,
List<Dims> p1,
Opt<Expr> p2) |
Copyright © 2020 Soot OSS. All rights reserved.