* tree-flow-inline.h (op_iter_init): Reject GIMPLE_PHI stmts.
[official-gcc.git] / libjava / java / lang / annotation / AnnotationTypeMismatchException.h
blob082d9f6a3c739a48ef0be36113c6c6267f686403
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_lang_annotation_AnnotationTypeMismatchException__
5 #define __java_lang_annotation_AnnotationTypeMismatchException__
7 #pragma interface
9 #include <java/lang/RuntimeException.h>
11 class java::lang::annotation::AnnotationTypeMismatchException : public ::java::lang::RuntimeException
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$;
26 #endif // __java_lang_annotation_AnnotationTypeMismatchException__