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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [swing/] [text/] [html/] [parser/] [models/] [noTagModel.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_javax_swing_text_html_parser_models_noTagModel__
5
#define __gnu_javax_swing_text_html_parser_models_noTagModel__
6
 
7
#pragma interface
8
 
9
#include <gnu/javax/swing/text/html/parser/models/node.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace javax
17
    {
18
      namespace swing
19
      {
20
        namespace text
21
        {
22
          namespace html
23
          {
24
            namespace parser
25
            {
26
              namespace models
27
              {
28
                  class noTagModel;
29
              }
30
            }
31
          }
32
        }
33
      }
34
    }
35
  }
36
}
37
 
38
class gnu::javax::swing::text::html::parser::models::noTagModel : public ::gnu::javax::swing::text::html::parser::models::node
39
{
40
 
41
public:
42
  noTagModel(JArray< ::java::lang::String * > *);
43
  noTagModel(::java::lang::String *);
44
  virtual ::java::lang::Object * show(::java::lang::Object *);
45
private:
46
  static const jlong serialVersionUID = 1LL;
47
public: // actually package-private
48
  JArray< ::java::lang::String * > * __attribute__((aligned(__alignof__( ::gnu::javax::swing::text::html::parser::models::node)))) no;
49
public:
50
  static ::java::lang::Class class$;
51
};
52
 
53
#endif // __gnu_javax_swing_text_html_parser_models_noTagModel__

powered by: WebSVN 2.1.0

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