Home
last modified time | relevance | path

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

/ide/tools/previewer/automock/mock-generate/src/declaration-node/
DclassDeclaration.ts40 classConstructor: Array<Array<ConstructorEntity>>, property
50 classConstructor: Array<Array<ConstructorEntity>>, property
93 const classConstructor: Array<Array<ConstructorEntity>> = []; constant