ImportEqualsDeclaration
/** * An import-equals declaration. */
Inherit from DeclarationStatement
Primary key: id: int
schema ImportEqualsDeclaration extends DeclarationStatement { @primary id: int }
ImportEqualsDeclaration::getADecorator
/** * Gets a decorator. */
- Parameter
self
:ImportEqualsDeclaration
- Return
*Decorator
pub fn getADecorator(self: ImportEqualsDeclaration) -> *Decorator;
ImportEqualsDeclaration::getAComment
/** * Gets the comments related to it */
- Parameter
self
:ImportEqualsDeclaration
- Return
*Comment
pub fn getAComment(self: ImportEqualsDeclaration) -> *Comment;
ImportEqualsDeclaration::getText
/** * Gets the text of this node. */
- Parameter
self
:ImportEqualsDeclaration
- Return
string
pub fn getText(self: ImportEqualsDeclaration) -> string;
ImportEqualsDeclaration::getModifier
/** * Gets the `i`th modifier. */
- Parameter
self
:ImportEqualsDeclaration
- Parameter
i
:int
- Return
Modifier
pub fn getModifier(self: ImportEqualsDeclaration, i: int) -> Modifier;
ImportEqualsDeclaration::getFile
/** * Gets the file of this node. */
- Parameter
self
:ImportEqualsDeclaration
- Return
File
pub fn getFile(self: ImportEqualsDeclaration) -> File;
ImportEqualsDeclaration::getALeadingComment
/** * Gets the leading comments of it */
- Parameter
self
:ImportEqualsDeclaration
- Return
*Comment
pub fn getALeadingComment(self: ImportEqualsDeclaration) -> *Comment;
ImportEqualsDeclaration::getADescendant
/** * Gets a descendant of this node. */
- Parameter
self
:ImportEqualsDeclaration
- Return
*Node
pub fn getADescendant(self: ImportEqualsDeclaration) -> *Node;
ImportEqualsDeclaration::getEnclosingFunction
/** * Gets the enclosing function of it */
- Parameter
self
:ImportEqualsDeclaration
- Return
FunctionLikeDeclaration
pub fn getEnclosingFunction(self: ImportEqualsDeclaration) -> FunctionLikeDeclaration;
ImportEqualsDeclaration::getAnAncestor
/** * Gets an ancestor of this node. */
- Parameter
self
:ImportEqualsDeclaration
- Return
*Node
pub fn getAnAncestor(self: ImportEqualsDeclaration) -> *Node;
ImportEqualsDeclaration::getDecorator
/** * Gets the `i`th decorator. */
- Parameter
self
:ImportEqualsDeclaration
- Parameter
i
:int
- Return
Decorator
pub fn getDecorator(self: ImportEqualsDeclaration, i: int) -> Decorator;
ImportEqualsDeclaration::getChildCount
/** * Gets the number of child nodes. */
- Parameter
self
:ImportEqualsDeclaration
- Return
int
pub fn getChildCount(self: ImportEqualsDeclaration) -> int;
ImportEqualsDeclaration::getEndColumnNumber
- Parameter
self
:ImportEqualsDeclaration
- Return
int
pub fn getEndColumnNumber(self: ImportEqualsDeclaration) -> int;
ImportEqualsDeclaration::getParent
/** * Gets the parent node of this node. */
- Parameter
self
:ImportEqualsDeclaration
- Return
Node
pub fn getParent(self: ImportEqualsDeclaration) -> Node;
ImportEqualsDeclaration::getLastChild
/** * Gets the last child of this node parent. */
- Parameter
self
:ImportEqualsDeclaration
- Return
Node
pub fn getLastChild(self: ImportEqualsDeclaration) -> Node;
ImportEqualsDeclaration::getIndex
- Parameter
self
:ImportEqualsDeclaration
- Return
int
pub fn getIndex(self: ImportEqualsDeclaration) -> int;
ImportEqualsDeclaration::__all__
Data constraint method.
- Parameter
db
:JavascriptDB
- Return
*ImportEqualsDeclaration
pub fn __all__(db: JavascriptDB) -> *ImportEqualsDeclaration;
ImportEqualsDeclaration::getLocation
/** * Gets the location of this node. */
- Parameter
self
:ImportEqualsDeclaration
- Return
Location
pub fn getLocation(self: ImportEqualsDeclaration) -> Location;
ImportEqualsDeclaration::getADescendantByLevel
/** * Gets a descendant of this node by the level of the hierarchy. * * @param level: the number of levels to go up in the hierarchy. */
- Parameter
self
:ImportEqualsDeclaration
- Parameter
level
:int
- Return
*Node
pub fn getADescendantByLevel(self: ImportEqualsDeclaration, level: int) -> *Node;
ImportEqualsDeclaration::getRelativePath
/** * Gets the relative path of this node. */
- Parameter
self
:ImportEqualsDeclaration
- Return
string
pub fn getRelativePath(self: ImportEqualsDeclaration) -> string;
ImportEqualsDeclaration::getAnAncestorEnclosingFunction
/** * Gets an ancestor enclosing function of it */
- Parameter
self
:ImportEqualsDeclaration
- Return
*FunctionLikeDeclaration
pub fn getAnAncestorEnclosingFunction(self: ImportEqualsDeclaration) -> *FunctionLikeDeclaration;
ImportEqualsDeclaration::getSymbol
/** * Gets the symbol associated with this node. */
- Parameter
self
:ImportEqualsDeclaration
- Return
Symbol
pub fn getSymbol(self: ImportEqualsDeclaration) -> Symbol;
ImportEqualsDeclaration::getRoot
/** * Gets the root top-level of this node. */
- Parameter
self
:ImportEqualsDeclaration
- Return
TopLevelDO
pub fn getRoot(self: ImportEqualsDeclaration) -> TopLevelDO;
ImportEqualsDeclaration::getParentOid
/** * Gets the parent oid of this node. */
- Parameter
self
:ImportEqualsDeclaration
- Return
int
pub fn getParentOid(self: ImportEqualsDeclaration) -> int;
ImportEqualsDeclaration::getEndLineNumber
- Parameter
self
:ImportEqualsDeclaration
- Return
int
pub fn getEndLineNumber(self: ImportEqualsDeclaration) -> int;
ImportEqualsDeclaration::getATrailingComment
/** * Gets the trailing comments of it */
- Parameter
self
:ImportEqualsDeclaration
- Return
*Comment
pub fn getATrailingComment(self: ImportEqualsDeclaration) -> *Comment;
ImportEqualsDeclaration::getAnAncestorByLevel
/** * Gets an ancestor of this node by the level of the hierarchy. * * @param level: the number of levels to go up in the hierarchy. */
- Parameter
self
:ImportEqualsDeclaration
- Parameter
level
:int
- Return
Node
pub fn getAnAncestorByLevel(self: ImportEqualsDeclaration, level: int) -> Node;
ImportEqualsDeclaration::getChild
/** * Gets the `i`th child of this node. */
- Parameter
self
:ImportEqualsDeclaration
- Parameter
i
:int
- Return
Node
pub fn getChild(self: ImportEqualsDeclaration, i: int) -> Node;
ImportEqualsDeclaration::getAChild
/** * Gets a child node of this node. */
- Parameter
self
:ImportEqualsDeclaration
- Return
*Node
pub fn getAChild(self: ImportEqualsDeclaration) -> *Node;
ImportEqualsDeclaration::getStartColumnNumber
- Parameter
self
:ImportEqualsDeclaration
- Return
int
pub fn getStartColumnNumber(self: ImportEqualsDeclaration) -> int;
ImportEqualsDeclaration::getStartLineNumber
- Parameter
self
:ImportEqualsDeclaration
- Return
int
pub fn getStartLineNumber(self: ImportEqualsDeclaration) -> int;
ImportEqualsDeclaration::getAModifier
/** * Gets a modifier. */
- Parameter
self
:ImportEqualsDeclaration
- Return
*Modifier
pub fn getAModifier(self: ImportEqualsDeclaration) -> *Modifier;
ImportEqualsDeclaration::getKind
/** * Get the syntax kind of this node */
- Parameter
self
:ImportEqualsDeclaration
- Return
int
pub fn getKind(self: ImportEqualsDeclaration) -> int;