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