test/tools/javah/6572945/TestClass3.java

Fri, 23 Aug 2013 14:17:49 -0700

author
lana
date
Fri, 23 Aug 2013 14:17:49 -0700
changeset 1967
375834b5cf08
parent 554
9d9f26857129
child 2525
2eb010b6cb22
permissions
-rw-r--r--

Merge

jjg@416 1 /*
ohair@554 2 * Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
jjg@416 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
jjg@416 4 *
jjg@416 5 * This code is free software; you can redistribute it and/or modify it
jjg@416 6 * under the terms of the GNU General Public License version 2 only, as
jjg@416 7 * published by the Free Software Foundation.
jjg@416 8 *
jjg@416 9 * This code is distributed in the hope that it will be useful, but WITHOUT
jjg@416 10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
jjg@416 11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
jjg@416 12 * version 2 for more details (a copy is included in the LICENSE file that
jjg@416 13 * accompanied this code).
jjg@416 14 *
jjg@416 15 * You should have received a copy of the GNU General Public License version
jjg@416 16 * 2 along with this work; if not, write to the Free Software Foundation,
jjg@416 17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
jjg@416 18 *
ohair@554 19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ohair@554 20 * or visit www.oracle.com if you need additional information or have any
ohair@554 21 * questions.
jjg@416 22 */
jjg@416 23
jjg@416 24 public class TestClass3 {
jjg@416 25 public int tc3;
jjg@416 26
jjg@416 27 public class Inner1 {
jjg@416 28 public int tc3i1;
jjg@416 29
jjg@416 30 public class Inner1A {
jjg@416 31 public int tc3i1i1a;
jjg@416 32 }
jjg@416 33
jjg@416 34 public class Inner1B {
jjg@416 35 public int tc3i1i1b;
jjg@416 36 }
jjg@416 37 }
jjg@416 38
jjg@416 39 public class Inner2 {
jjg@416 40 public int tc321;
jjg@416 41
jjg@416 42 public class Inner2A {
jjg@416 43 public int tc3i2i2a;
jjg@416 44 }
jjg@416 45
jjg@416 46 public class Inner2B {
jjg@416 47 public int tc3i2i2b;
jjg@416 48 }
jjg@416 49 }
jjg@416 50 }
jjg@416 51

mercurial