public class CallGraphBuilderCancelException
extends com.ibm.wala.util.CancelException
| Modifier and Type | Method and Description |
|---|---|
static CallGraphBuilderCancelException |
createCallGraphBuilderCancelException(Exception cause,
CallGraph cg,
PointerAnalysis<InstanceKey> pointerAnalysis) |
static CallGraphBuilderCancelException |
createCallGraphBuilderCancelException(String msg,
CallGraph cg,
PointerAnalysis<InstanceKey> pointerAnalysis) |
CallGraph |
getPartialCallGraph() |
PointerAnalysis<InstanceKey> |
getPartialPointerAnalysis() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static CallGraphBuilderCancelException createCallGraphBuilderCancelException(Exception cause, CallGraph cg, PointerAnalysis<InstanceKey> pointerAnalysis)
public static CallGraphBuilderCancelException createCallGraphBuilderCancelException(String msg, CallGraph cg, PointerAnalysis<InstanceKey> pointerAnalysis)
public CallGraph getPartialCallGraph()
CallGraph in whatever state it was left when computation was canceledpublic PointerAnalysis<InstanceKey> getPartialPointerAnalysis()
PointerAnalysis in whatever state it was left when computation was canceledCopyright © 2015. All rights reserved.