CodeQL library for JavaScript/TypeScript
codeql/javascript-all 1.1.2-dev (changelog, source)
Search

Class JSDocNamedTypeExpr

A type expression referring to a named type.

Example:

string
Object

Import path

import javascript

Direct supertypes

Indirect supertypes

Predicates

getClass

Gets the class referenced by this type annotation, if any.

getName

Gets the name of the type the expression refers to.

hasNameParts

Holds if this name consists of the unqualified name prefix followed by a (possibly empty) suffix.

hasQualifiedName

Holds if this is a reference to the type with qualified name globalName relative to the global scope.

isBoolean

Holds if this is the boolean type. Does not hold for the (rarely used) Boolean type.

isBooleany

Holds if this is the boolean or Boolean type.

isNumber

Holds if this is the number type. Does not hold for the (rarely used) Number type.

isNumbery

Holds if this is the number or Numbers type.

isRawFunction

Holds if this is the Function type.

isString

Holds if this is the string type. Does not hold for the (rarely used) String type.

isStringy

Holds if this is the string or String type.

Inherited predicates

getAPrimaryQlClass

Gets the primary QL class for the Locatable.

from Locatable
getAnUnderlyingType

Repeatedly unfolds unions, intersections, parentheses, and nullability/readonly modifiers and gets any of the underlying types, or this type itself if it cannot be unfolded.

from TypeAnnotation
getChild

Gets the ith child type expression of this type expression.

from JSDocTypeExpr
getContainer

Gets the function or toplevel to which this node belongs.

from NodeInStmtContainer
getEnclosingFunction

Gets the function in which this type appears, if any.

from JSDocTypeExpr
getEnclosingStmt

Gets the statement in which this type appears.

from JSDocTypeExpr
getEndLine

Gets the line on which this element ends.

from Locatable
getFile

Gets the file this program element comes from.

from Locatable
getIndex

Gets the index of this type expression within its parent.

from JSDocTypeExpr
getJSDocComment

Gets the JSDoc comment to which this element belongs.

from JSDocTypeExpr
getLocation

Gets this element’s location.

from Locatable
getNumLines

Gets the number of lines covered by this element.

from Locatable
getParent

Gets the syntactic element in which this type expression is nested, which may either be another type expression or a JSDoc tag.

from JSDocTypeExpr
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
getTopLevel

Gets the top-level containing this type annotation.

from JSDocTypeExpr
getType

Gets the static type denoted by this type annotation, if one is provided by the extractor.

from TypeAnnotation
hasQualifiedName

Holds if this is a reference to the type exported from moduleName under the name exportedName.

from TypeAnnotation
isAny

Holds if this is the any type.

from TypeAnnotation
isBigInt

Holds if this is the bigint type.

from TypeAnnotation
isConstKeyword

Holds if this is the const keyword, occurring in a type assertion such as x as const.

from TypeAnnotation
isNever

Holds if this is the never type, or an equivalent type representing the empty set of values.

from TypeAnnotation
isNull

Holds if this is the null type.

from TypeAnnotation
isObjectKeyword

Holds if this is the object type.

from TypeAnnotation
isSymbol

Holds if this is the symbol type.

from TypeAnnotation
isThis

Holds if this is the this type.

from TypeAnnotation
isUndefined

Holds if this is the undefined type.

from TypeAnnotation
isUniqueSymbol

Holds if this is the unique symbol type.

from TypeAnnotation
isUnknownKeyword

Holds if this is the unknown type.

from TypeAnnotation
isVoid

Holds if this is the void type.

from TypeAnnotation
toString

Gets a textual representation of this element.

from JSDocTypeExpr