io.sarl.lang.jvmmodel.fragments
Interface JvmGenericTypeProvider
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 JvmGenericTypeProvider
Factory of JVM type for the 1-to-many generation.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
compiler
Since:
0.15
See:
JvmGenericTypeFactory
Action Summary
Modifier and type Action and description
abstract org.eclipse.xtext.common.types.JvmGenericType getGenericType(int)
Replies the generic type that was created at the given slot.
Action Details
getGenericType(int)
def getGenericType(int) : org.eclipse.xtext.common.types.JvmGenericType
Replies the generic type that was created at the given slot.
Parameters:
index - the slot index of the generic type.
Returns:
the generic type, never null .