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