Uses of Record Class
org.ek9lang.compiler.ir.data.DictLiteralDetails
Packages that use DictLiteralDetails
Package
Description
IR Instruction Classes - The instruction set for EK9 intermediate representation.
-
Uses of DictLiteralDetails in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return DictLiteralDetailsMethods in org.ek9lang.compiler.ir.instructions with parameters of type DictLiteralDetailsModifier and TypeMethodDescriptionstatic DictLiteralInstrDictLiteralInstr.create(String result, List<IRInstr> setupInstructions, DictLiteralDetails details, String scopeId, DebugInfo debugInfo) Create a dict literal instruction.