net.sourceforge.pmd.lang.vm.ast.ASTIntegerLiteral Maven / Gradle / Ivy
/* Generated By:JJTree: Do not edit this line. ASTIntegerLiteral.java Version 4.3 */
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=true,VISITOR=true,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
package net.sourceforge.pmd.lang.vm.ast;
public
class ASTIntegerLiteral extends net.sourceforge.pmd.lang.vm.ast.AbstractVmNode {
public ASTIntegerLiteral(int id) {
super(id);
}
public ASTIntegerLiteral(VmParser p, int id) {
super(p, id);
}
/** Accept the visitor. **/
public Object jjtAccept(VmParserVisitor visitor, Object data) {
return visitor.visit(this, data);
}
}
/* JavaCC - OriginalChecksum=3f3fa2876c9c840c5a051eefe4524e53 (do not edit this line) */
© 2015 - 2025 Weber Informatics LLC | Privacy Policy