1 /* Generated By:JJTree: Do not edit this line. ASTFloatingPointLiteral.java Version 4.3 */ 2 /* JavaCCOptions:MULTI=true,NODE_USES_PARSER=true,VISITOR=true,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */ 3 package net.sourceforge.pmd.lang.vm.ast; 4 5 public 6 class ASTFloatingPointLiteral extends net.sourceforge.pmd.lang.vm.ast.AbstractVmNode { 7 public ASTFloatingPointLiteral(int id) { 8 super(id); 9 } 10 11 public ASTFloatingPointLiteral(VmParser p, int id) { 12 super(p, id); 13 } 14 15 16 /** Accept the visitor. **/ 17 public Object jjtAccept(VmParserVisitor visitor, Object data) { 18 return visitor.visit(this, data); 19 } 20 } 21 /* JavaCC - OriginalChecksum=8dda43a48860bc2d1cbdfd31a30c23c9 (do not edit this line) */