Class Summary |
Javac |
Implementation of VirtualCompiler which calls
sun.tools.javac.Main.compile() . |
Jikes |
Implementation of VirtualCompiler which makes a system
call to jikes. |
MCodeWriter |
Standard CodeWriter implementation. |
MComment |
Standard Comment implementations. |
MExpression |
Standard Expression implementations. |
MLiteral |
Standard Literal implementations. |
MStatement |
Standard Statement implementations. |
MType |
Standard Type implementations. |
MVC |
Base class for VirtualCompiler implementations. |
MVM |
Standard VirtualMachine implementation. |
Classes which implement Java language elements.