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