API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang. Compiler View Source
Author(s)
Frank Yellin
Since
JDK1.0
Version
1.22, 11/17/05
Serial
Hierarchy
 Object
      Compiler
Implements
Subclasses
Description
publicfinal class Compiler
  The Compiler class is provided to support Java-to-native-code compilers and related services.
Constructors
private Compiler ()
Methods
Hide/Show inherited methods
publicstaticnative Object command (Object any)
  Examines the argument type and its fields and perform some documented operation.
publicstaticnative boolean compileClass (Class<Object> clazz)
  Compiles the specified class.
publicstaticnative boolean compileClasses (String string)
  Compiles all classes whose name matches the specified string.
publicstaticnative void disable ()
Cause the Compiler to cease operation.
publicstaticnative void enable ()
Cause the Compiler to resume operation.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar