| Package | Description |
|---|---|
| soot.JastAddJ |
| Modifier and Type | Method and Description |
|---|---|
VariableDecl |
VariableDecl.clone() |
VariableDecl |
VariableDecl.copy() |
VariableDecl |
VariableDecl.fullCopy()
Create a deep copy of the AST subtree at this node.
|
VariableDecl |
VarDeclStmt.getVariableDecl(int i)
Retrieves the element at index
i in the VariableDecl list.. |
VariableDecl |
FieldDecl.getVariableDecl(int i)
Retrieves the element at index
i in the VariableDecl list.. |
| Modifier and Type | Method and Description |
|---|---|
List<VariableDecl> |
VarDeclStmt.getVariableDeclList()
Retrieves the VariableDecl list.
|
List<VariableDecl> |
FieldDecl.getVariableDeclList()
Retrieves the VariableDecl list.
|
List<VariableDecl> |
VarDeclStmt.getVariableDeclListNoTransform()
Retrieves the VariableDecl list.
|
List<VariableDecl> |
FieldDecl.getVariableDeclListNoTransform()
Retrieves the VariableDecl list.
|
List<VariableDecl> |
VarDeclStmt.getVariableDecls()
Retrieves the VariableDecl list.
|
List<VariableDecl> |
FieldDecl.getVariableDecls()
Retrieves the VariableDecl list.
|
List<VariableDecl> |
VarDeclStmt.getVariableDeclsNoTransform()
Retrieves the VariableDecl list.
|
List<VariableDecl> |
FieldDecl.getVariableDeclsNoTransform()
Retrieves the VariableDecl list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VarDeclStmt.addVariableDecl(VariableDecl node)
Append an element to the VariableDecl list.
|
void |
FieldDecl.addVariableDecl(VariableDecl node)
Append an element to the VariableDecl list.
|
void |
VarDeclStmt.addVariableDeclNoTransform(VariableDecl node) |
void |
FieldDecl.addVariableDeclNoTransform(VariableDecl node) |
void |
VarDeclStmt.setVariableDecl(VariableDecl node,
int i)
Replaces the VariableDecl list element at index
i with the new node node. |
void |
FieldDecl.setVariableDecl(VariableDecl node,
int i)
Replaces the VariableDecl list element at index
i with the new node node. |
| Modifier and Type | Method and Description |
|---|---|
void |
VarDeclStmt.setVariableDeclList(List<VariableDecl> list)
Replaces the VariableDecl list.
|
void |
FieldDecl.setVariableDeclList(List<VariableDecl> list)
Replaces the VariableDecl list.
|
| Constructor and Description |
|---|
FieldDecl(Modifiers p0,
Access p1,
List<VariableDecl> p2) |
VarDeclStmt(Modifiers p0,
Access p1,
List<VariableDecl> p2) |
Copyright © 2020 Soot OSS. All rights reserved.