de.ovgu.cs.funcscan
Class Start
java.lang.Object
de.ovgu.cs.funcscan.Start
public class Start
- extends Object
- Version:
- $Revision: 584 $
- Author:
- Jens Elkner
Constructor Summary |
Start()
|
Method Summary |
static String |
getAwkSource()
Get the source code of the awk script used to process object files. |
static void |
main(String[] args)
See java -Dhelp -jar funscan.jar |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Start
public Start()
getAwkSource
public static String getAwkSource()
- Get the source code of the awk script used to process object files.
- Returns:
null
on error, the source code otherwise.
main
public static void main(String[] args)
throws FileNotFoundException
- See java -Dhelp -jar funscan.jar
- Parameters:
args
-
- Throws:
FileNotFoundException
Created by Jens Elkner