soot.jimple.spark.pag
Class AllocDotField
java.lang.Object
soot.jimple.spark.pag.Node
soot.jimple.spark.pag.AllocDotField
- All Implemented Interfaces:
- Numberable, ReferenceVariable
- public class AllocDotField
- extends Node
Represents an alloc-site-dot-field node (Yellow) in the pointer
assignment graph.
- Author:
- Ondrej Lhotak
Methods inherited from class soot.jimple.spark.pag.Node |
equals, getNumber, getP2Set, getPag, getReplacement, getType, hashCode, makeP2Set, mergeWith, setNumber, 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()