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