Class PDFControlDependenceGraph
java.lang.Object
com.ibm.wala.examples.drivers.PDFControlDependenceGraph
This simple example application builds a WALA CDG and fires off ghostview to viz a DOT
representation.
- Author:
- sfink
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Usage: GVControlDependenceGraph -appJar [jar file name] -sig [method signature] The "jar file name" should be something like "c:/temp/testdata/java_cup.jar" The signature should be something like "java_cup.lexer.advance()V"static Process
static Process
-
Field Details
-
SANITIZE_CFG
public static final boolean SANITIZE_CFG- See Also:
-
PDF_FILE
- See Also:
-
-
Constructor Details
-
PDFControlDependenceGraph
public PDFControlDependenceGraph()
-
-
Method Details
-
main
Usage: GVControlDependenceGraph -appJar [jar file name] -sig [method signature] The "jar file name" should be something like "c:/temp/testdata/java_cup.jar" The signature should be something like "java_cup.lexer.advance()V"- Throws:
IOException
-
run
- Parameters:
args
- -appJar [jar file name] -sig [method signature] The "jar file name" should be something like "c:/temp/testdata/java_cup.jar" The signature should be something like "java_cup.lexer.advance()V"- Throws:
IOException
-
run
- Parameters:
appJar
- should be something like "c:/temp/testdata/java_cup.jar"methodSig
- should be something like "java_cup.lexer.advance()V"- Throws:
IOException
-