JsxOpeningFragment

/** * A JSX opening fragment. */ 

Inherit from Expression

Primary key: id: int

schema JsxOpeningFragment extends Expression { @primary id: int } 

JsxOpeningFragment::getSymbol

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

JsxOpeningFragment::getAnAncestorEnclosingFunction

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

JsxOpeningFragment::getIndex

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

JsxOpeningFragment::getParentOid

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

JsxOpeningFragment::getRelativePath

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

JsxOpeningFragment::getLastChild

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

JsxOpeningFragment::getEndColumnNumber

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

JsxOpeningFragment::getKind

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

JsxOpeningFragment::getAModifier

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

JsxOpeningFragment::getChildCount

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

JsxOpeningFragment::getDecorator

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

JsxOpeningFragment::getChild

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

JsxOpeningFragment::getAnAncestor

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

JsxOpeningFragment::getParent

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

JsxOpeningFragment::getAChild

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

JsxOpeningFragment::getStartColumnNumber

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

JsxOpeningFragment::getStartLineNumber

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

JsxOpeningFragment::__all__

Data constraint method.

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

JsxOpeningFragment::getLocation

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

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

JsxOpeningFragment::getRoot

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

JsxOpeningFragment::getEnclosingFunction

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

JsxOpeningFragment::getADescendant

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

JsxOpeningFragment::getEndLineNumber

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

JsxOpeningFragment::getATrailingComment

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

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

JsxOpeningFragment::getALeadingComment

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

JsxOpeningFragment::getFile

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

JsxOpeningFragment::getModifier

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

JsxOpeningFragment::getText

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

JsxOpeningFragment::getAComment

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

JsxOpeningFragment::getADecorator

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