/jEdit/tags/jedit-4-5-pre1/org/gjt/sp/jedit/bsh/BSHFormalComment.java
# · Java · 13 lines · 8 code · 4 blank · 1 comment · 0 complexity · 693e5d90ade67c73083d7dbf8c84d745 MD5 · raw file
- /* Generated By:JJTree: Do not edit this line. BSHFormalComment.java */
- package org.gjt.sp.jedit.bsh;
- public class BSHFormalComment extends SimpleNode
- {
- public String text;
- public BSHFormalComment(int id) {
- super(id);
- }
- }