Class IFDSExplorer
java.lang.Object
com.ibm.wala.ide.ui.IFDSExplorer
Explore the result of an IFDS problem with an SWT viewer and ghostview.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
static String
getGvExe()
static void
static void
static <T,
P, F> void viewIFDS
(TabulationResult<T, P, F> r) CallsviewIFDS(TabulationResult, Collection)
with roots computed byInferGraphRoots
.static <T,
P, F> void viewIFDS
(TabulationResult<T, P, F> r, Collection<? extends P> roots) static <T,
P, F> void viewIFDS
(TabulationResult<T, P, F> r, Collection<? extends P> roots, NodeDecorator<T> labels) static <T,
P, F> void viewIFDS
(TabulationResult<T, P, F> r, Collection<? extends P> roots, NodeDecorator<T> labels, String scratchDirectory)
-
Field Details
-
dotExe
absolute path name to invoke dot -
viewerExe
Absolute path name to invoke viewer
-
-
Constructor Details
-
IFDSExplorer
public IFDSExplorer()
-
-
Method Details
-
setDotExe
-
setGvExe
-
viewIFDS
public static <T,P, void viewIFDSF> (TabulationResult<T, P, throws WalaExceptionF> r, Collection<? extends P> roots) - Throws:
WalaException
-
viewIFDS
public static <T,P, void viewIFDSF> (TabulationResult<T, P, throws WalaExceptionF> r, Collection<? extends P> roots, NodeDecorator<T> labels) - Throws:
WalaException
-
viewIFDS
public static <T,P, void viewIFDSF> (TabulationResult<T, P, throws WalaExceptionF> r, Collection<? extends P> roots, NodeDecorator<T> labels, String scratchDirectory) - Throws:
WalaException
-
viewIFDS
CallsviewIFDS(TabulationResult, Collection)
with roots computed byInferGraphRoots
.- Throws:
WalaException
-
getDotExe
-
getGvExe
-