Modifier and type | Property and description |
---|---|
org.eclipse.xtext.common.types.JvmTypeParameter | jvmTypeParameter
Replies the created parameter. |
org.eclipse.xtext.common.types.JvmTypeReference | jvmTypeParameterReference
Replies a reference to the created parameter. |
org.eclipse.xtext.common.types.access.IJvmTypeProvider | typeResolutionContext
Replies the context for type resolution. |
Modifier and type | Action and description |
---|---|
ITypeParameterBuilder | addLowerConstraint(String)
Add lower type bounds. |
ITypeParameterBuilder | addLowerConstraint(JvmTypeReference)
Add lower type bounds. |
ITypeParameterBuilder | addUpperConstraint(String)
Add upper type bounds. |
ITypeParameterBuilder | addUpperConstraint(JvmTypeReference)
Add upper type bounds. |
void | build(ISourceAppender)
Fill the given receiver with the serialization of the element that is associated to this appender. |
void | dispose
Dispose the resource. |
void | eInit(XtendExecutable,JvmTypeParameterDeclarator,String,IJvmTypeProvider)
Initialize the type parameter. |
void | eInit(XtendTypeDeclaration,JvmTypeParameterDeclarator,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. |
org.eclipse.xtext.common.types.JvmTypeReference | getJvmTypeParameterReference
Replies a reference to the created parameter. |
org.eclipse.xtext.common.types.access.IJvmTypeProvider | getTypeResolutionContext
Replies the context for type resolution. |
org.eclipse.xtext.common.types.JvmTypeReference | newTypeRef(String)
Find the reference to the type with the given name. |
org.eclipse.xtext.common.types.JvmTypeReference | newTypeRef(Class<T>,JvmTypeReference*)
Find the reference to the type with the given type parameters. |
org.eclipse.xtext.common.types.JvmTypeReference | newTypeRef(Notifier,String)
Find the reference to the type with the given name. |
org.eclipse.xtext.common.types.JvmTypeReference | newTypeRef(JvmType,JvmTypeReference*)
Find the reference to the type with the given type parameters. |
org.eclipse.xtext.common.types.JvmTypeReference | newTypeRef(Notifier,Class<T>,JvmTypeReference*)
Find the reference to the type with the given type parameters. |
val jvmTypeParameter : org.eclipse.xtext.common.types.JvmTypeParameter
This property is an alias for the action: getJvmTypeParameter
val jvmTypeParameterReference : org.eclipse.xtext.common.types.JvmTypeReference
This property is an alias for the action: getJvmTypeParameterReference
val typeResolutionContext : org.eclipse.xtext.common.types.access.IJvmTypeProvider
This property is an alias for the action: getTypeResolutionContext
new(ITypeParameterBuilder)
def addLowerConstraint(String) : ITypeParameterBuilder
def addLowerConstraint(JvmTypeReference) : ITypeParameterBuilder
def addUpperConstraint(String) : ITypeParameterBuilder
def addUpperConstraint(JvmTypeReference) : ITypeParameterBuilder
def build(ISourceAppender)throws java.io.IOException
def dispose
def eInit(XtendExecutable,JvmTypeParameterDeclarator,String,IJvmTypeProvider)
def eInit(XtendTypeDeclaration,JvmTypeParameterDeclarator,String,IJvmTypeProvider)
def eResource : org.eclipse.emf.ecore.resource.Resource
def getJvmTypeParameter : org.eclipse.xtext.common.types.JvmTypeParameter
def getJvmTypeParameterReference : org.eclipse.xtext.common.types.JvmTypeReference
def getTypeResolutionContext : org.eclipse.xtext.common.types.access.IJvmTypeProvider
def newTypeRef(String) : org.eclipse.xtext.common.types.JvmTypeReference
def newTypeRef(Class<T>,JvmTypeReference*) : org.eclipse.xtext.common.types.JvmTypeReference
def newTypeRef(Notifier,String) : org.eclipse.xtext.common.types.JvmTypeReference
def newTypeRef(JvmType,JvmTypeReference*) : org.eclipse.xtext.common.types.JvmTypeReference
def newTypeRef(Notifier,Class<T>,JvmTypeReference*) : org.eclipse.xtext.common.types.JvmTypeReference