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