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