protected class ResolvedTypes.Owner extends StandardTypeReferenceOwner
| Constructor and Description |
|---|
ResolvedTypes.Owner(CommonTypeComputationServices services,
org.eclipse.emf.ecore.resource.ResourceSet context) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptHint(Object handle,
LightweightBoundTypeArgument boundTypeArgument) |
List<LightweightBoundTypeArgument> |
getAllHints(Object handle) |
List<JvmTypeParameter> |
getDeclaredTypeParameters()
The currently known type parameters, e.g. the ones that should not be substituted.
|
boolean |
isResolved(Object handle) |
String |
toString() |
getContextResourceSet, getFactory, getServices, newAnyTypeReference, newArrayTypeReference, newCompoundTypeReference, newFunctionTypeReference, newFunctionTypeReference, newParameterizedTypeReference, newParameterizedTypeReference, newReferenceTo, newReferenceTo, newReferenceToObject, newUnknownTypeReference, newUnknownTypeReference, newWildcardExtendsObject, newWildcardTypeReference, setFactory, toLightweightTypeReference, toLightweightTypeReference, toPlainTypeReferencepublic ResolvedTypes.Owner(CommonTypeComputationServices services, org.eclipse.emf.ecore.resource.ResourceSet context)
public void acceptHint(Object handle, LightweightBoundTypeArgument boundTypeArgument)
acceptHint in interface ITypeReferenceOwneracceptHint in class StandardTypeReferenceOwnerpublic List<LightweightBoundTypeArgument> getAllHints(Object handle)
getAllHints in interface ITypeReferenceOwnergetAllHints in class StandardTypeReferenceOwnerpublic boolean isResolved(Object handle)
isResolved in interface ITypeReferenceOwnerisResolved in class StandardTypeReferenceOwnerpublic List<JvmTypeParameter> getDeclaredTypeParameters()
ITypeReferenceOwnergetDeclaredTypeParameters in interface ITypeReferenceOwnergetDeclaredTypeParameters in class StandardTypeReferenceOwnerCopyright © 2015. All Rights Reserved.