RightShiftAssignmentExpression

/** * A right shift assignment expression using `>>=`. */ 

Inherit from CompoundAssignmentExpression

Primary key: id: int

schema RightShiftAssignmentExpression extends CompoundAssignmentExpression { @primary id: int } 

RightShiftAssignmentExpression::getLastChild

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

RightShiftAssignmentExpression::getParent

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

RightShiftAssignmentExpression::getEndColumnNumber

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

RightShiftAssignmentExpression::getKind

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

RightShiftAssignmentExpression::getAModifier

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

RightShiftAssignmentExpression::getOperator

/** * Get the operator of this binary expression. */ 
pub fn getOperator(self: RightShiftAssignmentExpression) -> BinaryOperator; 

RightShiftAssignmentExpression::getRight

/** * Get the right operand of this binary expression. An alias of `getRightOperand` */ 
pub fn getRight(self: RightShiftAssignmentExpression) -> Expression; 

RightShiftAssignmentExpression::getChild

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

RightShiftAssignmentExpression::getRightOperand

/** * Get the right operand of this binary expression. */ 
pub fn getRightOperand(self: RightShiftAssignmentExpression) -> Expression; 

RightShiftAssignmentExpression::getDecorator

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

RightShiftAssignmentExpression::getFile

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

RightShiftAssignmentExpression::getALeadingComment

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

RightShiftAssignmentExpression::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: RightShiftAssignmentExpression, level: int) -> *Node; 

RightShiftAssignmentExpression::getLocation

/** * Gets the location of this node. */ 
pub fn getLocation(self: RightShiftAssignmentExpression) -> Location; 

RightShiftAssignmentExpression::getATrailingComment

/** * Gets the trailing comments of it */ 
pub fn getATrailingComment(self: RightShiftAssignmentExpression) -> *Comment; 

RightShiftAssignmentExpression::getParentOid

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

RightShiftAssignmentExpression::getADescendant

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

RightShiftAssignmentExpression::getEnclosingFunction

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

RightShiftAssignmentExpression::getRoot

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

RightShiftAssignmentExpression::getAnAncestor

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

RightShiftAssignmentExpression::__all__

Data constraint method.

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

RightShiftAssignmentExpression::getAComment

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

RightShiftAssignmentExpression::getADecorator

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

RightShiftAssignmentExpression::getLeft

/** * Get the left operand of this binary expression. An alias of `getLeftOperand`. */ 
pub fn getLeft(self: RightShiftAssignmentExpression) -> Expression; 

RightShiftAssignmentExpression::getLeftOperand

/** * Get the left operand of this binary expression. */ 
pub fn getLeftOperand(self: RightShiftAssignmentExpression) -> Expression; 

RightShiftAssignmentExpression::getText

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

RightShiftAssignmentExpression::getModifier

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

RightShiftAssignmentExpression::getSymbol

/** * Gets the symbol associated with this node. */ 
pub fn getSymbol(self: RightShiftAssignmentExpression) -> Symbol; 

RightShiftAssignmentExpression::getAnAncestorEnclosingFunction

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

RightShiftAssignmentExpression::getIndex

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

RightShiftAssignmentExpression::getRelativePath

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

RightShiftAssignmentExpression::getChildCount

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

RightShiftAssignmentExpression::getStartLineNumber

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

RightShiftAssignmentExpression::getAnOperand

pub fn getAnOperand(self: RightShiftAssignmentExpression) -> *Expression; 

RightShiftAssignmentExpression::getAChild

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

RightShiftAssignmentExpression::getStartColumnNumber

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

RightShiftAssignmentExpression::getEndLineNumber

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

RightShiftAssignmentExpression::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: RightShiftAssignmentExpression, level: int) -> Node;