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