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