soot.jimple.spark.pag
Class AllocDotField
java.lang.Object
|
+--soot.jimple.spark.pag.Node
|
+--soot.jimple.spark.pag.AllocDotField
- All Implemented Interfaces:
- soot.jimple.toolkits.pointer.representations.ReferenceVariable
- public class AllocDotField
- extends Node
Represents an alloc-site-dot-field node (Yellow) in the pointer
assignment graph.
Methods inherited from class soot.jimple.spark.pag.Node |
assignId, equals, getId, getP2Set, getPag, getReplacement, getType, hashCode, makeP2Set, mergeWith, setType |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
base
protected AllocNode base
field
protected SparkField field
getBase
public AllocNode getBase()
- Returns the base AllocNode.
getField
public SparkField getField()
- Returns the field of this node.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object