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