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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [util/] [FormattableFlags.h] - Blame information for rev 775

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

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_util_FormattableFlags__
5
#define __java_util_FormattableFlags__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
 
11
class java::util::FormattableFlags : public ::java::lang::Object
12
{
13
 
14
  FormattableFlags();
15
public:
16
  static const jint LEFT_JUSTIFY = 1;
17
  static const jint UPPERCASE = 2;
18
  static const jint ALTERNATE = 4;
19
public: // actually package-private
20
  static const jint PLUS = 8;
21
  static const jint SPACE = 16;
22
  static const jint ZERO = 32;
23
  static const jint COMMA = 64;
24
  static const jint PAREN = 128;
25
public:
26
  static ::java::lang::Class class$;
27
};
28
 
29
#endif // __java_util_FormattableFlags__

powered by: WebSVN 2.1.0

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