public interface IRawTypeHelper
IRawTypeHelper allows to compute the raw types for a given reference.
Semantically the raw type for a reference is considered to be
List<String> produces ListCharSequence is the raw type of
a type parameter T extends CharSequenceint | Integer has the raw type Integer| Modifier and Type | Method and Description |
|---|---|
List<JvmType> |
getAllRawTypes(LightweightTypeReference reference,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet) |
LightweightTypeReference |
getRawTypeReference(LightweightTypeReference reference,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet) |
List<JvmType> getAllRawTypes(LightweightTypeReference reference, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
LightweightTypeReference getRawTypeReference(LightweightTypeReference reference, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
Copyright © 2015. All Rights Reserved.