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

CONSTANT_Methodref_info::LOCAL_Methodref_binding Struct Reference

#include <classfile.h>


Detailed Description

Local implementation late binding extensions for CONSTANT_Methodref_info.

Uses LOCAL_ as a prefix to signify an item that is not part of the JVM spec itself, but an implementation detail.

Definition at line 913 of file classfile.h.

Data Fields

jvm_class_index clsidxJVM
 JVM class table index of this class.
jvm_attribute_index codeatridxJVM
 JVM method attribute table index of the code for this method.
jvm_attribute_index excpatridxJVM
 JVM method attribute table index of the exceptions for this method.
jvm_method_index mthidxJVM
 JVM method table index of this method.
jvm_native_method_ordinal nmordJVM
 JVM local native method ordinal number of this native method.


Field Documentation

jvm_class_index CONSTANT_Methodref_info::LOCAL_Methodref_binding::clsidxJVM
 

JVM class table index of this class.

Definition at line 915 of file classfile.h.

Referenced by linkage_resolve_class().

jvm_method_index CONSTANT_Methodref_info::LOCAL_Methodref_binding::mthidxJVM
 

JVM method table index of this method.

Definition at line 918 of file classfile.h.

Referenced by linkage_resolve_class().

jvm_attribute_index CONSTANT_Methodref_info::LOCAL_Methodref_binding::codeatridxJVM
 

JVM method attribute table index of the code for this method.

Definition at line 922 of file classfile.h.

Referenced by linkage_resolve_class().

jvm_attribute_index CONSTANT_Methodref_info::LOCAL_Methodref_binding::excpatridxJVM
 

JVM method attribute table index of the exceptions for this method.

Definition at line 928 of file classfile.h.

Referenced by linkage_resolve_class().

jvm_native_method_ordinal CONSTANT_Methodref_info::LOCAL_Methodref_binding::nmordJVM
 

JVM local native method ordinal number of this native method.

Definition at line 934 of file classfile.h.

Referenced by linkage_resolve_class().


The documentation for this struct was generated from the following file:
Generated on Fri Sep 30 19:01:06 2005 by  doxygen 1.4.4