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