Uses of Record Class
org.ek9lang.compiler.symbols.RegistrationData
Packages that use RegistrationData
Package
Description
This is the main source of EK9 Symbols used within the compiler.
-
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.