marf.nlp.Parsing
Class Compiler

java.lang.Object
  |
  +--marf.nlp.Parsing.Compiler

public class Compiler
extends java.lang.Object

Compiler Class. (C) 2001-2005 Serguei Mokhov, This class has the main function of the lexical analyzer program which is simply a stub invoking the methods of the lexer. $Id: Compiler.java,v 1.8 2005/06/16 19:58:57 mokhov Exp $

Since:
0.3.0
Version:
$Revision: 1.8 $
Author:
Serguei Mokhov

Constructor Summary
Compiler()
           
 
Method Summary
static java.lang.String getMARFSourceCodeRevision()
          Retrieves class' revision.
static void main(java.lang.String[] args)
          Main Function.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Compiler

public Compiler()
Method Detail

main

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

Parameters:
args - command-line arguments

getMARFSourceCodeRevision

public static java.lang.String getMARFSourceCodeRevision()
Retrieves class' revision.

Returns:
revision string