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

native_local_method_map Struct Reference


Detailed Description

Associate a class name with its local native method ordinal numbers and its JVM method name and description strings.

This table gathers all of the NATIVE_TABLE_JLxxxxxx_ORDINALS definitions from the jlXxxxx.c JNI local method interface source files for reference in this code.

Definition at line 1124 of file native.c.

Data Fields

rcharclsname
native_local_method_ordinal_map nlmo_map [25]


Field Documentation

rchar* native_local_method_map::clsname
 

Null-terminated class name string

Definition at line 1127 of file native.c.

native_local_method_ordinal_map native_local_method_map::nlmo_map[25]
 

Associate this class with a list of local native methods that are implemented in this class

Definition at line 1133 of file native.c.


The documentation for this struct was generated from the following file:
Generated on Fri Sep 30 18:50:57 2005 by  doxygen 1.4.4