All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sourceforge.pmd.jsp.ast.ASTJspDeclarations Maven / Gradle / Ivy

/* Generated By:JJTree: Do not edit this line. ASTJspDeclarations.java */

package net.sourceforge.pmd.jsp.ast;

public class ASTJspDeclarations extends SimpleNode {
    public ASTJspDeclarations(int id) {
        super(id);
    }

    public ASTJspDeclarations(JspParser p, int id) {
        super(p, id);
    }


    /**
     * Accept the visitor. *
     */
    public Object jjtAccept(JspParserVisitor visitor, Object data) {
        return visitor.visit(this, data);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy