Class ASTHtmlComment

java.lang.Object
net.sourceforge.pmd.lang.ast.impl.AbstractNode<net.sourceforge.pmd.lang.html.ast.AbstractHtmlNode<?>,HtmlNode>
net.sourceforge.pmd.lang.html.ast.ASTHtmlComment
All Implemented Interfaces:
GenericNode<HtmlNode>, Node, HtmlNode, CommentNode, Reportable

public final class ASTHtmlComment extends AbstractNode<net.sourceforge.pmd.lang.html.ast.AbstractHtmlNode<?>,HtmlNode> implements CommentNode
  • Field Details

    • node

      protected final org.jsoup.nodes.Comment node
    • startOffset

      protected int startOffset
    • endOffset

      protected int endOffset
  • Method Details