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