Main Page   Modules   Compound List   File List   Compound Members   File Members  

JLJObject.c File Reference

Jaune - Ahead of time Java compiler for small systems. More...

#include <stdio.h>
#include "clib.h"
#include "JLJString.h"
#include "JLJObject.h"

Functions

StringJLJObject__toString (Instance *pObj)
JINT JLJObject__hashCode (Instance *pObj)
JBOOLEAN JLJObject__equals (Instance *pAgainst, Instance *pSelf)
void JLJObject_init (void)

Variables

const Class JLJObject_class


Detailed Description

Jaune - Ahead of time Java compiler for small systems.

Author:
Copyright Michael Hope 2002 <michaelh@juju.net.nz> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
Id:
JLJObject.c,v 1.1.1.1 2002/04/23 03:42:57 michaelh Exp


Variable Documentation

const Class JLJObject_class
 

Initial value:

 {
  NULL,
  0,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  "java.lang.Object",
  CLASSMAGIC
}


Generated on Sat May 11 15:15:41 2002 for JauneRuntimeclib by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002