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

« back to all changes in this revision

Viewing changes to tests/nbody-java/xmlvm-reflection.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
/*
 
2
 * Copyright (c) 2002-2011 by XMLVM.org
 
3
 *
 
4
 * Project Info:  http://www.xmlvm.org
 
5
 *
 
6
 * This program is free software; you can redistribute it and/or modify it
 
7
 * under the terms of the GNU Lesser General Public License as published by
 
8
 * the Free Software Foundation; either version 2.1 of the License, or
 
9
 * (at your option) any later version.
 
10
 *
 
11
 * This library is distributed in the hope that it will be useful, but
 
12
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 
13
 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
 
14
 * License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU Lesser General Public
 
17
 * License along with this library; if not, write to the Free Software
 
18
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301,
 
19
 * USA.
 
20
 */
 
21
 
 
22
#include "org_xmlvm_runtime_RedTypeMarker.h"
 
23
#include "java_lang_reflect_Constructor.h"
 
24
#include "java_lang_reflect_Method.h"
 
25
#include "java_lang_String.h"
 
26
#include "java_lang_Byte.h"
 
27
#include "java_lang_Boolean.h"
 
28
#include "java_lang_Character.h"
 
29
#include "java_lang_Short.h"
 
30
#include "java_lang_Integer.h"
 
31
#include "java_lang_Float.h"
 
32
#include "java_lang_Long.h"
 
33
#include "java_lang_Double.h"