|
Stanse
-1
|
Static Public Member Functions | |
| static void | analyzeFunction (CFGNode node, Function caller, Element parameter, final CheckerProgressMonitor mon) throws CheckerException |
| static String | parseStringVariable (Node node) |
Class with static methods designed to analyse Dom4J Element and perform appropriate actions like creating new thread, execute function analysis and "stitch" caller and calle (see analyzeFunction) or marking lock as free/locked etc.
|
inlinestatic |
Gets callee's name and looks up whether it's already analysed, if not, it executes analyseCFG and result is stitched with caller.
| node | CFGNode where function gets an Element |
| caller | Function which CFGNode represents callee's execution |
| parameter | Element where callee name is included. |
|
inlinestatic |
Returns string representation of XML element, which represents some variable in source code.
| node |
1.8.6