Compiler JDK 1.0

java.lang

Synopsis^  ?
public final class Compiler {
// No Constructor
// Public Class Methods
    public static Object command( Object any); native 
    public static boolean compileClass( Class clazz); native 
    public static boolean compileClasses( String string); native 
    public static void disable( ); native 
    public static void enable( ); native 
}

Hierarchy^  ?

[Object]
   |
[Compiler]

Inherited Properties^  ?
Object: class

Inherited Methods^  ?
Object: clone(), equals(), finalize(), hashCode(), notify(), notifyAll(), toString(), wait(), wait(), wait()

Uses^  ?
Class, Object, String, StringBuffer, System


Java Power Reference. Created by David Flanagan.
Copyright © 1999 O'Reilly & Associates.All Rights Reserved.

This file may not be distributed on the Internet.