
// 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__
