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