| void cz.muni.stanse.codestructures.traversal.CFGPathVisitor.endPath |
( |
final List< CFGNode > |
path, |
|
|
final Stack< CFGNode > |
cfgContext |
|
) |
| |
|
inline |
| boolean cz.muni.stanse.codestructures.traversal.CFGPathVisitor.forceEnd |
( |
| ) |
|
|
inlineprotected |
| boolean cz.muni.stanse.codestructures.traversal.CFGPathVisitor.onCFGchange |
( |
CFGNode |
from, |
|
|
CFGNode |
to |
|
) |
| |
|
inline |
| abstract boolean cz.muni.stanse.codestructures.traversal.CFGPathVisitor.visit |
( |
List< CFGNode > |
path, |
|
|
Stack< CFGNode > |
cfgContext |
|
) |
| |
|
abstract |
The documentation for this class was generated from the following file: