1 /* Generated By:JJTree: Do not edit this line. ASTCursorForLoop.java */
2
3 package mobisnap.mobile_trx;
4
5 public class ASTCursorForLoop extends SimpleNode {
6 public ASTCursorForLoop(int id) {
7 super(id);
8 }
9
10 public ASTCursorForLoop(MobisnapSQL p, int id) {
11 super(p, id);
12 }
13
14
15 /*** Accept the visitor. **/
16 public Object jjtAccept(MobisnapSQLVisitor visitor, Object data) {
17 return visitor.visit(this, data);
18 }
19 }
This page was automatically generated by Maven