langtools/test/tools/javah/SubClassConsts.out
author alanb
Fri, 10 Sep 2010 16:36:48 +0100
changeset 6537 7aa4e7bb5dae
parent 10 06bc494ca11e
permissions -rw-r--r--
6881498: (file) Re-examine DirectoryStream exception handling Reviewed-by: forax
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
/* DO NOT EDIT THIS FILE - it is machine generated */
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
#include <jni.h>
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
/* Header for class SubClassConsts */
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
#ifndef _Included_SubClassConsts
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
#define _Included_SubClassConsts
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
#ifdef __cplusplus
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
extern "C" {
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
#endif
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
#undef SubClassConsts_serialVersionUID
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
#define SubClassConsts_serialVersionUID 6733861379283244755LL
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
#undef SubClassConsts_SUPER_INT_CONSTANT
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
#define SubClassConsts_SUPER_INT_CONSTANT 3L
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
#undef SubClassConsts_SUPER_FLOAT_CONSTANT
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
#define SubClassConsts_SUPER_FLOAT_CONSTANT 99.3f
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
#undef SubClassConsts_SUPER_DOUBLE_CONSTANT
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
#define SubClassConsts_SUPER_DOUBLE_CONSTANT 33.2
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
#undef SubClassConsts_SUPER_BOOLEAN_CONSTANT
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
#define SubClassConsts_SUPER_BOOLEAN_CONSTANT 0L
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
#undef SubClassConsts_SUB_INT_CONSTANT
06bc494ca11e Initial load
duke
parents:
diff changeset
    21
#define SubClassConsts_SUB_INT_CONSTANT 2L
06bc494ca11e Initial load
duke
parents:
diff changeset
    22
#undef SubClassConsts_SUB_DOUBLE_CONSTANT
06bc494ca11e Initial load
duke
parents:
diff changeset
    23
#define SubClassConsts_SUB_DOUBLE_CONSTANT 2.25
06bc494ca11e Initial load
duke
parents:
diff changeset
    24
#undef SubClassConsts_SUB_FLOAT_CONSTANT
06bc494ca11e Initial load
duke
parents:
diff changeset
    25
#define SubClassConsts_SUB_FLOAT_CONSTANT 7.9f
06bc494ca11e Initial load
duke
parents:
diff changeset
    26
#undef SubClassConsts_SUB_BOOLEAN_CONSTANT
06bc494ca11e Initial load
duke
parents:
diff changeset
    27
#define SubClassConsts_SUB_BOOLEAN_CONSTANT 1L
06bc494ca11e Initial load
duke
parents:
diff changeset
    28
#ifdef __cplusplus
06bc494ca11e Initial load
duke
parents:
diff changeset
    29
}
06bc494ca11e Initial load
duke
parents:
diff changeset
    30
#endif
06bc494ca11e Initial load
duke
parents:
diff changeset
    31
#endif