jilc-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Jilc-patches] CVS: jilc/src codegen.h,NONE,1.1


From: Gaurav Vaish <address@hidden>
Subject: [Jilc-patches] CVS: jilc/src codegen.h,NONE,1.1
Date: Mon, 08 Apr 2002 06:08:36 -0400

Update of /cvsroot/jilc/jilc/src
In directory subversions:/tmp/cvs-serv6921

Added Files:
        codegen.h 
Log Message:
2002-04-08:   Gaurav Vaish <address@hidden>

codegen.h: Stubs for the code_generator.





--- NEW FILE ---
/**
 * codegen.h -- Code generator stub.
 *
 * Author: Gaurav Vaish <address@hidden>
 *
 * (C) Gaurav Vaish ; 2002
 *
 */

#ifndef __JILC_CODEGEN_H
#define __JILC_CODEGEN_H

#include <defines.h>
#include <jparser.h>
#include <jopcodes.h>
#include <ilopcodes.h>

int jilc_class(JVClass* klass, char* output);
int jilc_props(JVClass* klass, char* output);
int jilc_method(JVClass* klass, char* output);
int jilc_statement(JVCLass* klass, int* count, int* line_count, char* output);

int jilc_opcode(jopcode_map opcode, char* output);

/* Auxiliary methods */
ilopcode_map jilc_opcode(jopcode_map opcode);
int jilc_extra_code(JVClass* klass, int* count, int* line_count, char* output);

#endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]