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