Uses of Record Class
org.ek9lang.compiler.ResolvedOrDefineResult
Packages that use 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
Methods in org.ek9lang.compiler that return ResolvedOrDefineResultModifier 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
Constructor parameters in org.ek9lang.compiler.support with type arguments of type ResolvedOrDefineResultModifierConstructorDescriptionTypeSubstitution
(Function<PossibleGenericSymbol, ResolvedOrDefineResult> resolveOrDefine, ErrorListener errorListener) Construct a type substitutor.