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