| Package | Description |
|---|---|
| soot.JastAddJ |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceDeclaration
A resource declaration in a try with resources statement.
|
| Modifier and Type | Method and Description |
|---|---|
VariableDeclaration |
VariableDeclaration.clone() |
VariableDeclaration |
VariableDeclaration.copy() |
VariableDeclaration |
VariableDecl.createVariableDeclarationFrom(Modifiers modifiers,
Access type) |
VariableDeclaration |
VariableDeclaration.fullCopy()
Create a deep copy of the AST subtree at this node.
|
VariableDeclaration |
EnhancedForStmt.getVariableDeclaration()
Retrieves the VariableDeclaration child.
|
VariableDeclaration |
EnhancedForStmt.getVariableDeclarationNoTransform()
Retrieves the VariableDeclaration child.
|
VariableDeclaration |
ForStmt.localVariableDeclaration(String name) |
VariableDeclaration |
Block.localVariableDeclaration(String name) |
VariableDeclaration |
TryWithResources.localVariableDeclaration(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
EnhancedForStmt.setVariableDeclaration(VariableDeclaration node)
Replaces the VariableDeclaration child.
|
| Constructor and Description |
|---|
EnhancedForStmt(VariableDeclaration p0,
Expr p1,
Stmt p2) |
Copyright © 2020 Soot OSS. All rights reserved.