ImportEqualsDeclaration

/** * An import-equals declaration. */ 

Inherit from DeclarationStatement

Primary key: id: int

schema ImportEqualsDeclaration extends DeclarationStatement { @primary id: int } 

ImportEqualsDeclaration::getADecorator

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

ImportEqualsDeclaration::getAComment

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

ImportEqualsDeclaration::getText

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

ImportEqualsDeclaration::getModifier

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

ImportEqualsDeclaration::getFile

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

ImportEqualsDeclaration::getALeadingComment

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

ImportEqualsDeclaration::getADescendant

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

ImportEqualsDeclaration::getEnclosingFunction

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

ImportEqualsDeclaration::getAnAncestor

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

ImportEqualsDeclaration::getDecorator

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

ImportEqualsDeclaration::getChildCount

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

ImportEqualsDeclaration::getEndColumnNumber

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

ImportEqualsDeclaration::getParent

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

ImportEqualsDeclaration::getLastChild

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

ImportEqualsDeclaration::getIndex

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

ImportEqualsDeclaration::__all__

Data constraint method.

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

ImportEqualsDeclaration::getLocation

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

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

ImportEqualsDeclaration::getRelativePath

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

ImportEqualsDeclaration::getAnAncestorEnclosingFunction

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

ImportEqualsDeclaration::getSymbol

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

ImportEqualsDeclaration::getRoot

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

ImportEqualsDeclaration::getParentOid

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

ImportEqualsDeclaration::getEndLineNumber

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

ImportEqualsDeclaration::getATrailingComment

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

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

ImportEqualsDeclaration::getChild

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

ImportEqualsDeclaration::getAChild

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

ImportEqualsDeclaration::getStartColumnNumber

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

ImportEqualsDeclaration::getStartLineNumber

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

ImportEqualsDeclaration::getAModifier

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

ImportEqualsDeclaration::getKind

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