org.eclipse.xtext.common.types.util
Class RawTypeHelper

java.lang.Object
  extended by org.eclipse.xtext.common.types.util.RawTypeHelper
All Implemented Interfaces:
IRawTypeHelper

public class RawTypeHelper
extends java.lang.Object
implements IRawTypeHelper

Author:
Sebastian Zarnekow - Initial contribution and API

Nested Class Summary
static class RawTypeHelper.RawTypeImplementation
           
static class RawTypeHelper.RawTypeReferenceImplementation
           
 
Constructor Summary
RawTypeHelper(RawTypeHelper.RawTypeImplementation typeImplementation, RawTypeHelper.RawTypeReferenceImplementation typeReferenceImplementation)
           
 
Method Summary
 java.util.List<JvmType> getAllRawTypes(JvmTypeReference reference, org.eclipse.emf.ecore.resource.Resource resource)
           
 JvmTypeReference getRawTypeReference(JvmTypeReference reference, org.eclipse.emf.ecore.resource.Resource resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawTypeHelper

@Inject
public RawTypeHelper(RawTypeHelper.RawTypeImplementation typeImplementation,
                            RawTypeHelper.RawTypeReferenceImplementation typeReferenceImplementation)
Method Detail

getAllRawTypes

public java.util.List<JvmType> getAllRawTypes(JvmTypeReference reference,
                                              org.eclipse.emf.ecore.resource.Resource resource)
Specified by:
getAllRawTypes in interface IRawTypeHelper

getRawTypeReference

public JvmTypeReference getRawTypeReference(JvmTypeReference reference,
                                            org.eclipse.emf.ecore.resource.Resource resource)
Specified by:
getRawTypeReference in interface IRawTypeHelper