Main Page | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

classutil.c File Reference


Detailed Description

Utility and glue functions for class.c and java.lang.Class.

For internal use only.

Due to the fact that the implementation of the Java class and the supporting rclass structure is deeply embedded in the core of the development of this software, this file has contents that come and go during development. Some functions get staged here before deciding where they really go; some are interim functions for debugging, some were glue that eventually went away. Be careful to remove prototypes to such functions from the appropriate header file.

Control

$URL: https://svn.apache.org/path/name/classutil.c $ $Id: classutil.c 0 09/28/2005 dlydick $

Copyright 2005 The Apache Software Foundation or its licensors, as applicable.

Licensed under the Apache License, Version 2.0 ("the License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and limitations under the License.

Version:
$LastChangedRevision: 0 $
Date:
$LastChangedDate: 09/28/2005 $
Author:
$LastChangedBy: dlydick $ Original code contributed by Daniel Lydick on 09/28/2005.

Reference

Definition in file classutil.c.

#include "arch.h"
#include "jvmcfg.h"
#include "classfile.h"
#include "jvm.h"

Go to the source code of this file.

Functions

static void classutil_c_dummy (void)

Variables

static char * classutil_c_copyright = "\0" "$URL: https://svn.apache.org/path/name/classutil.c $ $Id: classutil.c 0 09/28/2005 dlydick $" " " "Copyright 2005 The Apache Software Foundation or its licensors, as applicable."


Function Documentation

static void classutil_c_dummy void   )  [static]
 

Definition at line 51 of file classutil.c.


Variable Documentation

char* classutil_c_copyright = "\0" "$URL: https://svn.apache.org/path/name/classutil.c $ $Id: classutil.c 0 09/28/2005 dlydick $" " " "Copyright 2005 The Apache Software Foundation or its licensors, as applicable." [static]
 

Definition at line 51 of file classutil.c.


Generated on Fri Sep 30 19:00:05 2005 by  doxygen 1.4.4