Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts792 private static isAbstractClass(type: ts.Type): boolean { method in TsUtils
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp2813 …ir::TSIndexSignature *> *indexSignatures, bool hasSuperClass, bool isDeclare, bool isAbstractClass, in ParseClassElement()