Uses of Record Class
org.ek9lang.compiler.support.SymbolSearchConfiguration
Packages that use SymbolSearchConfiguration
Package
Description
Common parts of processing that can be reused across various phases.
Contains critical general components used in the
Ek9Compiler
listeners.-
Uses of SymbolSearchConfiguration in org.ek9lang.compiler.common
Methods in org.ek9lang.compiler.common that return SymbolSearchConfigurationModifier and TypeMethodDescriptionTypeDefResolver.visitTypeDef
(EK9Parser.TypeDefContext ctx) This is really the main entry point to build a structure of SymbolSearchConfiguration that is based on the structure in the ek9 parse tree from typeDef. -
Uses of SymbolSearchConfiguration in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support that return types with arguments of type SymbolSearchConfigurationModifier and TypeMethodDescriptionSymbolSearchConfiguration.parameterizingArguments()
Returns the value of theparameterizingArguments
record component.Methods in org.ek9lang.compiler.support with parameters of type SymbolSearchConfigurationConstructors in org.ek9lang.compiler.support with parameters of type SymbolSearchConfigurationModifierConstructorDescriptionSymbolSearchConfiguration
(String mainSymbolName, SymbolSearchConfiguration parameter) Constructor parameters in org.ek9lang.compiler.support with type arguments of type SymbolSearchConfigurationModifierConstructorDescriptionSymbolSearchConfiguration
(String mainSymbolName, List<SymbolSearchConfiguration> parameterizingArguments) Creates an instance of aSymbolSearchConfiguration
record class.