KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > polyglot > ext > skel > Topics


1 package polyglot.ext.skel;
2
3 import polyglot.main.Report;
4
5 /**
6  * Extension information for skel extension.
7  */

8 public class Topics {
9     public static final String JavaDoc skel = "skel";
10
11     static {
12         Report.topics.add(skel);
13     }
14 }
15
Popular Tags