Uses of Record Class
org.ek9lang.compiler.support.inputvariety.InputVarietyDenominator
Packages that use InputVarietyDenominator
-
Uses of InputVarietyDenominator in org.ek9lang.compiler.support.inputvariety
Methods in org.ek9lang.compiler.support.inputvariety that return InputVarietyDenominatorModifier and TypeMethodDescriptionInputVarietyDenominatorCalculator.forInstanceMethod(ISymbol receiverType, List<ISymbol> parameterTypes) The figures for an instance method / operator, treating the receiver type as an implicit parameterp0(design §4.5): its leaf dimensions are prepended to the argument leaves, so a no-arg instance method (e.g.static InputVarietyDenominatorInputVarietyDenominator.forNoParameters()The exempt figures — a construct with no input dimension (k == 0, no receiver).InputVarietyDenominatorCalculator.forParameterTypes(List<ISymbol> parameterTypes) The denominator for a construct whose parameters have the given resolved type symbols, in declaration order.InputVarietyDenominatorCalculator.pairwise(List<TypeVariety> leafVarieties) The figures over a flattened list of leaf varieties.