Searched refs:windowParsers (Results 1 – 2 of 2) sorted by relevance
33 private windowParsers: ParserViewCaptureWindow[] = []; property in ParserViewCapture58 this.windowParsers = windowAndPackageNames.map(69 const parsePromises = this.windowParsers.map((parser) => parser.parse());74 return this.windowParsers;
29 private readonly windowParsers: Array<Parser<HierarchyTreeNode>> = []; property in ParserViewCapture53 this.windowParsers.push(72 return this.windowParsers;