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.
*/
pub fn getSymbol(self: GreaterThanGreaterThanEqualsToken) -> Symbol;

GreaterThanGreaterThanEqualsToken::getAnAncestorEnclosingFunction

/**
* Gets an ancestor enclosing function of it
*/
pub fn getAnAncestorEnclosingFunction(self: GreaterThanGreaterThanEqualsToken) -> *FunctionLikeDeclaration;

GreaterThanGreaterThanEqualsToken::getIndex

pub fn getIndex(self: GreaterThanGreaterThanEqualsToken) -> int;

GreaterThanGreaterThanEqualsToken::getParentOid

/**
* Gets the parent oid of this node.
*/
pub fn getParentOid(self: GreaterThanGreaterThanEqualsToken) -> int;

GreaterThanGreaterThanEqualsToken::getRelativePath

/**
* Gets the relative path of this node.
*/
pub fn getRelativePath(self: GreaterThanGreaterThanEqualsToken) -> string;

GreaterThanGreaterThanEqualsToken::getLastChild

/**
* Gets the last child of this node parent.
*/
pub fn getLastChild(self: GreaterThanGreaterThanEqualsToken) -> Node;

GreaterThanGreaterThanEqualsToken::getEndColumnNumber

pub fn getEndColumnNumber(self: GreaterThanGreaterThanEqualsToken) -> int;

GreaterThanGreaterThanEqualsToken::getParent

/**
* Gets the parent node of this node.
*/
pub fn getParent(self: GreaterThanGreaterThanEqualsToken) -> Node;

GreaterThanGreaterThanEqualsToken::getChildCount

/**
* Gets the number of child nodes.
*/
pub fn getChildCount(self: GreaterThanGreaterThanEqualsToken) -> int;

GreaterThanGreaterThanEqualsToken::getDecorator

/**
* Gets the `i`th decorator.
*/
pub fn getDecorator(self: GreaterThanGreaterThanEqualsToken, i: int) -> Decorator;

GreaterThanGreaterThanEqualsToken::getEndLineNumber

pub fn getEndLineNumber(self: GreaterThanGreaterThanEqualsToken) -> int;

GreaterThanGreaterThanEqualsToken::getATrailingComment

/**
* Gets the trailing comments of it
*/
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.
*/
pub fn getAnAncestorByLevel(self: GreaterThanGreaterThanEqualsToken, level: int) -> Node;

GreaterThanGreaterThanEqualsToken::getChild

/**
* Gets the `i`th child of this node.
*/
pub fn getChild(self: GreaterThanGreaterThanEqualsToken, i: int) -> Node;

GreaterThanGreaterThanEqualsToken::getRoot

/**
* Gets the root top-level of this node. 
*/
pub fn getRoot(self: GreaterThanGreaterThanEqualsToken) -> TopLevelDO;

GreaterThanGreaterThanEqualsToken::getAChild

/**
* Gets a child node of this node.
*/
pub fn getAChild(self: GreaterThanGreaterThanEqualsToken) -> *Node;

GreaterThanGreaterThanEqualsToken::getStartColumnNumber

pub fn getStartColumnNumber(self: GreaterThanGreaterThanEqualsToken) -> int;

GreaterThanGreaterThanEqualsToken::getStartLineNumber

pub fn getStartLineNumber(self: GreaterThanGreaterThanEqualsToken) -> int;

GreaterThanGreaterThanEqualsToken::__all__

Data constraint method.

pub fn __all__(db: JavascriptDB) -> *GreaterThanGreaterThanEqualsToken;

GreaterThanGreaterThanEqualsToken::getLocation

/**
* Gets the location of this node.
*/
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.
*/
pub fn getADescendantByLevel(self: GreaterThanGreaterThanEqualsToken, level: int) -> *Node;

GreaterThanGreaterThanEqualsToken::getKind

/**
* Get the syntax kind of this node
*/
pub fn getKind(self: GreaterThanGreaterThanEqualsToken) -> int;

GreaterThanGreaterThanEqualsToken::getAModifier

/**
* Gets a modifier.
*/
pub fn getAModifier(self: GreaterThanGreaterThanEqualsToken) -> *Modifier;

GreaterThanGreaterThanEqualsToken::getAnAncestor

/**
* Gets an ancestor of this node. 
*/
pub fn getAnAncestor(self: GreaterThanGreaterThanEqualsToken) -> *Node;

GreaterThanGreaterThanEqualsToken::getEnclosingFunction

/**
* Gets the enclosing function of it
*/
pub fn getEnclosingFunction(self: GreaterThanGreaterThanEqualsToken) -> FunctionLikeDeclaration;

GreaterThanGreaterThanEqualsToken::getADescendant

/**
* Gets a descendant of this node. 
*/
pub fn getADescendant(self: GreaterThanGreaterThanEqualsToken) -> *Node;

GreaterThanGreaterThanEqualsToken::getALeadingComment

/**
* Gets the leading comments of it
*/
pub fn getALeadingComment(self: GreaterThanGreaterThanEqualsToken) -> *Comment;

GreaterThanGreaterThanEqualsToken::getFile

/**
* Gets the file of this node.
*/
pub fn getFile(self: GreaterThanGreaterThanEqualsToken) -> File;

GreaterThanGreaterThanEqualsToken::getModifier

/**
* Gets the `i`th modifier.
*/
pub fn getModifier(self: GreaterThanGreaterThanEqualsToken, i: int) -> Modifier;

GreaterThanGreaterThanEqualsToken::getText

/**
* Gets the text of this node.
*/
pub fn getText(self: GreaterThanGreaterThanEqualsToken) -> string;

GreaterThanGreaterThanEqualsToken::getAComment

/**
* Gets the comments related to it
*/
pub fn getAComment(self: GreaterThanGreaterThanEqualsToken) -> *Comment;

GreaterThanGreaterThanEqualsToken::getADecorator

/**
* Gets a decorator.
*/
pub fn getADecorator(self: GreaterThanGreaterThanEqualsToken) -> *Decorator;