Package | Description |
---|---|
mycompiler | |
mycompiler.mybytecode | |
mycompiler.myclass | |
mycompiler.myinterface |
Modifier and Type | Method and Description |
---|---|
SourceFile |
MyCompiler.getSyntaxTree()
Author: J�rg B�uerle
Liefert den geparsten Syntaxbaume zur�ck. |
SourceFile |
MyCompilerAPI.getSyntaxTree()
Author: J�rg B�uerle
Liefert den geparsten Syntaxbaum zur�ck. |
Modifier and Type | Method and Description |
---|---|
abstract void |
AClassOrInterface.codegen(SourceFile sf) |
Constructor and Description |
---|
ClassFile(Interface ic,
SourceFile sf)
Konstruktor, um Klasseninfos direkt aus dem Interface zu laden
|
Modifier and Type | Method and Description |
---|---|
void |
Class.codegen(SourceFile sf) |
Modifier and Type | Method and Description |
---|---|
void |
Interface.codegen(SourceFile sf) |