|
Class Summary |
| IFDSExplorerExample |
An example of using IFDSExplorer. |
| JavaViewerDriver |
Allows viewing the ClassHeirarcy, CallGraph and Pointer Analysis built from a given classpath. |
| PDFCallGraph |
This simple example WALA application builds a call graph and fires off ghostview to visualize a DOT representation. |
| PDFControlDependenceGraph |
This simple example application builds a WALA CDG and fires off ghostview
to viz a DOT representation. |
| PDFSDG |
This simple example WALA application builds an SDG and fires off ghostview to
viz a DOT representation. |
| PDFSlice |
This simple example WALA application computes a slice (see Slicer) and fires off the PDF viewer to view a dot-ted
representation of the slice. |
| PDFTypeHierarchy |
This simple example WALA application builds a TypeHierarchy and fires off
ghostview to viz a DOT representation. |
| PDFWalaIR |
This simple example application builds a WALA IR and fires off a PDF viewer to visualize a DOT representation. |
| SWTCallGraph |
This application is a WALA client: it invokes an SWT TreeViewer to visualize
a Call Graph |
| SWTPointsTo |
This application is a WALA client: it invokes an SWT TreeViewer to visualize
a Points-To solution |
| SWTTypeHierarchy |
This is a simple example WALA application. |