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