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
Subclasses with type arguments of type SymbolSearchConfiguration in org.ek9lang.compiler.commonModifier and TypeClassDescriptionclass
Pass a string of an ek9 typeDef in and use the EK9 parser to just handle the breaking up of a String of a TypeDef into a structure and names.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
Classes in org.ek9lang.compiler.support that implement interfaces with type arguments of type SymbolSearchConfigurationModifier and TypeClassDescriptionclass
Used to see if it is possible to resolve types, both simple and parametric.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.