Searched defs:ETSReadonlyType (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/ | ||
H A D | etsReadonlyType.h | 25 class ETSReadonlyType : public Type { class 27 explicit ETSReadonlyType(ETSTypeParameter *tparam) : Type(TypeFlag::ETS_READONLY), tparam_(tparam) {} in ETSReadonlyType() function in ark::es2panda::checker::ETSReadonlyType |
Completed in 1 milliseconds