public static class CFGProcessor.CFGProcessResult extends Object
Modifier and Type | Method and Description |
---|---|
@Nullable ControlFlowGraph |
getCFG()
Returns the generated control flow graph.
|
@Nullable String |
getErrMsg()
Returns the error message.
|
boolean |
isSuccess()
Check if the CFG process succeeded.
|
@Pure @EnsuresNonNullIf(expression="getCFG()", result=true) public boolean isSuccess()
@Pure public @Nullable ControlFlowGraph getCFG()