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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [util/] [regex/] [REException.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_java_util_regex_REException__
5
#define __gnu_java_util_regex_REException__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Exception.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace java
15
    {
16
      namespace util
17
      {
18
        namespace regex
19
        {
20
            class REException;
21
        }
22
      }
23
    }
24
  }
25
}
26
 
27
class gnu::java::util::regex::REException : public ::java::lang::Exception
28
{
29
 
30
public: // actually package-private
31
  REException(::java::lang::String *, jint, jint);
32
  REException(::java::lang::String *, ::java::lang::Throwable *, jint, jint);
33
public:
34
  virtual jint getType();
35
  virtual jint getPosition();
36
  virtual ::java::lang::String * getMessage();
37
private:
38
  jint __attribute__((aligned(__alignof__( ::java::lang::Exception)))) type;
39
  jint pos;
40
public:
41
  static const jint REG_BADRPT = 1;
42
  static const jint REG_BADBR = 2;
43
  static const jint REG_EBRACE = 3;
44
  static const jint REG_EBRACK = 4;
45
  static const jint REG_ERANGE = 5;
46
  static const jint REG_ECTYPE = 6;
47
  static const jint REG_EPAREN = 7;
48
  static const jint REG_ESUBREG = 8;
49
  static const jint REG_EEND = 9;
50
  static const jint REG_ESCAPE = 10;
51
  static const jint REG_BADPAT = 11;
52
  static const jint REG_ESIZE = 12;
53
  static const jint REG_ESPACE = 13;
54
  static ::java::lang::Class class$;
55
};
56
 
57
#endif // __gnu_java_util_regex_REException__

powered by: WebSVN 2.1.0

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