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