// ciNullObject // // This class represents a null reference. It can be used // as a class loader or as the null constant.
// ------------------------------------------------------------------ // ciNullObject::print_impl // // Implementation of the print method. void ciNullObject::print_impl(outputStream* st) {
ciObject::print_impl(st);
st->print(" unique");
}
// ------------------------------------------------------------------ // ciNullObject::make // // Get the distinguished instance of this class.
ciNullObject* ciNullObject::make() { return CURRENT_ENV->_null_object_instance->as_null_object();
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet am 2026-09-02)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.