public abstract class P2SetVisitor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PTA |
pta |
protected boolean |
returnValue |
| Modifier | Constructor and Description |
|---|---|
protected |
P2SetVisitor(PTA pta) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getReturnValue() |
void |
visit(long idx) |
protected abstract void |
visit(Node n) |
Copyright © 2024 Soot OSS. All rights reserved.