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