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