/jEdit/tags/jedit-4-1-pre5/bsh/BSHFormalComment.java
# · Java · 13 lines · 8 code · 4 blank · 1 comment · 0 complexity · 93e5e7eca50cc336951c17c4850fd0c8 MD5 · raw file
- /* 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);
- }
- }