JsxSpreadAttribute

/** * A JSX spread attribute. */ 

Inherit from Node

Primary key: id: int

schema JsxSpreadAttribute extends Node { @primary id: int } 

JsxSpreadAttribute::getEnclosingFunction

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

JsxSpreadAttribute::getADescendant

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

JsxSpreadAttribute::getRoot

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

JsxSpreadAttribute::getAnAncestor

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

JsxSpreadAttribute::getChild

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

JsxSpreadAttribute::getChildCount

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

JsxSpreadAttribute::getAChild

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

JsxSpreadAttribute::getStartColumnNumber

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

JsxSpreadAttribute::getAnAncestorEnclosingFunction

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

JsxSpreadAttribute::getSymbol

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

JsxSpreadAttribute::getEndLineNumber

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

JsxSpreadAttribute::getATrailingComment

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

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

JsxSpreadAttribute::getALeadingComment

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

JsxSpreadAttribute::getFile

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

JsxSpreadAttribute::getEndColumnNumber

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

JsxSpreadAttribute::getLastChild

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

JsxSpreadAttribute::__all__

Data constraint method.

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

JsxSpreadAttribute::getLocation

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

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

JsxSpreadAttribute::getParent

pub fn getParent(self: JsxSpreadAttribute) -> JsxAttributes; 

JsxSpreadAttribute::getExpression

pub fn getExpression(self: JsxSpreadAttribute) -> Expression; 

JsxSpreadAttribute::getAComment

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

JsxSpreadAttribute::getADecorator

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

JsxSpreadAttribute::getDecorator

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

JsxSpreadAttribute::getText

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

JsxSpreadAttribute::getModifier

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

JsxSpreadAttribute::getStartLineNumber

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

JsxSpreadAttribute::getAModifier

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

JsxSpreadAttribute::getKind

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

JsxSpreadAttribute::getRelativePath

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

JsxSpreadAttribute::getParentOid

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

JsxSpreadAttribute::getIndex

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