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