io.sarl.lang.jvmmodel.fragments
Interface JvmGenericTypeFactory
All Known Implementing Classes:
DefaultJvmGenericTypeProvider
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
@java.lang.FunctionalInterface
interface JvmGenericTypeFactory
Factory of JVM type for the 1-to-many generation.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.15
See:
JvmGenericTypeProvider
Action Summary
Modifier and type Action and description
abstract JvmGenericTypeFactory createReceiver(int,String)
Create a generic type that was created at the given slot.
Action Details
createReceiver(int,String)
def createReceiver(int,String) : JvmGenericTypeFactory
Create a generic type that was created at the given slot.
Parameters:
index - the slot index of the generic type.
name - the name of the generic type. It must not be empty.
Returns:
this .