org.objectweb.jonas_ejb.deployment.ejbql.ASTArithmeticLiteral Maven / Gradle / Ivy
/* Generated By:JJTree: Do not edit this line. ASTArithmeticLiteral.java */
package org.objectweb.jonas_ejb.deployment.ejbql;
public class ASTArithmeticLiteral extends SimpleNode {
public ASTArithmeticLiteral(int id) {
super(id);
}
public ASTArithmeticLiteral(EJBQL p, int id) {
super(p, id);
}
/** Accept the visitor. **/
public Object jjtAccept(EJBQLVisitor visitor, Object data) {
return visitor.visit(this, data);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy