io.sarl.lang.jvmmodel.fragments.oop
Interface IEnumInferrerFragment
All Superinterfaces:
IInheritedStageInferrerFragment<S,T>
All Known Implementing Classes:
EnumInferrerFragment
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
interface IEnumInferrerFragment
implements IInheritedStageInferrerFragment<S,T>
Fragment for inferred the enumerations to the JVM model.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.15
Property Summary
Modifier and type Property and description
java.lang.Class<T> supportedType
Action Summary
Modifier and type Action and description
default java.lang.Class<T> getSupportedType
Property Details
supportedType
val supportedType : java.lang.Class<T>

This property is an alias for the action: getSupportedType

Action Details
getSupportedType
def getSupportedType : java.lang.Class<T>