Definition at line 347 of file object_reload.cc.
◆ EnumClassConflict()
dart::EnumClassConflict::EnumClassConflict |
( |
Zone * |
zone, |
|
|
const Class & |
from, |
|
|
const Class & |
to |
|
) |
| |
|
inline |
Definition at line 349 of file object_reload.cc.
ClassReasonForCancelling(Zone *zone, const Class &from, const Class &to)
◆ ToString()
StringPtr dart::EnumClassConflict::ToString |
( |
| ) |
|
|
inlinevirtual |
Reimplemented from dart::ReasonForCancelling.
Definition at line 352 of file object_reload.cc.
352 {
355 ? "Enum class cannot be redefined to be a non-enum class: %s"
356 : "Class cannot be redefined to be a enum class: %s",
358 }
bool is_enum_class() const
virtual const char * ToCString() const
static StringPtr NewFormatted(const char *format,...) PRINTF_ATTRIBUTE(1
The documentation for this class was generated from the following file: