funcscan
Version 1.0.0

de.ovgu.cs.funcscan
Class Start

java.lang.Object
  extended by 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
 

Constructor Detail

Start

public Start()
Method Detail

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

funcscan
Version 1.0.0

Created by Jens Elkner