Module qilletni.api

Record Class EntityDoc

java.lang.Object
java.lang.Record
dev.qilletni.api.lang.docs.structure.text.inner.EntityDoc
Record Components:
description - The description of the actual entity definition
containedItems - Fields, functions, constructors, etc. of the entity
onExtensionFunctions - Functions that are added onto the entity from an 'on' extension from either the current library or an external one
All Implemented Interfaces:
InnerDoc

public record EntityDoc(@Nullable DocDescription description, List<DocumentedItem> containedItems, List<DocumentedItem> onExtensionFunctions) extends Record implements InnerDoc