|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.squawk.compiler.Compilation
public class Compilation
Steps of compilation: compile and link.
| Constructor Summary | |
|---|---|
Compilation()
|
|
| Method Summary | |
|---|---|
static Compiler |
newCompiler()
Create a new default compiler by determining which architecture the VM is running on. |
static Compiler |
newCompiler(String arch)
Create a new compiler for a specific architecture. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Compilation()
| Method Detail |
|---|
public static Compiler newCompiler(String arch)
arch - the architecture name
public static Compiler newCompiler()
|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||