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