Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkMethod.ts298 let declareSignatures = this.methodDeclareSignatures; variable
593 const declareSignatures = this.getDeclareSignatures(); constant
DArkClass.ts365 const declareSignatures = methodSearched.getDeclareSignatures(); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/
DBodyBuilder.ts387 const declareSignatures = nestedMethod.getDeclareSignatures(); constant