Import GNU Classpath (20121202).
2012-12-19 Matthias Klose <doko@ubuntu.com> Import GNU Classpath (20121202). * Regenerate class and header files. * Regenerate auto* files. * sources.am, gcj/javaprims.h: Regenerate. * gnu/java/nio/FileLockImpl.java (close): New override. From-SVN: r194618
This commit is contained in:
@@ -20,6 +20,7 @@ public:
|
||||
AssertionError(jlong);
|
||||
AssertionError(jfloat);
|
||||
AssertionError(jdouble);
|
||||
AssertionError(::java::lang::String *, ::java::lang::Throwable *);
|
||||
private:
|
||||
static const jlong serialVersionUID = -5013299493970297370LL;
|
||||
public:
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_lang_AutoCloseable__
|
||||
#define __java_lang_AutoCloseable__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Object.h>
|
||||
|
||||
class java::lang::AutoCloseable : public ::java::lang::Object
|
||||
{
|
||||
|
||||
public:
|
||||
virtual void close() = 0;
|
||||
static ::java::lang::Class class$;
|
||||
} __attribute__ ((java_interface));
|
||||
|
||||
#endif // __java_lang_AutoCloseable__
|
||||
@@ -23,6 +23,7 @@ public:
|
||||
jboolean equals(::java::lang::Object *);
|
||||
static jboolean getBoolean(::java::lang::String *);
|
||||
jint Boolean$compareTo(::java::lang::Boolean *);
|
||||
static jint compare(jboolean, jboolean);
|
||||
static jboolean parseBoolean(::java::lang::String *);
|
||||
jint compareTo(::java::lang::Object *);
|
||||
private:
|
||||
|
||||
@@ -33,6 +33,7 @@ public:
|
||||
jint hashCode();
|
||||
jboolean equals(::java::lang::Object *);
|
||||
jint Byte$compareTo(::java::lang::Byte *);
|
||||
static jint compare(jbyte, jbyte);
|
||||
jint compareTo(::java::lang::Object *);
|
||||
private:
|
||||
static const jlong serialVersionUID = -7183698231559129828LL;
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Exception.h>
|
||||
#include <java/lang/ReflectiveOperationException.h>
|
||||
|
||||
class java::lang::ClassNotFoundException : public ::java::lang::Exception
|
||||
class java::lang::ClassNotFoundException : public ::java::lang::ReflectiveOperationException
|
||||
{
|
||||
|
||||
public:
|
||||
@@ -19,7 +19,7 @@ public:
|
||||
virtual ::java::lang::Throwable * getCause();
|
||||
private:
|
||||
static const jlong serialVersionUID = 9176873029745254542LL;
|
||||
::java::lang::Throwable * __attribute__((aligned(__alignof__( ::java::lang::Exception)))) ex;
|
||||
::java::lang::Throwable * __attribute__((aligned(__alignof__( ::java::lang::ReflectiveOperationException)))) ex;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Exception.h>
|
||||
#include <java/lang/ReflectiveOperationException.h>
|
||||
|
||||
class java::lang::IllegalAccessException : public ::java::lang::Exception
|
||||
class java::lang::IllegalAccessException : public ::java::lang::ReflectiveOperationException
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Exception.h>
|
||||
#include <java/lang/ReflectiveOperationException.h>
|
||||
|
||||
class java::lang::InstantiationException : public ::java::lang::Exception
|
||||
class java::lang::InstantiationException : public ::java::lang::ReflectiveOperationException
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
@@ -43,6 +43,7 @@ public:
|
||||
static ::java::lang::Integer * getInteger(::java::lang::String *, ::java::lang::Integer *);
|
||||
static ::java::lang::Integer * decode(::java::lang::String *);
|
||||
jint Integer$compareTo(::java::lang::Integer *);
|
||||
static jint compare(jint, jint);
|
||||
static jint bitCount(jint);
|
||||
static jint rotateLeft(jint, jint);
|
||||
static jint rotateRight(jint, jint);
|
||||
|
||||
@@ -14,6 +14,7 @@ class java::lang::LinkageError : public ::java::lang::Error
|
||||
public:
|
||||
LinkageError();
|
||||
LinkageError(::java::lang::String *);
|
||||
LinkageError(::java::lang::String *, ::java::lang::Throwable *);
|
||||
private:
|
||||
static const jlong serialVersionUID = 3579600108157160122LL;
|
||||
public:
|
||||
|
||||
@@ -43,6 +43,7 @@ public:
|
||||
static ::java::lang::Long * getLong(::java::lang::String *, jlong);
|
||||
static ::java::lang::Long * getLong(::java::lang::String *, ::java::lang::Long *);
|
||||
jint Long$compareTo(::java::lang::Long *);
|
||||
static jint compare(jlong, jlong);
|
||||
static jint bitCount(jlong);
|
||||
static jlong rotateLeft(jlong, jint);
|
||||
static jlong rotateRight(jlong, jint);
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Exception.h>
|
||||
#include <java/lang/ReflectiveOperationException.h>
|
||||
|
||||
class java::lang::NoSuchFieldException : public ::java::lang::Exception
|
||||
class java::lang::NoSuchFieldException : public ::java::lang::ReflectiveOperationException
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Exception.h>
|
||||
#include <java/lang/ReflectiveOperationException.h>
|
||||
|
||||
class java::lang::NoSuchMethodException : public ::java::lang::Exception
|
||||
class java::lang::NoSuchMethodException : public ::java::lang::ReflectiveOperationException
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_lang_ReflectiveOperationException__
|
||||
#define __java_lang_ReflectiveOperationException__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Exception.h>
|
||||
|
||||
class java::lang::ReflectiveOperationException : public ::java::lang::Exception
|
||||
{
|
||||
|
||||
public:
|
||||
ReflectiveOperationException();
|
||||
ReflectiveOperationException(::java::lang::String *);
|
||||
ReflectiveOperationException(::java::lang::String *, ::java::lang::Throwable *);
|
||||
ReflectiveOperationException(::java::lang::Throwable *);
|
||||
private:
|
||||
static const jlong serialVersionUID = 123456789LL;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __java_lang_ReflectiveOperationException__
|
||||
@@ -33,6 +33,7 @@ public:
|
||||
jint hashCode();
|
||||
jboolean equals(::java::lang::Object *);
|
||||
jint Short$compareTo(::java::lang::Short *);
|
||||
static jint compare(jshort, jshort);
|
||||
static jshort reverseBytes(jshort);
|
||||
jint compareTo(::java::lang::Object *);
|
||||
private:
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Exception.h>
|
||||
#include <java/lang/ReflectiveOperationException.h>
|
||||
|
||||
class java::lang::reflect::InvocationTargetException : public ::java::lang::Exception
|
||||
class java::lang::reflect::InvocationTargetException : public ::java::lang::ReflectiveOperationException
|
||||
{
|
||||
|
||||
public: // actually protected
|
||||
@@ -20,7 +20,7 @@ public:
|
||||
virtual ::java::lang::Throwable * getCause();
|
||||
private:
|
||||
static const jlong serialVersionUID = 4085088731926701167LL;
|
||||
::java::lang::Throwable * __attribute__((aligned(__alignof__( ::java::lang::Exception)))) target;
|
||||
::java::lang::Throwable * __attribute__((aligned(__alignof__( ::java::lang::ReflectiveOperationException)))) target;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user