mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
35 lines
812 B
C++
35 lines
812 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_classpath_jdwp_JdwpConstants$CommandSet$ClassLoaderReference__
|
|
#define __gnu_classpath_jdwp_JdwpConstants$CommandSet$ClassLoaderReference__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace classpath
|
|
{
|
|
namespace jdwp
|
|
{
|
|
class JdwpConstants$CommandSet$ClassLoaderReference;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::classpath::jdwp::JdwpConstants$CommandSet$ClassLoaderReference : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
JdwpConstants$CommandSet$ClassLoaderReference();
|
|
static const jbyte CS_VALUE = 14;
|
|
static const jbyte VISIBLE_CLASSES = 1;
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_classpath_jdwp_JdwpConstants$CommandSet$ClassLoaderReference__
|