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