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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [util/] [regex/] [RETokenRepeated$TryAnotherResult.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_RETokenRepeated$TryAnotherResult__
5
#define __gnu_java_util_regex_RETokenRepeated$TryAnotherResult__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace java
17
    {
18
      namespace util
19
      {
20
        namespace regex
21
        {
22
            class REMatch;
23
            class RETokenRepeated$TryAnotherResult;
24
        }
25
      }
26
    }
27
  }
28
}
29
 
30
class gnu::java::util::regex::RETokenRepeated$TryAnotherResult : public ::java::lang::Object
31
{
32
 
33
  RETokenRepeated$TryAnotherResult();
34
public: // actually package-private
35
  RETokenRepeated$TryAnotherResult(::gnu::java::util::regex::RETokenRepeated$TryAnotherResult *);
36
  ::gnu::java::util::regex::REMatch * __attribute__((aligned(__alignof__( ::java::lang::Object)))) result;
37
  jint status;
38
  static const jint RESULT_FOUND = 1;
39
  static const jint TRY_FURTHER = 2;
40
  static const jint NOTHING_FOUND = 3;
41
  JArray< jint > * visited;
42
public:
43
  static ::java::lang::Class class$;
44
};
45
 
46
#endif // __gnu_java_util_regex_RETokenRepeated$TryAnotherResult__

powered by: WebSVN 2.1.0

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