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