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