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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic StringgetGvExe()static voidstatic voidstatic <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
-