/* Generated By:JJTree: Do not edit this line. ASTComment.java */ package com.framsticks.framclipse.internal.parser; public class ASTComment extends ElementWithOffset { public ASTComment(int id) { super(id); } public ASTComment(FramclipseNonScriptParser p, int id) { super(p, id); } @Override public String toString() { return "Comment"; } }