PageRenderTime 49ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/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
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  1. /* Generated By:JJTree: Do not edit this line. BSHFormalComment.java */
  2. package org.gjt.sp.jedit.bsh;
  3. public class BSHFormalComment extends SimpleNode
  4. {
  5. public String text;
  6. public BSHFormalComment(int id) {
  7. super(id);
  8. }
  9. }