net.sourceforge.pmd.lang.velocity.ast.ASTIntegerLiteral Maven / Gradle / Ivy
/* Generated By:JJTree: Do not edit this line. ASTIntegerLiteral.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 ASTIntegerLiteral extends AbstractVtlNode {
ASTIntegerLiteral(int id) {
super(id);
}
@Override protected R acceptVtlVisitor(VtlVisitor super P, ? extends R> visitor, P data) {
return visitor.visit(this, data);
}
}
/* JavaCC - OriginalChecksum=4df647679c46749abefe7f891d3be5f0 (do not edit this line) */