01: /* Generated By:JJTree: Do not edit this line. BSHFormalComment.java */ 02: 03: package org.gjt.sp.jedit.bsh; 04: 05: public class BSHFormalComment extends SimpleNode { 06: public String text; 07: 08: public BSHFormalComment(int id) { 09: super(id); 10: } 11: 12: }