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