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. */ 
pub fn getAnAncestorByLevel(self: AppRegistrationExpression, level: int) -> Node; 

AppRegistrationExpression::getEndLineNumber

pub fn getEndLineNumber(self: AppRegistrationExpression) -> int; 

AppRegistrationExpression::getRoot

/** * Gets the root top-level of this node. */ 
pub fn getRoot(self: AppRegistrationExpression) -> TopLevelDO; 

AppRegistrationExpression::getEnclosingFunction

/** * Gets the enclosing function of it */ 
pub fn getEnclosingFunction(self: AppRegistrationExpression) -> FunctionLikeDeclaration; 

AppRegistrationExpression::getADescendant

/** * Gets a descendant of this node. */ 
pub fn getADescendant(self: AppRegistrationExpression) -> *Node; 

AppRegistrationExpression::getArgument

/** * Gets the `i`th argument of this call expression. * index from 0 */ 
pub fn getArgument(self: AppRegistrationExpression, i: int) -> Expression; 

AppRegistrationExpression::getParentOid

/** * Gets the parent oid of this node. */ 
pub fn getParentOid(self: AppRegistrationExpression) -> int; 

AppRegistrationExpression::getChild

/** * Gets the `i`th child of this node. */ 
pub fn getChild(self: AppRegistrationExpression, i: int) -> Node; 

AppRegistrationExpression::getCallee

/** * Gets the callee of this call expression. */ 
pub fn getCallee(self: AppRegistrationExpression) -> FunctionLikeDeclaration; 

AppRegistrationExpression::getAChild

/** * Gets a child node of this node. */ 
pub fn getAChild(self: AppRegistrationExpression) -> *Node; 

AppRegistrationExpression::getStartColumnNumber

pub fn getStartColumnNumber(self: AppRegistrationExpression) -> int; 

AppRegistrationExpression::getStartLineNumber

pub fn getStartLineNumber(self: AppRegistrationExpression) -> int; 

AppRegistrationExpression::getATypeArgument

/** * Gets a type argument of this call expression. */ 
pub fn getATypeArgument(self: AppRegistrationExpression) -> *TypeNode; 

AppRegistrationExpression::getAnAncestor

/** * Gets an ancestor of this node. */ 
pub fn getAnAncestor(self: AppRegistrationExpression) -> *Node; 

AppRegistrationExpression::isOptionalChaining

/** * Determines whether this call expression is optional chaining, which means it has a `?.` token. */ 
pub fn isOptionalChaining(self: AppRegistrationExpression) -> bool; 

AppRegistrationExpression::getRelativePath

/** * Gets the relative path of this node. */ 
pub fn getRelativePath(self: AppRegistrationExpression) -> string; 

AppRegistrationExpression::getExpression

pub fn getExpression(self: AppRegistrationExpression) -> LeftHandSideExpression; 

AppRegistrationExpression::getParent

/** * Gets the parent node of this node. */ 
pub fn getParent(self: AppRegistrationExpression) -> Node; 

AppRegistrationExpression::getTypeArgument

/** * Gets the `i`th type argument of this call expression. */ 
pub fn getTypeArgument(self: AppRegistrationExpression, i: int) -> TypeNode; 

AppRegistrationExpression::getQuestionDotToken

/** * Gets the `?.` token of this call expression. */ 
pub fn getQuestionDotToken(self: AppRegistrationExpression) -> QuestionDotToken; 

AppRegistrationExpression::getLocation

/** * Gets the location of this node. */ 
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. */ 
pub fn getADescendantByLevel(self: AppRegistrationExpression, level: int) -> *Node; 

AppRegistrationExpression::__all__

Data constraint method.

pub fn __all__(db: JavascriptDB) -> *AppRegistrationExpression; 

AppRegistrationExpression::getLastChild

/** * Gets the last child of this node parent. */ 
pub fn getLastChild(self: AppRegistrationExpression) -> Node; 

AppRegistrationExpression::hasCallee

/** * Determine whether this CallExpression has a callee. */ 
pub fn hasCallee(self: AppRegistrationExpression) -> bool; 

AppRegistrationExpression::getSymbol

/** * Gets the symbol associated with this node. */ 
pub fn getSymbol(self: AppRegistrationExpression) -> Symbol; 

AppRegistrationExpression::getAnAncestorEnclosingFunction

/** * Gets an ancestor enclosing function of it */ 
pub fn getAnAncestorEnclosingFunction(self: AppRegistrationExpression) -> *FunctionLikeDeclaration; 

AppRegistrationExpression::getIndex

pub fn getIndex(self: AppRegistrationExpression) -> int; 

AppRegistrationExpression::getText

/** * Gets the text of this node. */ 
pub fn getText(self: AppRegistrationExpression) -> string; 

AppRegistrationExpression::getModifier

/** * Gets the `i`th modifier. */ 
pub fn getModifier(self: AppRegistrationExpression, i: int) -> Modifier; 

AppRegistrationExpression::getDecorator

/** * Gets the `i`th decorator. */ 
pub fn getDecorator(self: AppRegistrationExpression, i: int) -> Decorator; 

AppRegistrationExpression::getAnArgument

/** * Gets an argument of this call expression. */ 
pub fn getAnArgument(self: AppRegistrationExpression) -> *Expression; 

AppRegistrationExpression::getChildCount

/** * Gets the number of child nodes. */ 
pub fn getChildCount(self: AppRegistrationExpression) -> int; 

AppRegistrationExpression::getAModifier

/** * Gets a modifier. */ 
pub fn getAModifier(self: AppRegistrationExpression) -> *Modifier; 

AppRegistrationExpression::getKind

/** * Get the syntax kind of this node */ 
pub fn getKind(self: AppRegistrationExpression) -> int; 

AppRegistrationExpression::getFile

/** * Gets the file of this node. */ 
pub fn getFile(self: AppRegistrationExpression) -> File; 

AppRegistrationExpression::getALeadingComment

/** * Gets the leading comments of it */ 
pub fn getALeadingComment(self: AppRegistrationExpression) -> *Comment; 

AppRegistrationExpression::getAComment

/** * Gets the comments related to it */ 
pub fn getAComment(self: AppRegistrationExpression) -> *Comment; 

AppRegistrationExpression::getADecorator

/** * Gets a decorator. */ 
pub fn getADecorator(self: AppRegistrationExpression) -> *Decorator; 

AppRegistrationExpression::getATrailingComment

/** * Gets the trailing comments of it */ 
pub fn getATrailingComment(self: AppRegistrationExpression) -> *Comment; 

AppRegistrationExpression::getEndColumnNumber

pub fn getEndColumnNumber(self: AppRegistrationExpression) -> int; 

AppRegistrationExpression::getArgumentCount

/** * Gets the count of the arguments. */ 
pub fn getArgumentCount(self: AppRegistrationExpression) -> int; 

AppRegistrationExpression::getTypeArgumentCount

/** * Gets the count of the type arguments. */ 
pub fn getTypeArgumentCount(self: AppRegistrationExpression) -> int;