net.sourceforge.pmd.lang.velocity.ast.ASTComment Maven / Gradle / Ivy
/* Generated By:JJTree: Do not edit this line. ASTComment.java Version 4.3 */
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=true,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
package net.sourceforge.pmd.lang.velocity.ast;
public
class ASTComment extends AbstractVtlNode {
ASTComment(int id) {
super(id);
}
@Override protected R acceptVtlVisitor(VtlVisitor super P, ? extends R> visitor, P data) {
return visitor.visit(this, data);
}
}
/* JavaCC - OriginalChecksum=75993281b523565845d04ada744347da (do not edit this line) */