AmpersandAmpersandEqualsToken

/** * An `&&=` token. */ 

Inherit from Token

Primary key: id: int

schema AmpersandAmpersandEqualsToken extends Token { @primary id: int } 

AmpersandAmpersandEqualsToken::getSymbol

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

AmpersandAmpersandEqualsToken::getAnAncestorEnclosingFunction

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

AmpersandAmpersandEqualsToken::getIndex

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

AmpersandAmpersandEqualsToken::getParentOid

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

AmpersandAmpersandEqualsToken::getRelativePath

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

AmpersandAmpersandEqualsToken::getLastChild

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

AmpersandAmpersandEqualsToken::getEndColumnNumber

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

AmpersandAmpersandEqualsToken::getParent

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

AmpersandAmpersandEqualsToken::getChildCount

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

AmpersandAmpersandEqualsToken::getDecorator

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

AmpersandAmpersandEqualsToken::getEndLineNumber

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

AmpersandAmpersandEqualsToken::getATrailingComment

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

AmpersandAmpersandEqualsToken::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: AmpersandAmpersandEqualsToken, level: int) -> Node; 

AmpersandAmpersandEqualsToken::getChild

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

AmpersandAmpersandEqualsToken::getRoot

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

AmpersandAmpersandEqualsToken::getAChild

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

AmpersandAmpersandEqualsToken::getStartColumnNumber

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

AmpersandAmpersandEqualsToken::getStartLineNumber

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

AmpersandAmpersandEqualsToken::__all__

Data constraint method.

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

AmpersandAmpersandEqualsToken::getLocation

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

AmpersandAmpersandEqualsToken::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: AmpersandAmpersandEqualsToken, level: int) -> *Node; 

AmpersandAmpersandEqualsToken::getKind

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

AmpersandAmpersandEqualsToken::getAModifier

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

AmpersandAmpersandEqualsToken::getAnAncestor

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

AmpersandAmpersandEqualsToken::getEnclosingFunction

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

AmpersandAmpersandEqualsToken::getADescendant

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

AmpersandAmpersandEqualsToken::getALeadingComment

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

AmpersandAmpersandEqualsToken::getFile

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

AmpersandAmpersandEqualsToken::getModifier

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

AmpersandAmpersandEqualsToken::getText

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

AmpersandAmpersandEqualsToken::getAComment

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

AmpersandAmpersandEqualsToken::getADecorator

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