This documentation is part of the Link Checker Library project.

de.tw.html.lexer.generation
Class AddHeaderToFile

java.lang.Object
  |
  +--de.tw.html.lexer.generation.AddHeaderToFile

public class AddHeaderToFile
extends java.lang.Object

Add a header to a text file. Arguments:

This class is used to modify the .java-files generated by ANTLR to add package-statements.

Version:
1.0
Author:
Thomas Weinbrenner

Constructor Summary
AddHeaderToFile()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddHeaderToFile

public AddHeaderToFile()
Method Detail

main

public static void main(java.lang.String[] args)
Main program.

This documentation is part of the Link Checker Library project.