soot.jimple.spark.pag
Class AllocDotField

java.lang.Object
  extended by soot.jimple.spark.pag.Node
      extended by soot.jimple.spark.pag.AllocDotField
All Implemented Interfaces:
ReferenceVariable, Numberable

public class AllocDotField
extends Node

Represents an alloc-site-dot-field node (Yellow) in the pointer assignment graph.

Author:
Ondrej Lhotak

Field Summary
protected  AllocNode base
           
protected  SparkField field
           
 
Fields inherited from class soot.jimple.spark.pag.Node
p2set, pag, replacement, type
 
Method Summary
 AllocNode getBase()
          Returns the base AllocNode.
 SparkField getField()
          Returns the field of this node.
 String toString()
           
 
Methods inherited from class soot.jimple.spark.pag.Node
discardP2Set, equals, getNumber, getP2Set, getPag, getReplacement, getType, hashCode, makeP2Set, mergeWith, setNumber, setP2Set, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

base

protected AllocNode base

field

protected SparkField field
Method Detail

getBase

public AllocNode getBase()
Returns the base AllocNode.


getField

public SparkField getField()
Returns the field of this node.


toString

public String toString()
Overrides:
toString in class Object