buildTypeTable method
Implementation
void buildTypeTable(TypeTable typeTable) {
if (!typeTable.has(this)) {
_buildTypeTableImpl(typeTable);
}
}
void buildTypeTable(TypeTable typeTable) {
if (!typeTable.has(this)) {
_buildTypeTableImpl(typeTable);
}
}