32 lines
1.0 KiB
Plaintext
32 lines
1.0 KiB
Plaintext
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class SubClassConsts */
|
|
|
|
#ifndef _Included_SubClassConsts
|
|
#define _Included_SubClassConsts
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#undef SubClassConsts_serialVersionUID
|
|
#define SubClassConsts_serialVersionUID 6733861379283244755LL
|
|
#undef SubClassConsts_SUPER_INT_CONSTANT
|
|
#define SubClassConsts_SUPER_INT_CONSTANT 3L
|
|
#undef SubClassConsts_SUPER_FLOAT_CONSTANT
|
|
#define SubClassConsts_SUPER_FLOAT_CONSTANT 99.3f
|
|
#undef SubClassConsts_SUPER_DOUBLE_CONSTANT
|
|
#define SubClassConsts_SUPER_DOUBLE_CONSTANT 33.2
|
|
#undef SubClassConsts_SUPER_BOOLEAN_CONSTANT
|
|
#define SubClassConsts_SUPER_BOOLEAN_CONSTANT 0L
|
|
#undef SubClassConsts_SUB_INT_CONSTANT
|
|
#define SubClassConsts_SUB_INT_CONSTANT 2L
|
|
#undef SubClassConsts_SUB_DOUBLE_CONSTANT
|
|
#define SubClassConsts_SUB_DOUBLE_CONSTANT 2.25
|
|
#undef SubClassConsts_SUB_FLOAT_CONSTANT
|
|
#define SubClassConsts_SUB_FLOAT_CONSTANT 7.9f
|
|
#undef SubClassConsts_SUB_BOOLEAN_CONSTANT
|
|
#define SubClassConsts_SUB_BOOLEAN_CONSTANT 1L
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|