Modifier and type | Property and description |
---|---|
org.eclipse.xtext.common.types.JvmTypeParameter | jvmTypeParameter Replies the created parameter. |
Modifier and type | Action and description |
---|---|
void | addLowerConstraint(String) Add lower type bounds. |
void | addUpperConstraint(String) Add upper type bounds. |
void | eInit(EObject,String,IJvmTypeProvider) Initialize the type parameter. |
org.eclipse.emf.ecore.resource.Resource | eResource Replies the resource to which the type parameter is attached. |
org.eclipse.xtext.common.types.JvmTypeParameter | getJvmTypeParameter Replies the created parameter. |
java.lang.String | toString |
val jvmTypeParameter : org.eclipse.xtext.common.types.JvmTypeParameter
This property is an alias for the action: getJvmTypeParameter
new
def addLowerConstraint(String)
def addUpperConstraint(String)
def eInit(EObject,String,IJvmTypeProvider)
def eResource : org.eclipse.emf.ecore.resource.Resource
def getJvmTypeParameter : org.eclipse.xtext.common.types.JvmTypeParameter
def toString : java.lang.String