01: /* Generated By:JJTree: Do not edit this line. ASTRegexp.java */
02:
03: package org.netbeans.performance.bde.generated;
04:
05: public class ASTRegexp extends SimpleNode {
06: public ASTRegexp(int id) {
07: super (id);
08: }
09:
10: public ASTRegexp(BDEParser p, int id) {
11: super (p, id);
12: }
13:
14: /** Accept the visitor. **/
15: public Object jjtAccept(BDEParserVisitor visitor, Object data)
16: throws Exception {
17: return visitor.visit(this, data);
18: }
19: }
|