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