|
Class Summary |
| ExportCallGraphToXML |
This simple example application builds a call graph writes it to an XML file |
| ExportTypeHierarchyToXML |
This is a simple example WALA application. |
| GVCallGraph |
This simple example WALA application builds a call graph and fires off
ghostview to viz a DOT representation. |
| GVControlDependenceGraph |
This simple example application builds a WALA CDG and fires off ghostview
to viz a DOT representation. |
| GVSDG |
This simple example WALA application builds an SDG and fires off ghostview to
viz a DOT representation. |
| GVSlice |
This simple example WALA application computes a slice (@see
com.ibm.wala.ipa.slicer.Slicer) and fires off ghostview to view a dot-ted
representation of the slice. |
| GVTypeHierarchy |
This simple example WALA application builds a TypeHierarchy and fires off
ghostview to viz a DOT representation. |
| GVWalaIR |
This simple example application builds a WALA IR and fires off ghostview to
viz 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 application is a WALA client: it invokes an SWT TreeViewer to visualize
a TypeHierarchy in a precomputed file serialized on disk. |