Sets the compiler target VM. @param vm New value @see Options#getCompilerTargetVM()
(String vm)
| 791 | * @see Options#getCompilerTargetVM() |
| 792 | */ |
| 793 | public void setCompilerTargetVM(String vm) { |
| 794 | compilerTargetVM = vm; |
| 795 | } |
| 796 | |
| 797 | @Override |
| 798 | public String getCompilerSourceVM() { |