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

net.sourceforge.pmd.lang.jsp.ast.ASTHtmlScript Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
/**
 * BSD-style license; for more info see http://pmd.sourceforge.net/license.html
 */
/* Generated By:JJTree: Do not edit this line. ASTHtmlScript.java Version 4.1 */
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=true,VISITOR=true,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY= */
package net.sourceforge.pmd.lang.jsp.ast;

public class ASTHtmlScript extends AbstractJspNode {
    public ASTHtmlScript(int id) {
	super(id);
    }

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy