Class Comment
A JavaScript source-code comment.
Examples:
// a line comment /* a block comment */ <!-- an HTML line comment
Import path
import javascript
Indirect supertypes
Known direct subtypes
Predicates
getLine |
Gets the |
getLocation |
Gets this element’s location. |
getNextToken |
Gets the next token after this comment. |
getNumLines |
Gets the number of lines covered by this element. |
getText |
Gets the text of this comment, not including delimiters. |
getTopLevel |
Gets the toplevel element this comment belongs to. |
onLines |
Holds if this comment spans lines |
toString |
Gets a textual representation of this element. |
Inherited predicates
getAPrimaryQlClass |
Gets the primary QL class for the Locatable. |
from Locatable |
getEndLine |
Gets the line on which this element ends. |
from Locatable |
getFile |
Gets the file this program element comes from. |
from Locatable |
getPrimaryQlClasses |
Gets a comma-separated list of the names of the primary CodeQL classes to which this element belongs. |
from Locatable |
getStartLine |
Gets the line on which this element starts. |
from Locatable |