ConstructSignatureDeclaration

/** * A construct signature declaration. */ 

Inherit from TypeElement

Primary key: id: int

schema ConstructSignatureDeclaration extends TypeElement { @primary id: int } 

ConstructSignatureDeclaration::getSymbol

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

ConstructSignatureDeclaration::getAnAncestorEnclosingFunction

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

ConstructSignatureDeclaration::getIndex

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

ConstructSignatureDeclaration::getParentOid

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

ConstructSignatureDeclaration::getRelativePath

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

ConstructSignatureDeclaration::getLastChild

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

ConstructSignatureDeclaration::getEndColumnNumber

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

ConstructSignatureDeclaration::getParent

/** * Gets the parent node of this node. */ 
pub fn getParent(self: ConstructSignatureDeclaration) -> Node; 

ConstructSignatureDeclaration::getChildCount

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

ConstructSignatureDeclaration::getDecorator

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

ConstructSignatureDeclaration::getEndLineNumber

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

ConstructSignatureDeclaration::getATrailingComment

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

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

ConstructSignatureDeclaration::getChild

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

ConstructSignatureDeclaration::getRoot

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

ConstructSignatureDeclaration::getAChild

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

ConstructSignatureDeclaration::getStartColumnNumber

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

ConstructSignatureDeclaration::getStartLineNumber

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

ConstructSignatureDeclaration::__all__

Data constraint method.

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

ConstructSignatureDeclaration::getLocation

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

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

ConstructSignatureDeclaration::getKind

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

ConstructSignatureDeclaration::getAModifier

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

ConstructSignatureDeclaration::getAnAncestor

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

ConstructSignatureDeclaration::getEnclosingFunction

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

ConstructSignatureDeclaration::getADescendant

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

ConstructSignatureDeclaration::getALeadingComment

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

ConstructSignatureDeclaration::getFile

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

ConstructSignatureDeclaration::getModifier

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

ConstructSignatureDeclaration::getText

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

ConstructSignatureDeclaration::getAComment

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

ConstructSignatureDeclaration::getADecorator

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