
net.sourceforge.pmd.lang.vm.ast.ASTFloatingPointLiteral Maven / Gradle / Ivy
/* Generated By:JJTree: Do not edit this line. ASTFloatingPointLiteral.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 ASTFloatingPointLiteral extends net.sourceforge.pmd.lang.vm.ast.AbstractVmNode {
public ASTFloatingPointLiteral(int id) {
super(id);
}
public ASTFloatingPointLiteral(VmParser p, int id) {
super(p, id);
}
/** Accept the visitor. **/
public Object jjtAccept(VmParserVisitor visitor, Object data) {
return visitor.visit(this, data);
}
}
/* JavaCC - OriginalChecksum=8dda43a48860bc2d1cbdfd31a30c23c9 (do not edit this line) */
© 2015 - 2025 Weber Informatics LLC | Privacy Policy