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