Uses of Record Class
org.ek9lang.compiler.ResolvedOrDefineResult
Package
Description
B - For the EK9 compiler itself.
Contains critical general components used in the
Ek9Compiler
listeners.-
Uses of ResolvedOrDefineResult in org.ek9lang.compiler
Modifier and TypeMethodDescriptionCompilableProgram.resolveOrDefine
(PossibleGenericSymbol possibleGenericSymbol) When using generic types, the parameterised type goes into the same module namespace as the Generic Type. -
Uses of ResolvedOrDefineResult in org.ek9lang.compiler.support
ModifierConstructorDescriptionTypeSubstitution
(Function<PossibleGenericSymbol, ResolvedOrDefineResult> resolveOrDefine, ErrorListener errorListener) Construct a type substitutor.