org.eclipse.xtext.common.types
Interface JvmTypeParameterDeclarator

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
JvmConstructor, JvmExecutable, JvmGenericType, JvmOperation, XtendClass, XtendFunction
All Known Implementing Classes:
JvmConstructorImpl, JvmConstructorImplCustom, JvmExecutableImpl, JvmExecutableImplCustom, JvmGenericTypeImpl, JvmGenericTypeImplCustom, JvmOperationImpl, JvmTypeParameterDeclaratorImpl, XtendClassImpl, XtendClassImplCustom, XtendFunctionImpl, XtendFunctionImplCustom

public interface JvmTypeParameterDeclarator
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Jvm Type Parameter Declarator'.

The following features are supported:

See Also:
TypesPackage.getJvmTypeParameterDeclarator()
EMF generated code
EMF model element
abstract="true"

Method Summary
 org.eclipse.emf.common.util.EList<JvmTypeParameter> getTypeParameters()
          Returns the value of the 'Type Parameters' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTypeParameters

org.eclipse.emf.common.util.EList<JvmTypeParameter> getTypeParameters()
Returns the value of the 'Type Parameters' containment reference list. The list contents are of type JvmTypeParameter. It is bidirectional and its opposite is 'Declarator'.

If the meaning of the 'Type Parameters' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type Parameters' containment reference list.
See Also:
TypesPackage.getJvmTypeParameterDeclarator_TypeParameters(), JvmTypeParameter.getDeclarator()
EMF generated code
EMF model element
opposite="declarator" containment="true" resolveProxies="true"