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