Searched defs:structNode (Results 1 – 1 of 1) sorted by relevance
614 const structNode: ts.StructDeclaration = node as ts.StructDeclaration; constant616 const structName: string = structNode.name ? structNode.name.getText() : ''; constant