net.sourceforge.pmd.jsp.ast

Class ASTCommentTag

public class ASTCommentTag extends SimpleNode

Constructor Summary
ASTCommentTag(int id)
ASTCommentTag(JspParser p, int id)
Method Summary
ObjectjjtAccept(JspParserVisitor visitor, Object data)
Accept the visitor.

Constructor Detail

ASTCommentTag

public ASTCommentTag(int id)

ASTCommentTag

public ASTCommentTag(JspParser p, int id)

Method Detail

jjtAccept

public Object jjtAccept(JspParserVisitor visitor, Object data)
Accept the visitor. *