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

GreaterThanGreaterThanGreaterThanEqualsToken::getAnAncestorEnclosingFunction

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

GreaterThanGreaterThanGreaterThanEqualsToken::getIndex

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

GreaterThanGreaterThanGreaterThanEqualsToken::getParentOid

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

GreaterThanGreaterThanGreaterThanEqualsToken::getRelativePath

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

GreaterThanGreaterThanGreaterThanEqualsToken::getLastChild

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

GreaterThanGreaterThanGreaterThanEqualsToken::getEndColumnNumber

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

GreaterThanGreaterThanGreaterThanEqualsToken::getParent

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

GreaterThanGreaterThanGreaterThanEqualsToken::getChildCount

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

GreaterThanGreaterThanGreaterThanEqualsToken::getDecorator

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

GreaterThanGreaterThanGreaterThanEqualsToken::getEndLineNumber

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

GreaterThanGreaterThanGreaterThanEqualsToken::getATrailingComment

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

GreaterThanGreaterThanGreaterThanEqualsToken::getChild

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

GreaterThanGreaterThanGreaterThanEqualsToken::getRoot

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

GreaterThanGreaterThanGreaterThanEqualsToken::getAChild

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

GreaterThanGreaterThanGreaterThanEqualsToken::getStartColumnNumber

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

GreaterThanGreaterThanGreaterThanEqualsToken::getStartLineNumber

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

GreaterThanGreaterThanGreaterThanEqualsToken::__all__

Data constraint method.

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

GreaterThanGreaterThanGreaterThanEqualsToken::getLocation

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

GreaterThanGreaterThanGreaterThanEqualsToken::getKind

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

GreaterThanGreaterThanGreaterThanEqualsToken::getAModifier

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

GreaterThanGreaterThanGreaterThanEqualsToken::getAnAncestor

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

GreaterThanGreaterThanGreaterThanEqualsToken::getEnclosingFunction

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

GreaterThanGreaterThanGreaterThanEqualsToken::getADescendant

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

GreaterThanGreaterThanGreaterThanEqualsToken::getALeadingComment

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

GreaterThanGreaterThanGreaterThanEqualsToken::getFile

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

GreaterThanGreaterThanGreaterThanEqualsToken::getModifier

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

GreaterThanGreaterThanGreaterThanEqualsToken::getText

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

GreaterThanGreaterThanGreaterThanEqualsToken::getAComment

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

GreaterThanGreaterThanGreaterThanEqualsToken::getADecorator

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