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