|
Stanse
-1
|


Public Member Functions | |
| CUnit (List< String > args) | |
| void | parse () throws ParserException |
| synchronized void | drop () |
Public Member Functions inherited from cz.muni.stanse.codestructures.Unit | |
| Unit (File file, InputStream stream) | |
| Unit (File file) throws IOException | |
| String | getName () |
| synchronized void | drop () |
| abstract void | parse () throws ParserException |
| Map< String, String > | getAliases () |
Additional Inherited Members | |
Protected Member Functions inherited from cz.muni.stanse.codestructures.Unit | |
| Unit () | |
| Document | getXMLDocument () |
| List< CFGHandle > | getCFGHandles () |
| CFG | getCFG (String functionName) |
Protected Attributes inherited from cz.muni.stanse.codestructures.Unit | |
| File | fileName |
| InputStream | stream |
| Document | xmlDocument |
| List< CFGHandle > | CFGHs = null |
| List< CFG > | CFGs = null |
| boolean | available = false |
| Map< String, String > | aliases = null |
Holds all the code-related data for C compilation units (files).
Currently based on the ANTLR parser, working in three steps.
|
inline |
Constructor with flags parameter
| jobEntry | string in format TODO |
|
inline |
|
inline |
1.8.6