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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [lang/] [Thread$State.h] - Blame information for rev 775

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_lang_Thread$State__
5
#define __java_lang_Thread$State__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Enum.h>
10
#include <gcj/array.h>
11
 
12
 
13
class java::lang::Thread$State : public ::java::lang::Enum
14
{
15
 
16
  Thread$State(::java::lang::String *, jint);
17
public:
18
  static JArray< ::java::lang::Thread$State * > * values();
19
  static ::java::lang::Thread$State * valueOf(::java::lang::String *);
20
  static ::java::lang::Thread$State * BLOCKED;
21
  static ::java::lang::Thread$State * NEW;
22
  static ::java::lang::Thread$State * RUNNABLE;
23
  static ::java::lang::Thread$State * TERMINATED;
24
  static ::java::lang::Thread$State * TIMED_WAITING;
25
  static ::java::lang::Thread$State * WAITING;
26
private:
27
  static JArray< ::java::lang::Thread$State * > * ENUM$VALUES;
28
public:
29
  static ::java::lang::Class class$;
30
};
31
 
32
#endif // __java_lang_Thread$State__

powered by: WebSVN 2.1.0

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