Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
parent
c648dedbde
commit
97b8365caf
17478 changed files with 606493 additions and 100744 deletions
51
libjava/java/lang/Byte.h
Normal file
51
libjava/java/lang/Byte.h
Normal file
|
@ -0,0 +1,51 @@
|
|||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __java_lang_Byte__
|
||||
#define __java_lang_Byte__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <java/lang/Number.h>
|
||||
#include <gcj/array.h>
|
||||
|
||||
|
||||
class java::lang::Byte : public ::java::lang::Number
|
||||
{
|
||||
|
||||
public:
|
||||
Byte(jbyte);
|
||||
Byte(::java::lang::String *);
|
||||
static ::java::lang::String * toString(jbyte);
|
||||
static jbyte parseByte(::java::lang::String *);
|
||||
static jbyte parseByte(::java::lang::String *, jint);
|
||||
static ::java::lang::Byte * valueOf(::java::lang::String *, jint);
|
||||
static ::java::lang::Byte * valueOf(::java::lang::String *);
|
||||
static ::java::lang::Byte * valueOf(jbyte);
|
||||
static ::java::lang::Byte * decode(::java::lang::String *);
|
||||
jbyte byteValue();
|
||||
jshort shortValue();
|
||||
jint intValue();
|
||||
jlong longValue();
|
||||
jfloat floatValue();
|
||||
jdouble doubleValue();
|
||||
::java::lang::String * toString();
|
||||
jint hashCode();
|
||||
jboolean equals(::java::lang::Object *);
|
||||
jint target$compareTo(::java::lang::Byte *);
|
||||
jint compareTo(::java::lang::Object *);
|
||||
private:
|
||||
static const jlong serialVersionUID = -7183698231559129828LL;
|
||||
public:
|
||||
static const jbyte MIN_VALUE = -128;
|
||||
static const jbyte MAX_VALUE = 127;
|
||||
static ::java::lang::Class * TYPE;
|
||||
static const jint SIZE = 8;
|
||||
private:
|
||||
static JArray< ::java::lang::Byte * > * byteCache;
|
||||
jbyte __attribute__((aligned(__alignof__( ::java::lang::Number)))) value;
|
||||
public:
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __java_lang_Byte__
|
Loading…
Add table
Add a link
Reference in a new issue