public class PAGDumper extends Object
Modifier and Type | Field and Description |
---|---|
protected HashMap<SparkField,Integer> |
fieldMap |
protected int |
fieldNum |
protected String |
output_dir |
protected PAG |
pag |
protected soot.jimple.spark.pag.PAGDumper.ObjectNumberer |
root |
Modifier and Type | Method and Description |
---|---|
void |
dump() |
protected void |
dumpNode(Node n,
PrintWriter out) |
void |
dumpPointsToSets() |
protected void |
dumpTypes(PrintWriter file) |
protected int |
fieldToNum(SparkField f) |
protected PAG pag
protected String output_dir
protected int fieldNum
protected HashMap<SparkField,Integer> fieldMap
protected soot.jimple.spark.pag.PAGDumper.ObjectNumberer root
public void dumpPointsToSets()
public void dump()
protected void dumpTypes(PrintWriter file) throws IOException
IOException
protected int fieldToNum(SparkField f)
protected void dumpNode(Node n, PrintWriter out) throws IOException
IOException