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