soot.jimple.spark.pag
Class ValNode

java.lang.Object
  |
  +--soot.jimple.spark.pag.Node
        |
        +--soot.jimple.spark.pag.ValNode
All Implemented Interfaces:
soot.jimple.toolkits.pointer.representations.ReferenceVariable
Direct Known Subclasses:
FieldRefNode, VarNode

public class ValNode
extends Node
implements soot.jimple.toolkits.pointer.representations.ReferenceVariable

Represents a simple of field ref node (Green or Red) in the pointer assignment graph.


Field Summary
 
Fields inherited from class soot.jimple.spark.pag.Node
id, p2set, pag, replacement, type
 
Constructor Summary
protected ValNode(PAG pag, Type t)
           
 
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, toString, wait, wait, wait
 

Constructor Detail

ValNode

protected ValNode(PAG pag,
                  Type t)