Class LocalNamespaceAccess
An identifier that refers to a namespace from inside a type annotation.
Import path
import javascript
Direct supertypes
Indirect supertypes
- @ast_node
- @ast_node_with_symbol
- @expr_or_type
- @identifier
- @lexical_access
- @lexical_ref
- @locatable
- @namespace_access
- @namespacebind_id
- @node_in_stmt_container
- @sourceline
- @type_annotation
- @type_identifier
- @typed_ast_node
- @typeexpr
- @typeexpr_parent
- ASTNode
- Documentable
- ExprOrType
- LexicalRef
- Locatable
- NamespaceRef
- NodeInStmtContainer
- TypeAnnotation
- TypeExpr
Predicates
getAPrimaryQlClass | Gets the primary QL class for the Locatable. |
getIdentifier | |
getLocalNamespaceName | Gets the local name being accessed. |
Inherited predicates
getAChild | Gets a child node of this node. | from ASTNode |
getAChildExpr | Gets a child expression of this node. | from ASTNode |
getAChildStmt | Gets a child statement of this node. | from ASTNode |
getALexicalName | Gets any of the names referenced by this identifier. | from LexicalRef |
getAToken | Gets a token belonging to this element. | from ASTNode |
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 | from ASTNode |
getChildExpr | Gets the | from ASTNode |
getChildStmt | Gets the | from ASTNode |
getChildTypeExpr | Gets the | from ASTNode |
getClass | Gets the class referenced by this type annotation, if any. | from TypeExpr |
getContainer | Gets the function or toplevel to which this node belongs. | from NodeInStmtContainer |
getDocumentation | Gets the JSDoc comment associated with this expression or type or its parent statement, if any. | from ExprOrType |
getEnclosingFunction | from TypeExpr | |
getEnclosingStmt | from TypeExpr | |
getEndLine | Gets the line on which this element ends. | from Locatable |
getFile | Gets the file this program element comes from. | from ASTNode |
getFirstControlFlowNode | Gets the first control flow node belonging to this syntactic entity. | from ASTNode |
getFirstToken | Gets the first token belonging to this element. | from ASTNode |
getLastToken | Gets the last token belonging to this element. | from ASTNode |
getLocation | Gets this element’s location. | from ASTNode |
getName | Gets the name of this identifier. | from Identifier |
getNamespace | Gets the canonical name of the namespace being accessed. | from NamespaceAccess |
getNumChild | Gets the number of child nodes of this node. | from ASTNode |
getNumChildExpr | Gets the number of child expressions of this node. | from ASTNode |
getNumChildStmt | Gets the number of child statements of this node. | from ASTNode |
getNumLines | Gets the number of lines covered by this element. | from Locatable |
getParent | Gets the parent node of this node, if any. | from ASTNode |
getStartLine | Gets the line on which this element starts. | from Locatable |
getTopLevel | from TypeExpr | |
getType | Gets the static type expressed by this type annotation. | from TypeExpr |
getUnderlyingReference | Gets the innermost reference that this expression evaluates to, if any. | from ExprOrType |
getUnderlyingValue | Gets the innermost expression that this expression evaluates to. | from ExprOrType |
hasQualifiedName | Holds if this is a reference to the type with qualified name | from TypeAnnotation |
hasQualifiedName | Holds if this is a reference to the type exported from | from TypeAnnotation |
inExternsFile | Holds if this syntactic entity belongs to an externs file. | from ASTNode |
isAmbient | Holds if this is part of an ambient declaration or type annotation in a TypeScript file. | from ASTNode |
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 |
stripParens | Gets this expression or type, with any surrounding parentheses removed. | from ExprOrType |
toString | Gets a textual representation of this element. | from TypeExpr |