|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object marf.nlp.Parsing.CodeGenerator
public class CodeGenerator
Code Generator. Not Implemented. TODO: implement.
$Id: CodeGenerator.java,v 1.8 2005/12/30 18:36:54 mokhov Exp $
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 |
---|
public static final int DW_SIZE
Constructor Detail |
---|
public CodeGenerator()
NotImplementedException
Method Detail |
---|
public static void genFunction()
NotImplementedException
public static void genWhile()
NotImplementedException
public static void genVar()
NotImplementedException
public static void genWrite()
NotImplementedException
public static void genRead()
NotImplementedException
public static void genAnd()
NotImplementedException
public static void genOr()
NotImplementedException
public static void genNot()
NotImplementedException
public static void genAdd()
NotImplementedException
public static void genSubs()
NotImplementedException
public static void genDivide()
NotImplementedException
public static void genMultiply()
NotImplementedException
public static void genReturn()
NotImplementedException
public static void genMain()
NotImplementedException
public static void genClass()
NotImplementedException
public static java.lang.String getMARFSourceCodeRevision()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |