soot.jimple.spark.sets
Class P2SetVisitor

java.lang.Object
  |
  +--soot.jimple.spark.sets.P2SetVisitor

public abstract class P2SetVisitor
extends java.lang.Object

Abstract base class for points-to set visitors used to enumerate points-to sets.


Field Summary
protected  boolean returnValue
           
 
Constructor Summary
P2SetVisitor()
           
 
Method Summary
 boolean getReturnValue()
           
abstract  void visit(Node n)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

returnValue

protected boolean returnValue
Constructor Detail

P2SetVisitor

public P2SetVisitor()
Method Detail

visit

public abstract void visit(Node n)

getReturnValue

public boolean getReturnValue()