Class JSDocTypeExpr
A JSDoc type expression.
Examples:
*
Array<string>
!Object
Import path
import javascriptDirect supertypes
Indirect supertypes
Known direct subtypes
- JSDocAnyTypeExpr
- JSDocAppliedTypeExpr
- JSDocArrayTypeExpr
- JSDocFunctionTypeExpr
- JSDocIdentifierTypeExpr
- JSDocNamedTypeExpr
- JSDocNonNullableTypeExpr
- JSDocNullTypeExpr
- JSDocNullableTypeExpr
- JSDocOptionalParameterTypeExpr
- JSDocQualifiedTypeAccess
- JSDocRecordTypeExpr
- JSDocRestParameterTypeExpr
- JSDocUndefinedTypeExpr
- JSDocUnionTypeExpr
- JSDocUnknownTypeExpr
- JSDocVoidTypeExpr
Predicates
| getChild | Gets the |
| getEnclosingFunction | Gets the function in which this type appears, if any. |
| getEnclosingStmt | Gets the statement in which this type appears. |
| getIndex | Gets the index of this type expression within its parent. |
| getJSDocComment | Gets the JSDoc comment to which this element belongs. |
| getParent | Gets the syntactic element in which this type expression is nested, which may either be another type expression or a JSDoc tag. |
| getTopLevel | Gets the top-level containing this type annotation. |
| toString | Gets a textual representation of this element. |
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 |
| getClass | Gets the class referenced by this type annotation, if any. | from TypeAnnotation |
| getContainer | Gets the function or toplevel to which this node belongs. | from NodeInStmtContainer |
| getEndLine | Gets the line on which this element ends. | from Locatable |
| 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 |
| 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 |
| getType | Gets the static type denoted by this type annotation, if one is provided by the extractor. | from TypeAnnotation |
| getTypeBinding | Gets information about the results of name-resolution for this type. | from TypeAnnotation |
| hasQualifiedName | DEPRECATED. Use | from TypeAnnotation |
| hasQualifiedName | DEPRECATED. Use | from TypeAnnotation |
| hasUnderlyingType | Holds if this is a reference to the type with qualified name | from TypeAnnotation |
| hasUnderlyingType | Holds if this is a reference to the type exported from | from TypeAnnotation |
| isAny | Holds if this is the | from TypeAnnotation |
| isBigInt | Holds if this is the | from TypeAnnotation |
| isBoolean | Holds if this is the | from TypeAnnotation |
| isBooleany | Holds if this is the | from TypeAnnotation |
| isConstKeyword | Holds if this is the | from TypeAnnotation |
| isNever | Holds if this is the | from TypeAnnotation |
| isNull | Holds if this is the | from TypeAnnotation |
| isNumber | Holds if this is the | from TypeAnnotation |
| isNumbery | Holds if this is the | from TypeAnnotation |
| isObjectKeyword | Holds if this is the | from TypeAnnotation |
| isRawFunction | Holds if this is the | from TypeAnnotation |
| isString | Holds if this is the | from TypeAnnotation |
| isStringy | Holds if this is the | from TypeAnnotation |
| isSymbol | Holds if this is the | from TypeAnnotation |
| isThis | Holds if this is the | from TypeAnnotation |
| isUndefined | Holds if this is the | from TypeAnnotation |
| isUniqueSymbol | Holds if this is the | from TypeAnnotation |
| isUnknownKeyword | Holds if this is the | from TypeAnnotation |
| isVoid | Holds if this is the | from TypeAnnotation |