Searched defs:ETSArrayType (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/ | ||
H A D | etsArrayType.h | 22 class ETSArrayType : public Type { class 24 explicit ETSArrayType(Type *elementType) : Type(TypeFlag::ETS_ARRAY), element_(elementType) {} in ETSArrayType() function in ark::es2panda::checker::ETSArrayType |
Completed in 1 milliseconds