Class HTML::CommentNode
An HTML comment.
Example:
<!-- this is a comment -->
Import path
import semmle.go.HTML
Direct supertypes
Indirect supertypes
Predicates
Inherited predicates
getFile | Gets the file this program element comes from. | from Locatable |
getLocation | Gets this element’s location. | from Locatable |
getNumLines | Gets the number of lines covered by this element. | from Locatable |
hasLocationInfo | Holds if this element is at the specified location. The location spans column | from Locatable |