#include <stdio.h>

#include "toba.h"
#include "runtime.h"
#include "java_lang_Compiler.h"

/*
 * These functions are for on the fly compilation
 * and are defined to be nullops if no on the fly compilation
 * need be done
 */

/* java/lang/Compiler initialize ()V */
Void initialize__ogy1I()
{
    /* STATIC Method */
    init_java_lang_Compiler();

    return;
}

/* java/lang/Compiler compileClass (Ljava/lang/Class;)Z */
Boolean compileClass_C_8EfFc(Object Harg1)
/*ARGSUSED*/
{
    return JAVA_FALSE;
}

/* java/lang/Compiler compileClasses (Ljava/lang/String;)Z */
Boolean compileClasses_S_vJZ8J(Object Harg1)
/*ARGSUSED*/
{
    /* STATIC Method */
    init_java_lang_Compiler();

    return JAVA_FALSE;
}

/* java/lang/Compiler command (Ljava/lang/Object;)Ljava/lang/Object; */
Object command_O_xZEEp(Object Harg1)
/*ARGSUSED*/
{
    /* STATIC Method */
    init_java_lang_Compiler();

    return 0;
}

/* java/lang/Compiler enable ()V */
Void enable__poI33()
{
    /* STATIC Method */
    init_java_lang_Compiler();

    return;
}

/* java/lang/Compiler disable ()V */
Void disable__mOsUo()
{
    /* STATIC Method */
    init_java_lang_Compiler();

    return;
}

