"

2013 FRC Java API

"

com.sun.squawk.compiler
Class Compilation

java.lang.Object
  extended by com.sun.squawk.compiler.Compilation

public class Compilation
extends Object

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

Compilation

public Compilation()
Method Detail

newCompiler

public static Compiler newCompiler(String arch)
Create a new compiler for a specific architecture.

Parameters:
arch - the architecture name
Returns:
the compiler

newCompiler

public static Compiler newCompiler()
Create a new default compiler by determining which architecture the VM is running on. By default, set it to the X86 architecture.

Returns:
the compiler

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"