|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VirtualCompiler | |
com.inxar.jenesis | Classes which implement Java language elements. |
org.inxar.jenesis | Interfaces which abstract Java language elements (read the desciption below). |
Uses of VirtualCompiler in com.inxar.jenesis |
Classes in com.inxar.jenesis that implement VirtualCompiler | |
class |
Javac
Implementation of VirtualCompiler which calls
sun.tools.javac.Main.compile() . |
class |
Jikes
Implementation of VirtualCompiler which makes a system
call to jikes. |
class |
MVC
Base class for VirtualCompiler implementations. |
Methods in com.inxar.jenesis that return VirtualCompiler | |
VirtualCompiler |
MVM.getCompiler()
|
Methods in com.inxar.jenesis with parameters of type VirtualCompiler | |
void |
MVM.setCompiler(VirtualCompiler compiler)
|
Uses of VirtualCompiler in org.inxar.jenesis |
Methods in org.inxar.jenesis that return VirtualCompiler | |
abstract VirtualCompiler |
VirtualMachine.getCompiler()
Returns the active compiler. |
Methods in org.inxar.jenesis with parameters of type VirtualCompiler | |
abstract void |
VirtualMachine.setCompiler(VirtualCompiler compiler)
Sets the active compiler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |