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"
34