Home
last modified time | relevance | path

Searched defs:structNode (Results 1 – 1 of 1) sorted by relevance

/interface/sdk-js/build-tools/dts_parser/src/coreImpl/parser/
DNodeProcessor.ts614 const structNode: ts.StructDeclaration = node as ts.StructDeclaration; constant
616 const structName: string = structNode.name ? structNode.name.getText() : ''; constant