Main Page   Modules   Compound List   File List   Compound Members   File Members  

JLJString.c File Reference

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

#include <stdio.h>
#include <string.h>
#include "clib.h"
#include "gc.h"

Functions

INT16 JLJString__charAt (INT16 iIdx, String *pStr)
INT16 JLJString__length (String *pStr)
StringJLJString_new (const char *sz)
StringJLJString__toString (String *pSelf)
JBOOLEAN JLJString__equals (String *pAgainst, String *pSelf)

Variables

const Class JLJString_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:
JLJString.c,v 1.1.1.1 2002/04/23 03:42:57 michaelh Exp


Variable Documentation

const Class JLJString_class
 

Initial value:

 {
  NULL,
  sizeof(String),
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  NULL,
  "java.lang.String",
  CLASSMAGIC
}


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