ExponentiationAssignmentExpression

/** * An exponentiation assignment expression using `**=`. */ 

Inherit from CompoundAssignmentExpression

Primary key: id: int

schema ExponentiationAssignmentExpression extends CompoundAssignmentExpression { @primary id: int } 

ExponentiationAssignmentExpression::getLastChild

/** * Gets the last child of this node parent. */ 
pub fn getLastChild(self: ExponentiationAssignmentExpression) -> Node; 

ExponentiationAssignmentExpression::getParent

/** * Gets the parent node of this node. */ 
pub fn getParent(self: ExponentiationAssignmentExpression) -> Node; 

ExponentiationAssignmentExpression::getEndColumnNumber

pub fn getEndColumnNumber(self: ExponentiationAssignmentExpression) -> int; 

ExponentiationAssignmentExpression::getKind

/** * Get the syntax kind of this node */ 
pub fn getKind(self: ExponentiationAssignmentExpression) -> int; 

ExponentiationAssignmentExpression::getAModifier

/** * Gets a modifier. */ 
pub fn getAModifier(self: ExponentiationAssignmentExpression) -> *Modifier; 

ExponentiationAssignmentExpression::getOperator

/** * Get the operator of this binary expression. */ 
pub fn getOperator(self: ExponentiationAssignmentExpression) -> BinaryOperator; 

ExponentiationAssignmentExpression::getRight

/** * Get the right operand of this binary expression. An alias of `getRightOperand` */ 
pub fn getRight(self: ExponentiationAssignmentExpression) -> Expression; 

ExponentiationAssignmentExpression::getChild

/** * Gets the `i`th child of this node. */ 
pub fn getChild(self: ExponentiationAssignmentExpression, i: int) -> Node; 

ExponentiationAssignmentExpression::getRightOperand

/** * Get the right operand of this binary expression. */ 
pub fn getRightOperand(self: ExponentiationAssignmentExpression) -> Expression; 

ExponentiationAssignmentExpression::getDecorator

/** * Gets the `i`th decorator. */ 
pub fn getDecorator(self: ExponentiationAssignmentExpression, i: int) -> Decorator; 

ExponentiationAssignmentExpression::getFile

/** * Gets the file of this node. */ 
pub fn getFile(self: ExponentiationAssignmentExpression) -> File; 

ExponentiationAssignmentExpression::getALeadingComment

/** * Gets the leading comments of it */ 
pub fn getALeadingComment(self: ExponentiationAssignmentExpression) -> *Comment; 

ExponentiationAssignmentExpression::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. */ 
pub fn getADescendantByLevel(self: ExponentiationAssignmentExpression, level: int) -> *Node; 

ExponentiationAssignmentExpression::getLocation

/** * Gets the location of this node. */ 
pub fn getLocation(self: ExponentiationAssignmentExpression) -> Location; 

ExponentiationAssignmentExpression::getATrailingComment

/** * Gets the trailing comments of it */ 
pub fn getATrailingComment(self: ExponentiationAssignmentExpression) -> *Comment; 

ExponentiationAssignmentExpression::getParentOid

/** * Gets the parent oid of this node. */ 
pub fn getParentOid(self: ExponentiationAssignmentExpression) -> int; 

ExponentiationAssignmentExpression::getADescendant

/** * Gets a descendant of this node. */ 
pub fn getADescendant(self: ExponentiationAssignmentExpression) -> *Node; 

ExponentiationAssignmentExpression::getEnclosingFunction

/** * Gets the enclosing function of it */ 
pub fn getEnclosingFunction(self: ExponentiationAssignmentExpression) -> FunctionLikeDeclaration; 

ExponentiationAssignmentExpression::getRoot

/** * Gets the root top-level of this node. */ 
pub fn getRoot(self: ExponentiationAssignmentExpression) -> TopLevelDO; 

ExponentiationAssignmentExpression::getAnAncestor

/** * Gets an ancestor of this node. */ 
pub fn getAnAncestor(self: ExponentiationAssignmentExpression) -> *Node; 

ExponentiationAssignmentExpression::__all__

Data constraint method.

pub fn __all__(db: JavascriptDB) -> *ExponentiationAssignmentExpression; 

ExponentiationAssignmentExpression::getAComment

/** * Gets the comments related to it */ 
pub fn getAComment(self: ExponentiationAssignmentExpression) -> *Comment; 

ExponentiationAssignmentExpression::getADecorator

/** * Gets a decorator. */ 
pub fn getADecorator(self: ExponentiationAssignmentExpression) -> *Decorator; 

ExponentiationAssignmentExpression::getLeft

/** * Get the left operand of this binary expression. An alias of `getLeftOperand`. */ 
pub fn getLeft(self: ExponentiationAssignmentExpression) -> Expression; 

ExponentiationAssignmentExpression::getLeftOperand

/** * Get the left operand of this binary expression. */ 
pub fn getLeftOperand(self: ExponentiationAssignmentExpression) -> Expression; 

ExponentiationAssignmentExpression::getText

/** * Gets the text of this node. */ 
pub fn getText(self: ExponentiationAssignmentExpression) -> string; 

ExponentiationAssignmentExpression::getModifier

/** * Gets the `i`th modifier. */ 
pub fn getModifier(self: ExponentiationAssignmentExpression, i: int) -> Modifier; 

ExponentiationAssignmentExpression::getSymbol

/** * Gets the symbol associated with this node. */ 
pub fn getSymbol(self: ExponentiationAssignmentExpression) -> Symbol; 

ExponentiationAssignmentExpression::getAnAncestorEnclosingFunction

/** * Gets an ancestor enclosing function of it */ 
pub fn getAnAncestorEnclosingFunction(self: ExponentiationAssignmentExpression) -> *FunctionLikeDeclaration; 

ExponentiationAssignmentExpression::getIndex

pub fn getIndex(self: ExponentiationAssignmentExpression) -> int; 

ExponentiationAssignmentExpression::getRelativePath

/** * Gets the relative path of this node. */ 
pub fn getRelativePath(self: ExponentiationAssignmentExpression) -> string; 

ExponentiationAssignmentExpression::getChildCount

/** * Gets the number of child nodes. */ 
pub fn getChildCount(self: ExponentiationAssignmentExpression) -> int; 

ExponentiationAssignmentExpression::getStartLineNumber

pub fn getStartLineNumber(self: ExponentiationAssignmentExpression) -> int; 

ExponentiationAssignmentExpression::getAnOperand

pub fn getAnOperand(self: ExponentiationAssignmentExpression) -> *Expression; 

ExponentiationAssignmentExpression::getAChild

/** * Gets a child node of this node. */ 
pub fn getAChild(self: ExponentiationAssignmentExpression) -> *Node; 

ExponentiationAssignmentExpression::getStartColumnNumber

pub fn getStartColumnNumber(self: ExponentiationAssignmentExpression) -> int; 

ExponentiationAssignmentExpression::getEndLineNumber

pub fn getEndLineNumber(self: ExponentiationAssignmentExpression) -> int; 

ExponentiationAssignmentExpression::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. */ 
pub fn getAnAncestorByLevel(self: ExponentiationAssignmentExpression, level: int) -> Node;