Home
last modified time | relevance | path

Searched refs:staticMethods (Results 1 – 5 of 5) sorted by relevance

/third_party/jsframework/mock-generate/src/declaration-node/
DsourceFileElementsAssemply.ts45 const staticMethods: Array<Array<StaticMethodEntity>> = []; constant
67 if (classDeclarationEntity.staticMethods.length > 0) {
68 staticMethods.push(classDeclarationEntity.staticMethods);
97 staticMethods: staticMethods,
162 staticMethods: Array<Array<StaticMethodEntity>>, property
DclassDeclaration.ts46 const staticMethods: Array<StaticMethodEntity> = []; constant
58 staticMethods.push({ className: className, methodEntity: methodEntity });
90 staticMethods: staticMethods
102 staticMethods: Array<StaticMethodEntity> property
/third_party/jsframework/mock-generate/src/generate/
DgenerateClassDeclaration.ts93 if (classEntity.staticMethods.length > 0) {
95 classEntity.staticMethods.forEach(value => {
DgenerateModuleDeclaration.ts63 if (value.staticMethods.length > 0) {
65 value.staticMethods.forEach(val => {
DgenerateMockJsFile.ts106 value.staticMethods.forEach(val => {