Package qilin.core.pag
Class ValNode
java.lang.Object
qilin.core.pag.Node
qilin.core.pag.ValNode
- All Implemented Interfaces:
Comparable
,Numberable
- Direct Known Subclasses:
ContextField
,FieldValNode
,VarNode
Represents a simple of pointer node in the pointer assignment graph.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
void
Delete current points-to set and make a new onegetP2Set()
Returns the points-to set for this node.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface qilin.util.Numberable
getNumber, setNumber
-
Constructor Details
-
ValNode
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
getP2Set
Returns the points-to set for this node. -
discardP2Set
public void discardP2Set()Delete current points-to set and make a new one
-