Uses of Record Class
org.ek9lang.compiler.backend.jvm.ApplicationClassGenerator.ServiceBindingInfo
Packages that use ApplicationClassGenerator.ServiceBindingInfo
Package
Description
JVM Bytecode Generation - Transforms EK9 IR into JVM bytecode.
-
Uses of ApplicationClassGenerator.ServiceBindingInfo in org.ek9lang.compiler.backend.jvm
Method parameters in org.ek9lang.compiler.backend.jvm with type arguments of type ApplicationClassGenerator.ServiceBindingInfoModifier and TypeMethodDescriptionvoidApplicationClassGenerator.generate(List<AggregateSymbol> applications, Map<String, ApplicationClassGenerator.ServiceBindingInfo> serviceBindings, File outputDirectory) Generate the global _Application.class file.