BitwiseOrAssignmentExpression

/**
* A bitwise OR assignment expression using `|=`.
*/

Inherit from CompoundAssignmentExpression

Primary key: id: int

schema BitwiseOrAssignmentExpression extends CompoundAssignmentExpression {
  @primary id: int
}

BitwiseOrAssignmentExpression::getLastChild

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

BitwiseOrAssignmentExpression::getParent

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

BitwiseOrAssignmentExpression::getEndColumnNumber

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

BitwiseOrAssignmentExpression::getKind

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

BitwiseOrAssignmentExpression::getAModifier

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

BitwiseOrAssignmentExpression::getOperator

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

BitwiseOrAssignmentExpression::getRight

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

BitwiseOrAssignmentExpression::getChild

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

BitwiseOrAssignmentExpression::getRightOperand

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

BitwiseOrAssignmentExpression::getDecorator

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

BitwiseOrAssignmentExpression::getFile

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

BitwiseOrAssignmentExpression::getALeadingComment

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

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

BitwiseOrAssignmentExpression::getLocation

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

BitwiseOrAssignmentExpression::getATrailingComment

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

BitwiseOrAssignmentExpression::getParentOid

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

BitwiseOrAssignmentExpression::getADescendant

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

BitwiseOrAssignmentExpression::getEnclosingFunction

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

BitwiseOrAssignmentExpression::getRoot

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

BitwiseOrAssignmentExpression::getAnAncestor

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

BitwiseOrAssignmentExpression::__all__

Data constraint method.

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

BitwiseOrAssignmentExpression::getAComment

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

BitwiseOrAssignmentExpression::getADecorator

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

BitwiseOrAssignmentExpression::getLeft

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

BitwiseOrAssignmentExpression::getLeftOperand

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

BitwiseOrAssignmentExpression::getText

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

BitwiseOrAssignmentExpression::getModifier

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

BitwiseOrAssignmentExpression::getSymbol

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

BitwiseOrAssignmentExpression::getAnAncestorEnclosingFunction

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

BitwiseOrAssignmentExpression::getIndex

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

BitwiseOrAssignmentExpression::getRelativePath

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

BitwiseOrAssignmentExpression::getChildCount

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

BitwiseOrAssignmentExpression::getStartLineNumber

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

BitwiseOrAssignmentExpression::getAnOperand

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

BitwiseOrAssignmentExpression::getAChild

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

BitwiseOrAssignmentExpression::getStartColumnNumber

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

BitwiseOrAssignmentExpression::getEndLineNumber

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

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