Uses of Record Class
org.ek9lang.compiler.ir.data.ServiceRouteDetails
Packages that use ServiceRouteDetails
Package
Description
JVM Bytecode Generation - Transforms EK9 IR into JVM bytecode.
IR Data Structures - Metadata and detail classes for IR instructions.
IR Instruction Classes - The instruction set for EK9 intermediate representation.
-
Uses of ServiceRouteDetails in org.ek9lang.compiler.backend.jvm
Methods in org.ek9lang.compiler.backend.jvm that return ServiceRouteDetailsModifier and TypeMethodDescriptionApplicationClassGenerator.ServiceBindingInfo.routeDetails()Returns the value of therouteDetailsrecord component.Methods in org.ek9lang.compiler.backend.jvm with parameters of type ServiceRouteDetailsModifier and TypeMethodDescription(package private) voidServiceOperationAsmGenerator.generate(ServiceRouteDetails routeDetails, String serviceJvmType) Generate one__op_*method for each route in the service route details.Constructors in org.ek9lang.compiler.backend.jvm with parameters of type ServiceRouteDetailsModifierConstructorDescriptionServiceBindingInfo(String fieldName, ServiceRouteDetails routeDetails) Creates an instance of aServiceBindingInforecord class. -
Uses of ServiceRouteDetails in org.ek9lang.compiler.ir.data
Methods in org.ek9lang.compiler.ir.data that return ServiceRouteDetailsModifier and TypeMethodDescriptionServiceRegistrationDetails.routeDetails()Returns the value of therouteDetailsrecord component.Constructors in org.ek9lang.compiler.ir.data with parameters of type ServiceRouteDetailsModifierConstructorDescriptionServiceRegistrationDetails(String serviceFqn, ServiceRouteDetails routeDetails, DebugInfo debugInfo) Create service registration details with validation. -
Uses of ServiceRouteDetails in org.ek9lang.compiler.ir.instructions
Methods in org.ek9lang.compiler.ir.instructions that return types with arguments of type ServiceRouteDetailsMethods in org.ek9lang.compiler.ir.instructions with parameters of type ServiceRouteDetailsModifier and TypeMethodDescriptionvoidIRConstruct.setServiceRouteDetails(ServiceRouteDetails serviceRouteDetails) -
Uses of ServiceRouteDetails in org.ek9lang.compiler.phase7.support
Classes in org.ek9lang.compiler.phase7.support that implement interfaces with type arguments of type ServiceRouteDetailsModifier and TypeClassDescriptionfinal classExtracts HTTP metadata from an EK9 serviceAggregateSymbolto produce a fully materialisedServiceRouteDetails.Methods in org.ek9lang.compiler.phase7.support that return ServiceRouteDetails