/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This file is part of SableVM. * * See the file "LICENSE" for Copyright information and the * * terms and conditions for copying, distribution and * * modification of SableVM. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #ifndef SVM_JNIDEFS_H #define SVM_JNIDEFS_H typedef struct _svmt_object_instance_struct **jobject; typedef struct _svmt_array_instance_struct **jarray; typedef struct _svmt_field_info_struct *jfieldID; typedef struct _svmt_method_info_struct *jmethodID; #endif /* not SVM_JNIDEFS_H */