Uses of Record Class
org.ek9lang.compiler.ir.data.StringInterpolationPart
Packages that use StringInterpolationPart
Package
Description
IR Data Structures - Metadata and detail classes for IR instructions.
IR Instruction Classes - The instruction set for EK9 intermediate representation.
-
Uses of StringInterpolationPart in org.ek9lang.compiler.ir.data
Methods in org.ek9lang.compiler.ir.data that return StringInterpolationPartModifier and TypeMethodDescriptionstatic StringInterpolationPartCreate a literal text part.static StringInterpolationPartCreate a variable reference part. -
Uses of StringInterpolationPart in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return types with arguments of type StringInterpolationPartModifier and TypeMethodDescriptionStringInterpolationInstr.getParts()Get the interpolation parts.