Uses of Record Class
org.ek9lang.compiler.support.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
Modifier 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
Modifier and TypeMethodDescriptionSymbolSearchConfiguration.parameterizingArguments()
Returns the value of theparameterizingArguments
record component.ModifierConstructorDescriptionSymbolSearchConfiguration
(String mainSymbolName, SymbolSearchConfiguration parameter) ModifierConstructorDescriptionSymbolSearchConfiguration
(String mainSymbolName, List<SymbolSearchConfiguration> parameterizingArguments) Creates an instance of aSymbolSearchConfiguration
record class.