1 /* Generated By:JJTree: Do not edit this line. ASTCompoundTriggerBlock.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.plsql.ast; 4 5 public 6 class ASTCompoundTriggerBlock extends net.sourceforge.pmd.lang.plsql.ast.AbstractPLSQLNode { 7 public ASTCompoundTriggerBlock(int id) { 8 super(id); 9 } 10 11 public ASTCompoundTriggerBlock(PLSQLParser p, int id) { 12 super(p, id); 13 } 14 15 16 /** Accept the visitor. **/ 17 public Object jjtAccept(PLSQLParserVisitor visitor, Object data) { 18 return visitor.visit(this, data); 19 } 20 } 21 /* JavaCC - OriginalChecksum=d9eba6c4838764d43326d23ddbf30588 (do not edit this line) */