OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [classpath/] [jdwp/] [JdwpConstants$Tag.h] - Rev 756

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __gnu_classpath_jdwp_JdwpConstants$Tag__
#define __gnu_classpath_jdwp_JdwpConstants$Tag__
 
#pragma interface
 
#include <java/lang/Object.h>
extern "Java"
{
  namespace gnu
  {
    namespace classpath
    {
      namespace jdwp
      {
          class JdwpConstants$Tag;
      }
    }
  }
}
 
class gnu::classpath::jdwp::JdwpConstants$Tag : public ::java::lang::Object
{
 
public:
  JdwpConstants$Tag();
  static const jbyte ARRAY = 91;
  static const jbyte BYTE = 66;
  static const jbyte CHAR = 67;
  static const jbyte OBJECT = 76;
  static const jbyte FLOAT = 70;
  static const jbyte DOUBLE = 68;
  static const jbyte INT = 73;
  static const jbyte LONG = 74;
  static const jbyte SHORT = 83;
  static const jbyte VOID = 86;
  static const jbyte BOOLEAN = 90;
  static const jbyte STRING = 115;
  static const jbyte THREAD = 116;
  static const jbyte THREAD_GROUP = 103;
  static const jbyte CLASS_LOADER = 108;
  static const jbyte CLASS_OBJECT = 99;
  static ::java::lang::Class class$;
};
 
#endif // __gnu_classpath_jdwp_JdwpConstants$Tag__
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.