|
Stanse
-1
|
Public Member Functions | |
| List< String > | getStartFunctions () |
| void | addOnStack (CFGHandle cfg) |
| void | removeFromOnStack (CFGHandle cfg) |
| boolean | isOnStack (CFGHandle cfg) |
| boolean | isGlobalAnalysisEnabled () |
| final void | setInternals (final LazyInternalStructures internals) |
| final LazyInternalStructures | getInternals () |
| final String | getFileName (final CFGHandle cfg) |
| Document | getConfigDocument () |
| void | clearData () |
| CFGHandle | getCFG (String funcName) |
| void | addAllCFGs () |
| void | addThread (ThreadInfo thread) |
| ThreadInfo | getThread (String name) |
| Collection< ThreadInfo > | getThreads () |
| Set< String > | getFunctionList () |
| Function | getFunction (CFGHandle cfg) |
| Function | getFunction (String functionName) |
| void | addFunction (Function function, CFGHandle cfg) |
Static Public Member Functions | |
| static CheckerSettings | getInstance () |
Singleton-stringType Class which holds every useful data required during analysis.
|
inline |
Function picks all CFGs from unit and stores them by addCFG function
| unit | Unit object representing C file with functions |
|
inline |
Adds function to global Map of all functions.
| function | Function to add |
| cfg | CFG of the function |
|
inline |
|
inline |
Function inserts new thread into thread Map by its function name.
| thread | ThreadInfo representing thread run |
|
inline |
Method removes all threads, CFGs, units. If global analysis is enabled function states are stored to cachedFunctions
|
inline |
Function returns CFG related with funcname.
| funcName | String name of function which should be returned as CFG |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
Function tries to find thread which has function equal to name.
| name | the name of function to find |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.6