Class Function is basic element in traverse alg. from CFGTransit. It's envelope for CFGNode, List of FunctionState
- Author
- Jan Kučera
| cz.muni.stanse.threadchecker.Function.Function |
( |
CFGHandle |
cfg | ) |
|
|
inline |
| cz.muni.stanse.threadchecker.Function.Function |
( |
String |
functionName | ) |
|
|
inlineprotected |
| cz.muni.stanse.threadchecker.Function.Function |
( |
String |
functionName, |
|
|
String |
fileName |
|
) |
| |
|
inlineprotected |
| cz.muni.stanse.threadchecker.Function.Function |
( |
Function |
function | ) |
|
|
inline |
| cz.muni.stanse.threadchecker.Function.Function |
( |
Function |
function, |
|
|
CFGNode |
actualNode |
|
) |
| |
|
inline |
| Function cz.muni.stanse.threadchecker.Function.clone |
( |
| ) |
|
|
inline |
| CFGNode cz.muni.stanse.threadchecker.Function.getActualNode |
( |
| ) |
|
|
inline |
| String cz.muni.stanse.threadchecker.Function.getFileName |
( |
| ) |
|
|
inline |
| List<FunctionState> cz.muni.stanse.threadchecker.Function.getFunctionStates |
( |
| ) |
|
|
inline |
| String cz.muni.stanse.threadchecker.Function.getName |
( |
| ) |
|
|
inline |
| void cz.muni.stanse.threadchecker.Function.join |
( |
Function |
other | ) |
|
|
inline |
| void cz.muni.stanse.threadchecker.Function.setActualNode |
( |
CFGNode |
actualNode | ) |
|
|
inline |
| String cz.muni.stanse.threadchecker.Function.toString |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: