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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [math/] [RoundingMode.h] - Rev 775

Go to most recent revision | Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __java_math_RoundingMode__
#define __java_math_RoundingMode__
 
#pragma interface
 
#include <java/lang/Enum.h>
#include <gcj/array.h>
 
extern "Java"
{
  namespace java
  {
    namespace math
    {
        class RoundingMode;
    }
  }
}
 
class java::math::RoundingMode : public ::java::lang::Enum
{
 
  RoundingMode(::java::lang::String *, jint);
public:
  static ::java::math::RoundingMode * valueOf(jint);
  static JArray< ::java::math::RoundingMode * > * values();
  static ::java::math::RoundingMode * valueOf(::java::lang::String *);
  static ::java::math::RoundingMode * UP;
  static ::java::math::RoundingMode * DOWN;
  static ::java::math::RoundingMode * CEILING;
  static ::java::math::RoundingMode * FLOOR;
  static ::java::math::RoundingMode * HALF_UP;
  static ::java::math::RoundingMode * HALF_DOWN;
  static ::java::math::RoundingMode * HALF_EVEN;
  static ::java::math::RoundingMode * UNNECESSARY;
private:
  static const jlong serialVersionUID = 432302042773881265LL;
  static JArray< ::java::math::RoundingMode * > * ENUM$VALUES;
public:
  static ::java::lang::Class class$;
};
 
#endif // __java_math_RoundingMode__
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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