Crossfire JXClient, Trunk
Public Attributes | List of all members
_jvmtiLocalVariableEntry Struct Reference

#include <jvmti.h>

Collaboration diagram for _jvmtiLocalVariableEntry:
Collaboration graph

Public Attributes

char * generic_signature
 
jint length
 
char * name
 
char * signature
 
jint slot
 
jlocation start_location
 

Detailed Description

Definition at line 621 of file jvmti.h.

Member Data Documentation

◆ generic_signature

char* _jvmtiLocalVariableEntry::generic_signature

Definition at line 626 of file jvmti.h.

◆ length

jint _jvmtiLocalVariableEntry::length

Definition at line 623 of file jvmti.h.

◆ name

char* _jvmtiLocalVariableEntry::name

Definition at line 624 of file jvmti.h.

◆ signature

char* _jvmtiLocalVariableEntry::signature

Definition at line 625 of file jvmti.h.

◆ slot

jint _jvmtiLocalVariableEntry::slot

Definition at line 627 of file jvmti.h.

◆ start_location

jlocation _jvmtiLocalVariableEntry::start_location

Definition at line 622 of file jvmti.h.


The documentation for this struct was generated from the following file: