Searched refs:isPropertyDeclarationNode (Results 1 – 2 of 2) sorted by relevance
39 public static isPropertyDeclarationNode(node: Node): boolean { method in NodeUtils152 return this.isPropertyDeclarationNode(node);
803 if (NodeUtils.isPropertyDeclarationNode(node)) {