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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [lang/] [annotation/] [ElementType.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_annotation_ElementType__
5
#define __java_lang_annotation_ElementType__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Enum.h>
10
#include <gcj/array.h>
11
 
12
 
13
class java::lang::annotation::ElementType : public ::java::lang::Enum
14
{
15
 
16
  ElementType(::java::lang::String *, jint);
17
public:
18
  static JArray< ::java::lang::annotation::ElementType * > * values();
19
  static ::java::lang::annotation::ElementType * valueOf(::java::lang::String *);
20
  static ::java::lang::annotation::ElementType * ANNOTATION_TYPE;
21
  static ::java::lang::annotation::ElementType * CONSTRUCTOR;
22
  static ::java::lang::annotation::ElementType * FIELD;
23
  static ::java::lang::annotation::ElementType * LOCAL_VARIABLE;
24
  static ::java::lang::annotation::ElementType * METHOD;
25
  static ::java::lang::annotation::ElementType * PACKAGE;
26
  static ::java::lang::annotation::ElementType * PARAMETER;
27
  static ::java::lang::annotation::ElementType * TYPE;
28
private:
29
  static const jlong serialVersionUID = 2798216111136361587LL;
30
  static JArray< ::java::lang::annotation::ElementType * > * ENUM$VALUES;
31
public:
32
  static ::java::lang::Class class$;
33
};
34
 
35
#endif // __java_lang_annotation_ElementType__

powered by: WebSVN 2.1.0

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