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