| 20 | } |
| 21 | |
| 22 | JavaEnumClassDelegate::~JavaEnumClassDelegate() { |
| 23 | Valdi::InlineContainerAllocator<JavaEnumClassDelegate, IndirectJavaGlobalRef> allocator; |
| 24 | allocator.deallocate(this, _enumSchema->getCasesSize()); |
| 25 | } |
| 26 | |
| 27 | JavaValue JavaEnumClassDelegate::newEnum(size_t enumCaseIndex, |
| 28 | bool /*asBoxed*/, |
nothing calls this directly
no test coverage detected