Uses of Enum Class
de.grogra.xl.compiler.xl16u.semantics.XL16UAggregateKind
Packages that use XL16UAggregateKind
Package
Description
-
Uses of XL16UAggregateKind in de.grogra.xl.compiler
Methods in de.grogra.xl.compiler that return XL16UAggregateKindModifier and TypeMethodDescriptionXL16UDirectAggregateCompilerInvocationEmitter.ResultExtraction.getAggregateKind()Methods in de.grogra.xl.compiler with parameters of type XL16UAggregateKindModifier and TypeMethodDescriptionXL16UDirectAggregateCompilerInvocationEmitter.ResultExtraction.of(XL16UAggregateKind aggregateKind, String aggregateMethodName, Type resultType) -
Uses of XL16UAggregateKind in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u that return XL16UAggregateKind -
Uses of XL16UAggregateKind in de.grogra.xl.compiler.xl16u.semantics
Methods in de.grogra.xl.compiler.xl16u.semantics that return XL16UAggregateKindModifier and TypeMethodDescriptionstatic XL16UAggregateKindReturns the enum constant of this class with the specified name.static XL16UAggregateKind[]XL16UAggregateKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.grogra.xl.compiler.xl16u.semantics with parameters of type XL16UAggregateKindModifier and TypeMethodDescriptionstatic XL16UAggregateDefaultXL16USemanticRules.aggregateEmptyDefault(XL16UAggregateKind aggregateKind, XL16UValueContract valueContract, XL16UValueContract weightContract) static XL16UValueContractXL16USemanticRules.aggregateResult(XL16UAggregateKind aggregateKind, XL16UValueContract valueContract) static XL16UValueContractXL16USemanticRules.aggregateResult(XL16UAggregateKind aggregateKind, XL16UValueContract valueContract, XL16UValueContract weightContract)