97b8365caf
From-SVN: r120621
22 lines
535 B
C++
22 lines
535 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __java_lang_reflect_GenericDeclaration__
|
|
#define __java_lang_reflect_GenericDeclaration__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
#include <gcj/array.h>
|
|
|
|
|
|
class java::lang::reflect::GenericDeclaration : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
virtual JArray< ::java::lang::reflect::TypeVariable * > * getTypeParameters() = 0;
|
|
static ::java::lang::Class class$;
|
|
} __attribute__ ((java_interface));
|
|
|
|
#endif // __java_lang_reflect_GenericDeclaration__
|