Class CFGProcessor.CFGProcessResult
java.lang.Object
org.checkerframework.dataflow.cfg.CFGProcessor.CFGProcessResult
- Enclosing class:
- CFGProcessor
The result of the CFG process, contains the control flow graph when successful.
- 
Method Summary
- 
Method Details- 
isSuccess@Pure @EnsuresNonNullIf(expression="getCFG()",result=true) @EnsuresNonNullIf(expression="getErrMsg()",result=false) public boolean isSuccess()Check if the CFG process succeeded.- Returns:
- true if the CFG process succeeded
 
- 
getCFGReturns the generated control flow graph.- Returns:
- the generated control flow graph
 
- 
getErrMsgReturns the error message.- Returns:
- the error message
 
 
-