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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [lang/] [annotation/] [AnnotationTypeMismatchException.h] - Blame information for rev 848

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_AnnotationTypeMismatchException__
5
#define __java_lang_annotation_AnnotationTypeMismatchException__
6
 
7
#pragma interface
8
 
9
#include <java/lang/RuntimeException.h>
10
 
11
class java::lang::annotation::AnnotationTypeMismatchException : public ::java::lang::RuntimeException
12
{
13
 
14
public:
15
  AnnotationTypeMismatchException(::java::lang::reflect::Method *, ::java::lang::String *);
16
  virtual ::java::lang::reflect::Method * element();
17
  virtual ::java::lang::String * foundType();
18
private:
19
  static const jlong serialVersionUID = 8125925355765570191LL;
20
  ::java::lang::reflect::Method * __attribute__((aligned(__alignof__( ::java::lang::RuntimeException)))) element__;
21
  ::java::lang::String * foundType__;
22
public:
23
  static ::java::lang::Class class$;
24
};
25
 
26
#endif // __java_lang_annotation_AnnotationTypeMismatchException__

powered by: WebSVN 2.1.0

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