KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > bsh > BSHFormalComment


1 /* Generated By:JJTree: Do not edit this line. BSHFormalComment.java */
2
3 package bsh;
4
5 public class BSHFormalComment extends SimpleNode
6 {
7     public String JavaDoc text;
8
9     public BSHFormalComment(int id) {
10         super(id);
11     }
12
13 }
14
Popular Tags