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 text;8 9 public BSHFormalComment(int id) {10 super(id);11 }12 13 }14