Your IP : 216.73.217.165


Current Path : /var/www/html/kamini/gcc-4.8.2/libjava/gnu/classpath/jdwp/
Upload File :
Current File : //var/www/html/kamini/gcc-4.8.2/libjava/gnu/classpath/jdwp/JdwpConstants$EventKind.h

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_classpath_jdwp_JdwpConstants$EventKind__
#define __gnu_classpath_jdwp_JdwpConstants$EventKind__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace gnu
  {
    namespace classpath
    {
      namespace jdwp
      {
          class JdwpConstants$EventKind;
      }
    }
  }
}

class gnu::classpath::jdwp::JdwpConstants$EventKind : public ::java::lang::Object
{

public:
  JdwpConstants$EventKind();
  static const jbyte SINGLE_STEP = 1;
  static const jbyte BREAKPOINT = 2;
  static const jbyte FRAME_POP = 3;
  static const jbyte EXCEPTION = 4;
  static const jbyte USER_DEFINED = 5;
  static const jbyte THREAD_START = 6;
  static const jbyte THREAD_END = 7;
  static const jbyte CLASS_PREPARE = 8;
  static const jbyte CLASS_UNLOAD = 9;
  static const jbyte CLASS_LOAD = 10;
  static const jbyte FIELD_ACCESS = 20;
  static const jbyte FIELD_MODIFICATION = 21;
  static const jbyte EXCEPTION_CATCH = 30;
  static const jbyte METHOD_ENTRY = 40;
  static const jbyte METHOD_EXIT = 41;
  static const jbyte VM_INIT = 90;
  static const jbyte VM_DEATH = 99;
  static const jbyte VM_DISCONNECTED = 100;
  static const jbyte VM_START = 90;
  static const jbyte THREAD_DEATH = 7;
  static ::java::lang::Class class$;
};

#endif // __gnu_classpath_jdwp_JdwpConstants$EventKind__