/* Definitions for flags that match thhose in toba.classfile.ClassData
 * objects. */
   
/* ------------- */
/* Include Files */

/* ------------------------------- */
/* Constant and Macro Declarations */

#define ACC_PUBLIC               0x0001
#define ACC_PRIVATE              0x0002
#define ACC_PROTECTED            0x0004
#define ACC_STATIC               0x0008
#define ACC_FINAL                0x0010
#define ACC_SYNCHRONIZED         0x0020
#define ACC_VOLATILE             0x0040
#define ACC_TRANSIENT            0x0080
#define ACC_NATIVE               0x0100
#define ACC_INTERFACE            0x0200
#define ACC_ABSTRACT             0x0400

/* ----------------- */
/* Type Declarations */

/* --------------------- */
/* Variable Declarations */

/* --------------------- */
/* Function Declarations */

