| Package | Description |
|---|---|
| soot.JastAddJ |
| Modifier and Type | Method and Description |
|---|---|
ContinueStmt |
ContinueStmt.clone() |
ContinueStmt |
ContinueStmt.copy() |
ContinueStmt |
ContinueStmt.fullCopy()
Create a deep copy of the AST subtree at this node.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ForStmt.targetOf(ContinueStmt stmt) |
boolean |
DoStmt.targetOf(ContinueStmt stmt) |
boolean |
WhileStmt.targetOf(ContinueStmt stmt) |
abstract boolean |
BranchTargetStmt.targetOf(ContinueStmt stmt) |
boolean |
LabeledStmt.targetOf(ContinueStmt stmt) |
boolean |
SwitchStmt.targetOf(ContinueStmt stmt) |
boolean |
EnhancedForStmt.targetOf(ContinueStmt stmt) |
boolean |
BranchPropagation.targetOf(ContinueStmt stmt) |
Copyright © 2020 Soot OSS. All rights reserved.