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. */ 
pub fn getSymbol(self: NoSubstitutionTemplateLiteralToken) -> Symbol; 

NoSubstitutionTemplateLiteralToken::getAnAncestorEnclosingFunction

/** * Gets an ancestor enclosing function of it */ 
pub fn getAnAncestorEnclosingFunction(self: NoSubstitutionTemplateLiteralToken) -> *FunctionLikeDeclaration; 

NoSubstitutionTemplateLiteralToken::getIndex

pub fn getIndex(self: NoSubstitutionTemplateLiteralToken) -> int; 

NoSubstitutionTemplateLiteralToken::getParentOid

/** * Gets the parent oid of this node. */ 
pub fn getParentOid(self: NoSubstitutionTemplateLiteralToken) -> int; 

NoSubstitutionTemplateLiteralToken::getRelativePath

/** * Gets the relative path of this node. */ 
pub fn getRelativePath(self: NoSubstitutionTemplateLiteralToken) -> string; 

NoSubstitutionTemplateLiteralToken::getLastChild

/** * Gets the last child of this node parent. */ 
pub fn getLastChild(self: NoSubstitutionTemplateLiteralToken) -> Node; 

NoSubstitutionTemplateLiteralToken::getEndColumnNumber

pub fn getEndColumnNumber(self: NoSubstitutionTemplateLiteralToken) -> int; 

NoSubstitutionTemplateLiteralToken::getParent

/** * Gets the parent node of this node. */ 
pub fn getParent(self: NoSubstitutionTemplateLiteralToken) -> Node; 

NoSubstitutionTemplateLiteralToken::getChildCount

/** * Gets the number of child nodes. */ 
pub fn getChildCount(self: NoSubstitutionTemplateLiteralToken) -> int; 

NoSubstitutionTemplateLiteralToken::getDecorator

/** * Gets the `i`th decorator. */ 
pub fn getDecorator(self: NoSubstitutionTemplateLiteralToken, i: int) -> Decorator; 

NoSubstitutionTemplateLiteralToken::getEndLineNumber

pub fn getEndLineNumber(self: NoSubstitutionTemplateLiteralToken) -> int; 

NoSubstitutionTemplateLiteralToken::getATrailingComment

/** * Gets the trailing comments of it */ 
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. */ 
pub fn getAnAncestorByLevel(self: NoSubstitutionTemplateLiteralToken, level: int) -> Node; 

NoSubstitutionTemplateLiteralToken::getChild

/** * Gets the `i`th child of this node. */ 
pub fn getChild(self: NoSubstitutionTemplateLiteralToken, i: int) -> Node; 

NoSubstitutionTemplateLiteralToken::getRoot

/** * Gets the root top-level of this node. */ 
pub fn getRoot(self: NoSubstitutionTemplateLiteralToken) -> TopLevelDO; 

NoSubstitutionTemplateLiteralToken::getAChild

/** * Gets a child node of this node. */ 
pub fn getAChild(self: NoSubstitutionTemplateLiteralToken) -> *Node; 

NoSubstitutionTemplateLiteralToken::getStartColumnNumber

pub fn getStartColumnNumber(self: NoSubstitutionTemplateLiteralToken) -> int; 

NoSubstitutionTemplateLiteralToken::getStartLineNumber

pub fn getStartLineNumber(self: NoSubstitutionTemplateLiteralToken) -> int; 

NoSubstitutionTemplateLiteralToken::__all__

Data constraint method.

pub fn __all__(db: JavascriptDB) -> *NoSubstitutionTemplateLiteralToken; 

NoSubstitutionTemplateLiteralToken::getLocation

/** * Gets the location of this node. */ 
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. */ 
pub fn getADescendantByLevel(self: NoSubstitutionTemplateLiteralToken, level: int) -> *Node; 

NoSubstitutionTemplateLiteralToken::getKind

/** * Get the syntax kind of this node */ 
pub fn getKind(self: NoSubstitutionTemplateLiteralToken) -> int; 

NoSubstitutionTemplateLiteralToken::getAModifier

/** * Gets a modifier. */ 
pub fn getAModifier(self: NoSubstitutionTemplateLiteralToken) -> *Modifier; 

NoSubstitutionTemplateLiteralToken::getAnAncestor

/** * Gets an ancestor of this node. */ 
pub fn getAnAncestor(self: NoSubstitutionTemplateLiteralToken) -> *Node; 

NoSubstitutionTemplateLiteralToken::getEnclosingFunction

/** * Gets the enclosing function of it */ 
pub fn getEnclosingFunction(self: NoSubstitutionTemplateLiteralToken) -> FunctionLikeDeclaration; 

NoSubstitutionTemplateLiteralToken::getADescendant

/** * Gets a descendant of this node. */ 
pub fn getADescendant(self: NoSubstitutionTemplateLiteralToken) -> *Node; 

NoSubstitutionTemplateLiteralToken::getALeadingComment

/** * Gets the leading comments of it */ 
pub fn getALeadingComment(self: NoSubstitutionTemplateLiteralToken) -> *Comment; 

NoSubstitutionTemplateLiteralToken::getFile

/** * Gets the file of this node. */ 
pub fn getFile(self: NoSubstitutionTemplateLiteralToken) -> File; 

NoSubstitutionTemplateLiteralToken::getModifier

/** * Gets the `i`th modifier. */ 
pub fn getModifier(self: NoSubstitutionTemplateLiteralToken, i: int) -> Modifier; 

NoSubstitutionTemplateLiteralToken::getText

/** * Gets the text of this node. */ 
pub fn getText(self: NoSubstitutionTemplateLiteralToken) -> string; 

NoSubstitutionTemplateLiteralToken::getAComment

/** * Gets the comments related to it */ 
pub fn getAComment(self: NoSubstitutionTemplateLiteralToken) -> *Comment; 

NoSubstitutionTemplateLiteralToken::getADecorator

/** * Gets a decorator. */ 
pub fn getADecorator(self: NoSubstitutionTemplateLiteralToken) -> *Decorator;