Uses of Record Class
org.ek9lang.compiler.symbols.RegistrationData
Packages that use RegistrationData
Package
Description
I - PRE Intermediate Representation generation checks.
This is the main source of EK9 Symbols used within the compiler.
-
Uses of RegistrationData in org.ek9lang.compiler.phase5
Method parameters in org.ek9lang.compiler.phase5 with type arguments of type RegistrationDataModifier and TypeMethodDescriptionDiRegistrations.registeredInterfaceFqns(List<RegistrationData> registrations) The fully-qualified interface names of every component registration in the list. -
Uses of RegistrationData in org.ek9lang.compiler.symbols
Methods in org.ek9lang.compiler.symbols that return types with arguments of type RegistrationDataModifier and TypeMethodDescriptionAggregateSymbol.getRegistrations()Get all registrations from 'register' statements in this application.Methods in org.ek9lang.compiler.symbols with parameters of type RegistrationDataModifier and TypeMethodDescriptionvoidAggregateSymbol.addRegistration(RegistrationData registration) Add a registration from a 'register' statement in an application block.