Uses of Record Class
org.ek9lang.compiler.ir.data.DictLiteralDetails.DictLiteralEntry
Packages that use DictLiteralDetails.DictLiteralEntry
Package
Description
IR Data Structures - Metadata and detail classes for IR instructions.
-
Uses of DictLiteralDetails.DictLiteralEntry in org.ek9lang.compiler.ir.data
Methods in org.ek9lang.compiler.ir.data that return types with arguments of type DictLiteralDetails.DictLiteralEntryModifier and TypeMethodDescriptionDictLiteralDetails.entries()Returns the value of theentriesrecord component.Constructor parameters in org.ek9lang.compiler.ir.data with type arguments of type DictLiteralDetails.DictLiteralEntryModifierConstructorDescriptionDictLiteralDetails(String collectionTypeFqn, String entryTypeFqn, String keyTypeFqn, String valueTypeFqn, List<DictLiteralDetails.DictLiteralEntry> entries, int entryCount, String scopeId) Create dict literal details with validation.