~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tests/nbody-java/java_util_Enumeration.h

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-06-11 15:45:24 UTC
  • mfrom: (1.2.1) (2.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130611154524-rppb3w6tixlegv4n
Tags: 1.4.7~20130611~a1eb425-1
* New snapshot release
* Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __JAVA_UTIL_ENUMERATION__
 
2
#define __JAVA_UTIL_ENUMERATION__
 
3
 
 
4
#include "xmlvm.h"
 
5
 
 
6
// Preprocessor constants for interfaces:
 
7
#define XMLVM_ITABLE_IDX_java_util_Enumeration_hasMoreElements__ 0
 
8
#define XMLVM_ITABLE_IDX_java_util_Enumeration_nextElement__ 1
 
9
// Implemented interfaces:
 
10
// Super Class:
 
11
#include "java_lang_Object.h"
 
12
 
 
13
// Circular references:
 
14
 
 
15
XMLVM_DEFINE_CLASS(java_util_Enumeration, 0, 0)
 
16
 
 
17
extern JAVA_OBJECT __CLASS_java_util_Enumeration;
 
18
extern JAVA_OBJECT __CLASS_java_util_Enumeration_1ARRAY;
 
19
extern JAVA_OBJECT __CLASS_java_util_Enumeration_2ARRAY;
 
20
extern JAVA_OBJECT __CLASS_java_util_Enumeration_3ARRAY;
 
21
#ifndef XMLVM_FORWARD_DECL_java_util_Enumeration
 
22
#define XMLVM_FORWARD_DECL_java_util_Enumeration
 
23
typedef struct java_util_Enumeration java_util_Enumeration;
 
24
#endif
 
25
 
 
26
void __INIT_java_util_Enumeration();
 
27
void __INIT_IMPL_java_util_Enumeration();
 
28
 
 
29
#endif