AppRegistrationExpression
/** * The `App` call expression used to register the app. */
Inherit from CallExpression
Primary key: id: int
schema AppRegistrationExpression extends CallExpression { @primary id: int }
AppRegistrationExpression::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
:AppRegistrationExpression
- Parameter
level
:int
- Return
Node
pub fn getAnAncestorByLevel(self: AppRegistrationExpression, level: int) -> Node;
AppRegistrationExpression::getEndLineNumber
- Parameter
self
:AppRegistrationExpression
- Return
int
pub fn getEndLineNumber(self: AppRegistrationExpression) -> int;
AppRegistrationExpression::getRoot
/** * Gets the root top-level of this node. */
- Parameter
self
:AppRegistrationExpression
- Return
TopLevelDO
pub fn getRoot(self: AppRegistrationExpression) -> TopLevelDO;
AppRegistrationExpression::getEnclosingFunction
/** * Gets the enclosing function of it */
- Parameter
self
:AppRegistrationExpression
- Return
FunctionLikeDeclaration
pub fn getEnclosingFunction(self: AppRegistrationExpression) -> FunctionLikeDeclaration;
AppRegistrationExpression::getADescendant
/** * Gets a descendant of this node. */
- Parameter
self
:AppRegistrationExpression
- Return
*Node
pub fn getADescendant(self: AppRegistrationExpression) -> *Node;
AppRegistrationExpression::getArgument
/** * Gets the `i`th argument of this call expression. * index from 0 */
- Parameter
self
:AppRegistrationExpression
- Parameter
i
:int
- Return
Expression
pub fn getArgument(self: AppRegistrationExpression, i: int) -> Expression;
AppRegistrationExpression::getParentOid
/** * Gets the parent oid of this node. */
- Parameter
self
:AppRegistrationExpression
- Return
int
pub fn getParentOid(self: AppRegistrationExpression) -> int;
AppRegistrationExpression::getChild
/** * Gets the `i`th child of this node. */
- Parameter
self
:AppRegistrationExpression
- Parameter
i
:int
- Return
Node
pub fn getChild(self: AppRegistrationExpression, i: int) -> Node;
AppRegistrationExpression::getCallee
/** * Gets the callee of this call expression. */
- Parameter
self
:AppRegistrationExpression
- Return
FunctionLikeDeclaration
pub fn getCallee(self: AppRegistrationExpression) -> FunctionLikeDeclaration;
AppRegistrationExpression::getAChild
/** * Gets a child node of this node. */
- Parameter
self
:AppRegistrationExpression
- Return
*Node
pub fn getAChild(self: AppRegistrationExpression) -> *Node;
AppRegistrationExpression::getStartColumnNumber
- Parameter
self
:AppRegistrationExpression
- Return
int
pub fn getStartColumnNumber(self: AppRegistrationExpression) -> int;
AppRegistrationExpression::getStartLineNumber
- Parameter
self
:AppRegistrationExpression
- Return
int
pub fn getStartLineNumber(self: AppRegistrationExpression) -> int;
AppRegistrationExpression::getATypeArgument
/** * Gets a type argument of this call expression. */
- Parameter
self
:AppRegistrationExpression
- Return
*TypeNode
pub fn getATypeArgument(self: AppRegistrationExpression) -> *TypeNode;
AppRegistrationExpression::getAnAncestor
/** * Gets an ancestor of this node. */
- Parameter
self
:AppRegistrationExpression
- Return
*Node
pub fn getAnAncestor(self: AppRegistrationExpression) -> *Node;
AppRegistrationExpression::isOptionalChaining
/** * Determines whether this call expression is optional chaining, which means it has a `?.` token. */
- Parameter
self
:AppRegistrationExpression
- Return
bool
pub fn isOptionalChaining(self: AppRegistrationExpression) -> bool;
AppRegistrationExpression::getRelativePath
/** * Gets the relative path of this node. */
- Parameter
self
:AppRegistrationExpression
- Return
string
pub fn getRelativePath(self: AppRegistrationExpression) -> string;
AppRegistrationExpression::getExpression
- Parameter
self
:AppRegistrationExpression
- Return
LeftHandSideExpression
pub fn getExpression(self: AppRegistrationExpression) -> LeftHandSideExpression;
AppRegistrationExpression::getParent
/** * Gets the parent node of this node. */
- Parameter
self
:AppRegistrationExpression
- Return
Node
pub fn getParent(self: AppRegistrationExpression) -> Node;
AppRegistrationExpression::getTypeArgument
/** * Gets the `i`th type argument of this call expression. */
- Parameter
self
:AppRegistrationExpression
- Parameter
i
:int
- Return
TypeNode
pub fn getTypeArgument(self: AppRegistrationExpression, i: int) -> TypeNode;
AppRegistrationExpression::getQuestionDotToken
/** * Gets the `?.` token of this call expression. */
- Parameter
self
:AppRegistrationExpression
- Return
QuestionDotToken
pub fn getQuestionDotToken(self: AppRegistrationExpression) -> QuestionDotToken;
AppRegistrationExpression::getLocation
/** * Gets the location of this node. */
- Parameter
self
:AppRegistrationExpression
- Return
Location
pub fn getLocation(self: AppRegistrationExpression) -> Location;
AppRegistrationExpression::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
:AppRegistrationExpression
- Parameter
level
:int
- Return
*Node
pub fn getADescendantByLevel(self: AppRegistrationExpression, level: int) -> *Node;
AppRegistrationExpression::__all__
Data constraint method.
- Parameter
db
:JavascriptDB
- Return
*AppRegistrationExpression
pub fn __all__(db: JavascriptDB) -> *AppRegistrationExpression;
AppRegistrationExpression::getLastChild
/** * Gets the last child of this node parent. */
- Parameter
self
:AppRegistrationExpression
- Return
Node
pub fn getLastChild(self: AppRegistrationExpression) -> Node;
AppRegistrationExpression::hasCallee
/** * Determine whether this CallExpression has a callee. */
- Parameter
self
:AppRegistrationExpression
- Return
bool
pub fn hasCallee(self: AppRegistrationExpression) -> bool;
AppRegistrationExpression::getSymbol
/** * Gets the symbol associated with this node. */
- Parameter
self
:AppRegistrationExpression
- Return
Symbol
pub fn getSymbol(self: AppRegistrationExpression) -> Symbol;
AppRegistrationExpression::getAnAncestorEnclosingFunction
/** * Gets an ancestor enclosing function of it */
- Parameter
self
:AppRegistrationExpression
- Return
*FunctionLikeDeclaration
pub fn getAnAncestorEnclosingFunction(self: AppRegistrationExpression) -> *FunctionLikeDeclaration;
AppRegistrationExpression::getIndex
- Parameter
self
:AppRegistrationExpression
- Return
int
pub fn getIndex(self: AppRegistrationExpression) -> int;
AppRegistrationExpression::getText
/** * Gets the text of this node. */
- Parameter
self
:AppRegistrationExpression
- Return
string
pub fn getText(self: AppRegistrationExpression) -> string;
AppRegistrationExpression::getModifier
/** * Gets the `i`th modifier. */
- Parameter
self
:AppRegistrationExpression
- Parameter
i
:int
- Return
Modifier
pub fn getModifier(self: AppRegistrationExpression, i: int) -> Modifier;
AppRegistrationExpression::getDecorator
/** * Gets the `i`th decorator. */
- Parameter
self
:AppRegistrationExpression
- Parameter
i
:int
- Return
Decorator
pub fn getDecorator(self: AppRegistrationExpression, i: int) -> Decorator;
AppRegistrationExpression::getAnArgument
/** * Gets an argument of this call expression. */
- Parameter
self
:AppRegistrationExpression
- Return
*Expression
pub fn getAnArgument(self: AppRegistrationExpression) -> *Expression;
AppRegistrationExpression::getChildCount
/** * Gets the number of child nodes. */
- Parameter
self
:AppRegistrationExpression
- Return
int
pub fn getChildCount(self: AppRegistrationExpression) -> int;
AppRegistrationExpression::getAModifier
/** * Gets a modifier. */
- Parameter
self
:AppRegistrationExpression
- Return
*Modifier
pub fn getAModifier(self: AppRegistrationExpression) -> *Modifier;
AppRegistrationExpression::getKind
/** * Get the syntax kind of this node */
- Parameter
self
:AppRegistrationExpression
- Return
int
pub fn getKind(self: AppRegistrationExpression) -> int;
AppRegistrationExpression::getFile
/** * Gets the file of this node. */
- Parameter
self
:AppRegistrationExpression
- Return
File
pub fn getFile(self: AppRegistrationExpression) -> File;
AppRegistrationExpression::getALeadingComment
/** * Gets the leading comments of it */
- Parameter
self
:AppRegistrationExpression
- Return
*Comment
pub fn getALeadingComment(self: AppRegistrationExpression) -> *Comment;
AppRegistrationExpression::getAComment
/** * Gets the comments related to it */
- Parameter
self
:AppRegistrationExpression
- Return
*Comment
pub fn getAComment(self: AppRegistrationExpression) -> *Comment;
AppRegistrationExpression::getADecorator
/** * Gets a decorator. */
- Parameter
self
:AppRegistrationExpression
- Return
*Decorator
pub fn getADecorator(self: AppRegistrationExpression) -> *Decorator;
AppRegistrationExpression::getATrailingComment
/** * Gets the trailing comments of it */
- Parameter
self
:AppRegistrationExpression
- Return
*Comment
pub fn getATrailingComment(self: AppRegistrationExpression) -> *Comment;
AppRegistrationExpression::getEndColumnNumber
- Parameter
self
:AppRegistrationExpression
- Return
int
pub fn getEndColumnNumber(self: AppRegistrationExpression) -> int;
AppRegistrationExpression::getArgumentCount
/** * Gets the count of the arguments. */
- Parameter
self
:AppRegistrationExpression
- Return
int
pub fn getArgumentCount(self: AppRegistrationExpression) -> int;
AppRegistrationExpression::getTypeArgumentCount
/** * Gets the count of the type arguments. */
- Parameter
self
:AppRegistrationExpression
- Return
int
pub fn getTypeArgumentCount(self: AppRegistrationExpression) -> int;