marf.nlp.Parsing
Class CodeGenerator

java.lang.Object
  extended by marf.nlp.Parsing.CodeGenerator

public class CodeGenerator
extends java.lang.Object

Code Generator. Not Implemented. TODO: implement.

$Id: CodeGenerator.java,v 1.8 2005/12/30 18:36:54 mokhov Exp $

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

Field Summary
static int DW_SIZE
          Double-Word size in bytes.
 
Constructor Summary
CodeGenerator()
          Default constructor.
 
Method Summary
static void genAdd()
          Default constructor.
static void genAnd()
          Default constructor.
static void genClass()
          Default constructor.
static void genDivide()
          Default constructor.
static void genFunction()
          Not implemented.
static void genMain()
          Default constructor.
static void genMultiply()
          Default constructor.
static void genNot()
          Default constructor.
static void genOr()
          Default constructor.
static void genRead()
          Default constructor.
static void genReturn()
          Default constructor.
static void genSubs()
          Default constructor.
static void genVar()
          Default constructor.
static void genWhile()
          Default constructor.
static void genWrite()
          Default constructor.
static java.lang.String getMARFSourceCodeRevision()
          Returns source code revision information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DW_SIZE

public static final int DW_SIZE
Double-Word size in bytes.

See Also:
Constant Field Values
Constructor Detail

CodeGenerator

public CodeGenerator()
Default constructor.

Throws:
NotImplementedException
Method Detail

genFunction

public static void genFunction()
Not implemented.

Throws:
NotImplementedException

genWhile

public static void genWhile()
Default constructor.

Throws:
NotImplementedException

genVar

public static void genVar()
Default constructor.

Throws:
NotImplementedException

genWrite

public static void genWrite()
Default constructor.

Throws:
NotImplementedException

genRead

public static void genRead()
Default constructor.

Throws:
NotImplementedException

genAnd

public static void genAnd()
Default constructor.

Throws:
NotImplementedException

genOr

public static void genOr()
Default constructor.

Throws:
NotImplementedException

genNot

public static void genNot()
Default constructor.

Throws:
NotImplementedException

genAdd

public static void genAdd()
Default constructor.

Throws:
NotImplementedException

genSubs

public static void genSubs()
Default constructor.

Throws:
NotImplementedException

genDivide

public static void genDivide()
Default constructor.

Throws:
NotImplementedException

genMultiply

public static void genMultiply()
Default constructor.

Throws:
NotImplementedException

genReturn

public static void genReturn()
Default constructor.

Throws:
NotImplementedException

genMain

public static void genMain()
Default constructor.

Throws:
NotImplementedException

genClass

public static void genClass()
Default constructor.

Throws:
NotImplementedException

getMARFSourceCodeRevision

public static java.lang.String getMARFSourceCodeRevision()
Returns source code revision information.

Returns:
revision string


SourceForge Logo