Uses of Enum Class
org.ek9lang.compiler.phase7.MonomorphizationScenarioDetector.Scenario
Packages that use MonomorphizationScenarioDetector.Scenario
-
Uses of MonomorphizationScenarioDetector.Scenario in org.ek9lang.compiler.phase7
Subclasses with type arguments of type MonomorphizationScenarioDetector.Scenario in org.ek9lang.compiler.phase7Modifier and TypeClassDescriptionstatic enumThe three monomorphization scenarios.Classes in org.ek9lang.compiler.phase7 that implement interfaces with type arguments of type MonomorphizationScenarioDetector.ScenarioModifier and TypeClassDescriptionfinal classDetects which monomorphization scenario applies to a parameterized type.Methods in org.ek9lang.compiler.phase7 that return MonomorphizationScenarioDetector.ScenarioModifier and TypeMethodDescriptionMonomorphizationScenarioDetector.apply(PossibleGenericSymbol parameterizedType) Returns the enum constant of this class with the specified name.MonomorphizationScenarioDetector.Scenario.values()Returns an array containing the constants of this enum class, in the order they are declared.