|
Stanse
-1
|


Public Member Functions | |
| String | getName () |
| Uniquely identifies the checker by the string identifier. More... | |
| CheckingResult | check (final LazyInternalStructures internals, final CheckerErrorReceiver errReceiver, final CheckerProgressMonitor monitor) |
| Does the source code checking itself. More... | |
Public Member Functions inherited from cz.muni.stanse.checker.Checker | |
| abstract String | getName () |
| Forces all the children to define name of the checker. More... | |
| abstract CheckingResult | check (final LazyInternalStructures internals, final CheckerErrorReceiver errReciver, final CheckerProgressMonitor monitor) throws CheckerException |
| String | toString () |
| Implements standard string conversion method. More... | |
|
inline |
Does the source code checking itself.
Method searches through source code to find nodes (except start node) with no predecessors.
|
inline |
Uniquely identifies the checker by the string identifier.
1.8.6