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