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