Open Source Repository

Home /beanshell/bsh-2.0b4 | Repository Home



bsh/BSHFormalComment.java
/* Generated By:JJTree: Do not edit this line. BSHFormalComment.java */

package bsh;

public class BSHFormalComment extends SimpleNode 
{
  public String text;

  public BSHFormalComment(int id) {
    super(id);
  }

}