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