blob: 603c6d1c4d50a6dc13ff0cf6412371e893940af3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_classpath_jdwp_JdwpConstants$CommandSet$ThreadReference__
#define __gnu_classpath_jdwp_JdwpConstants$CommandSet$ThreadReference__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace gnu
{
namespace classpath
{
namespace jdwp
{
class JdwpConstants$CommandSet$ThreadReference;
}
}
}
}
class gnu::classpath::jdwp::JdwpConstants$CommandSet$ThreadReference : public ::java::lang::Object
{
public:
JdwpConstants$CommandSet$ThreadReference();
static const jbyte CS_VALUE = 11;
static const jbyte NAME = 1;
static const jbyte SUSPEND = 2;
static const jbyte RESUME = 3;
static const jbyte STATUS = 4;
static const jbyte THREAD_GROUP = 5;
static const jbyte FRAMES = 6;
static const jbyte FRAME_COUNT = 7;
static const jbyte OWNED_MONITORS = 8;
static const jbyte CURRENT_CONTENDED_MONITOR = 9;
static const jbyte STOP = 10;
static const jbyte INTERRUPT = 11;
static const jbyte SUSPEND_COUNT = 12;
static ::java::lang::Class class$;
};
#endif // __gnu_classpath_jdwp_JdwpConstants$CommandSet$ThreadReference__
|