|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmarf.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()
NotImplementedExceptionpublic static void genWhile()
NotImplementedExceptionpublic static void genVar()
NotImplementedExceptionpublic static void genWrite()
NotImplementedExceptionpublic static void genRead()
NotImplementedExceptionpublic static void genAnd()
NotImplementedExceptionpublic static void genOr()
NotImplementedExceptionpublic static void genNot()
NotImplementedExceptionpublic static void genAdd()
NotImplementedExceptionpublic static void genSubs()
NotImplementedExceptionpublic static void genDivide()
NotImplementedExceptionpublic static void genMultiply()
NotImplementedExceptionpublic static void genReturn()
NotImplementedExceptionpublic static void genMain()
NotImplementedExceptionpublic static void genClass()
NotImplementedExceptionpublic static java.lang.String getMARFSourceCodeRevision()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||