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