| 
01 /* Generated By:JJTree: Do not edit this line. ASTSectionText.java */02
 03 package gate.yam.parse;
 04
 05 public class ASTSectionText extends SimpleNode {
 06   public ASTSectionText(int id) {
 07     super(id);
 08   }
 09
 10   public ASTSectionText(YamParser p, int id) {
 11     super(p, id);
 12   }
 13
 14 }
 |