blob: dc4bd002a7c1043a2ba8bbc52d712423a416e1fc [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_classpath_jdwp_JdwpConstants$CommandSet$ReferenceType__
#define __gnu_classpath_jdwp_JdwpConstants$CommandSet$ReferenceType__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace gnu
{
namespace classpath
{
namespace jdwp
{
class JdwpConstants$CommandSet$ReferenceType;
}
}
}
}
class gnu::classpath::jdwp::JdwpConstants$CommandSet$ReferenceType : public ::java::lang::Object
{
public:
JdwpConstants$CommandSet$ReferenceType();
static const jbyte CS_VALUE = 2;
static const jbyte SIGNATURE = 1;
static const jbyte CLASS_LOADER = 2;
static const jbyte MODIFIERS = 3;
static const jbyte FIELDS = 4;
static const jbyte METHODS = 5;
static const jbyte GET_VALUES = 6;
static const jbyte SOURCE_FILE = 7;
static const jbyte NESTED_TYPES = 8;
static const jbyte STATUS = 9;
static const jbyte INTERFACES = 10;
static const jbyte CLASS_OBJECT = 11;
static const jbyte SOURCE_DEBUG_EXTENSION = 12;
static const jbyte SIGNATURE_WITH_GENERIC = 13;
static const jbyte FIELDS_WITH_GENERIC = 14;
static const jbyte METHODS_WITH_GENERIC = 15;
static ::java::lang::Class class$;
};
#endif // __gnu_classpath_jdwp_JdwpConstants$CommandSet$ReferenceType__