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