NoSubstitutionTemplateLiteral

/**
* A no-substitution template literal.
*/

Inherit from LiteralExpression

Primary key: id: int

schema NoSubstitutionTemplateLiteral extends LiteralExpression {
  @primary id: int
}

NoSubstitutionTemplateLiteral::getIndex

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

NoSubstitutionTemplateLiteral::getAnAncestorEnclosingFunction

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

NoSubstitutionTemplateLiteral::getSymbol

/**
* Gets the symbol associated with this node.
*/
pub fn getSymbol(self: NoSubstitutionTemplateLiteral) -> Symbol;

NoSubstitutionTemplateLiteral::getRelativePath

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

NoSubstitutionTemplateLiteral::getExpression

pub fn getExpression(self: NoSubstitutionTemplateLiteral) -> Expression;

NoSubstitutionTemplateLiteral::getParent

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

NoSubstitutionTemplateLiteral::getEndColumnNumber

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

NoSubstitutionTemplateLiteral::getLastChild

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

NoSubstitutionTemplateLiteral::getStartColumnNumber

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

NoSubstitutionTemplateLiteral::getAChild

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

NoSubstitutionTemplateLiteral::getModifier

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

NoSubstitutionTemplateLiteral::getLocation

/**
* Gets the location of this node.
*/
pub fn getLocation(self: NoSubstitutionTemplateLiteral) -> Location;

NoSubstitutionTemplateLiteral::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: NoSubstitutionTemplateLiteral, level: int) -> *Node;

NoSubstitutionTemplateLiteral::__all__

Data constraint method.

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

NoSubstitutionTemplateLiteral::getParentOid

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

NoSubstitutionTemplateLiteral::getADescendant

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

NoSubstitutionTemplateLiteral::getEnclosingFunction

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

NoSubstitutionTemplateLiteral::getRoot

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

NoSubstitutionTemplateLiteral::getStartLineNumber

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

NoSubstitutionTemplateLiteral::getEndLineNumber

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

NoSubstitutionTemplateLiteral::getATrailingComment

/**
* Gets the trailing comments of it
*/
pub fn getATrailingComment(self: NoSubstitutionTemplateLiteral) -> *Comment;

NoSubstitutionTemplateLiteral::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: NoSubstitutionTemplateLiteral, level: int) -> Node;

NoSubstitutionTemplateLiteral::getChild

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

NoSubstitutionTemplateLiteral::getFile

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

NoSubstitutionTemplateLiteral::getALeadingComment

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

NoSubstitutionTemplateLiteral::getAComment

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

NoSubstitutionTemplateLiteral::getADecorator

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

NoSubstitutionTemplateLiteral::getValue

/**
* Gets the value of this literal, as a string.
*/
pub fn getValue(self: NoSubstitutionTemplateLiteral) -> string;

NoSubstitutionTemplateLiteral::getAnAncestor

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

NoSubstitutionTemplateLiteral::getDecorator

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

NoSubstitutionTemplateLiteral::getChildCount

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

NoSubstitutionTemplateLiteral::getAModifier

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

NoSubstitutionTemplateLiteral::getKind

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

NoSubstitutionTemplateLiteral::getText

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