public class ValNode extends Node implements Comparable, Numberable
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
void |
discardP2Set()
Delete current points-to set and make a new one
|
DoublePointsToSet |
getP2Set()
Returns the points-to set for this node.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetNumber, setNumberprotected ValNode(Type t)
public int compareTo(Object o)
compareTo in interface Comparablepublic DoublePointsToSet getP2Set()
public void discardP2Set()
Copyright © 2024 Soot OSS. All rights reserved.