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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidDelete 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, waitMethods inherited from interface qilin.util.Numberable
getNumber, setNumber
-
Constructor Details
-
ValNode
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable
-
getP2Set
Returns the points-to set for this node. -
discardP2Set
public void discardP2Set()Delete current points-to set and make a new one
-