ComputedPropertyName

/** * A computed property name. */ 

Inherit from Node

Primary key: id: int

schema ComputedPropertyName extends Node { @primary id: int } 

ComputedPropertyName::getEnclosingFunction

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

ComputedPropertyName::getADescendant

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

ComputedPropertyName::getRoot

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

ComputedPropertyName::getAnAncestor

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

ComputedPropertyName::getChild

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

ComputedPropertyName::getChildCount

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

ComputedPropertyName::getAChild

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

ComputedPropertyName::getStartColumnNumber

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

ComputedPropertyName::getAnAncestorEnclosingFunction

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

ComputedPropertyName::getSymbol

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

ComputedPropertyName::getEndLineNumber

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

ComputedPropertyName::getATrailingComment

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

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

ComputedPropertyName::getALeadingComment

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

ComputedPropertyName::getFile

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

ComputedPropertyName::getAComment

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

ComputedPropertyName::getADecorator

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

ComputedPropertyName::getDecorator

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

ComputedPropertyName::__all__

Data constraint method.

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

ComputedPropertyName::getLocation

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

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

ComputedPropertyName::getModifier

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

ComputedPropertyName::getText

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

ComputedPropertyName::getStartLineNumber

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

ComputedPropertyName::getAModifier

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

ComputedPropertyName::getKind

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

ComputedPropertyName::getExpression

pub fn getExpression(self: ComputedPropertyName) -> Expression; 

ComputedPropertyName::getParent

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

ComputedPropertyName::getEndColumnNumber

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

ComputedPropertyName::getLastChild

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

ComputedPropertyName::getRelativePath

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

ComputedPropertyName::getParentOid

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

ComputedPropertyName::getIndex

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