KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > netbeans > test > java > gui > parser > ParserTest > testCreateInnerClass


1 /*
2  * testCreateInnerClass.java
3  *
4  * Created on February 8, 2007, 4:19 PM
5  *
6  * To change this template, choose Tools | Template Manager
7  * and open the template in the editor.
8  */

9
10 package org.netbeans.test.java.gui.parser.ParserTest;
11
12 /**
13  *
14  * @author jp159440
15  */

16 public class testCreateInnerClass {
17     
18     /** Creates a new instance of testCreateInnerClass */
19     public testCreateInnerClass() {
20     }
21     
22     public String JavaDoc name;
23     
24     public void method() {
25         
26     }
27     
28 }
29
Popular Tags