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.
*/
pub fn getSymbol(self: JsxClosingFragment) -> Symbol;

JsxClosingFragment::getAnAncestorEnclosingFunction

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

JsxClosingFragment::getIndex

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

JsxClosingFragment::getParentOid

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

JsxClosingFragment::getRelativePath

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

JsxClosingFragment::getLastChild

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

JsxClosingFragment::getEndColumnNumber

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

JsxClosingFragment::getKind

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

JsxClosingFragment::getAModifier

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

JsxClosingFragment::getChildCount

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

JsxClosingFragment::getDecorator

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

JsxClosingFragment::getChild

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

JsxClosingFragment::getAnAncestor

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

JsxClosingFragment::getParent

pub fn getParent(self: JsxClosingFragment) -> JsxFragment;

JsxClosingFragment::getAChild

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

JsxClosingFragment::getStartColumnNumber

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

JsxClosingFragment::getStartLineNumber

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

JsxClosingFragment::__all__

Data constraint method.

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

JsxClosingFragment::getLocation

/**
* Gets the location of this node.
*/
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.
*/
pub fn getADescendantByLevel(self: JsxClosingFragment, level: int) -> *Node;

JsxClosingFragment::getRoot

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

JsxClosingFragment::getEnclosingFunction

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

JsxClosingFragment::getADescendant

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

JsxClosingFragment::getEndLineNumber

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

JsxClosingFragment::getATrailingComment

/**
* Gets the trailing comments of it
*/
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.
*/
pub fn getAnAncestorByLevel(self: JsxClosingFragment, level: int) -> Node;

JsxClosingFragment::getALeadingComment

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

JsxClosingFragment::getFile

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

JsxClosingFragment::getModifier

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

JsxClosingFragment::getText

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

JsxClosingFragment::getAComment

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

JsxClosingFragment::getADecorator

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