public class PAG2HTML extends Object
Modifier and Type | Field and Description |
---|---|
protected MultiMap |
mergedNodes |
protected MultiMap |
methodToNodes |
protected String |
output_dir |
protected PAG |
pag |
Modifier and Type | Method and Description |
---|---|
protected void |
addSymLinks(Iterator nodes,
JarOutputStream jarOut) |
void |
dump() |
protected void |
dumpMethod(SootMethod m,
JarOutputStream jarOut) |
protected void |
dumpVarNode(VarNode v,
JarOutputStream jarOut) |
protected static String |
htmlify(String s) |
protected String |
toFileName(String s) |
protected String |
varNode(String dirPrefix,
VarNode vv) |
protected String |
varNodeReps(VarNode v) |
protected PAG pag
protected String output_dir
protected MultiMap mergedNodes
protected MultiMap methodToNodes
public void dump()
protected void dumpVarNode(VarNode v, JarOutputStream jarOut) throws IOException
IOException
protected void dumpMethod(SootMethod m, JarOutputStream jarOut) throws IOException
IOException
protected void addSymLinks(Iterator nodes, JarOutputStream jarOut) throws IOException
IOException