public static class RawTypeHelper.RawTypeImplementation extends TypeReferenceVisitorWithParameterAndResult<org.eclipse.emf.ecore.resource.ResourceSet,List<JvmType>>
| Constructor and Description |
|---|
RawTypeHelper.RawTypeImplementation(TypesFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
protected List<JvmType> |
collectRawTypes(List<LightweightTypeReference> references,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet) |
protected List<JvmType> |
createObjectReference(org.eclipse.emf.ecore.resource.ResourceSet resourceSet) |
protected List<JvmType> |
doVisitArrayTypeReference(ArrayTypeReference reference,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet) |
protected List<JvmType> |
doVisitCompoundTypeReference(CompoundTypeReference reference,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet) |
protected List<JvmType> |
doVisitParameterizedTypeReference(ParameterizedTypeReference reference,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet) |
protected List<JvmType> |
doVisitSynonymTypeReference(CompoundTypeReference reference,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet) |
protected List<JvmType> |
doVisitTypeReference(LightweightTypeReference reference,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet) |
protected List<JvmType> |
doVisitUnboundTypeReference(UnboundTypeReference reference,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet) |
protected List<JvmType> |
doVisitWildcardTypeReference(WildcardTypeReference reference,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet) |
List<JvmType> |
getAllRawTypes(LightweightTypeReference reference,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet) |
protected List<JvmType> |
getRawTypesFromConstraints(ITypeReferenceOwner owner,
JvmTypeParameter typeParameter,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet) |
doVisitAnyTypeReference, doVisitFunctionTypeReference, doVisitInnerFunctionTypeReference, doVisitInnerTypeReference, doVisitMultiTypeReference, doVisitUnknownTypeReference@Inject public RawTypeHelper.RawTypeImplementation(TypesFactory factory)
public List<JvmType> getAllRawTypes(LightweightTypeReference reference, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
protected List<JvmType> doVisitTypeReference(LightweightTypeReference reference, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
doVisitTypeReference in class TypeReferenceVisitorWithParameterAndResult<org.eclipse.emf.ecore.resource.ResourceSet,List<JvmType>>resourceSet - some parameter.protected List<JvmType> doVisitCompoundTypeReference(CompoundTypeReference reference, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
doVisitCompoundTypeReference in class TypeReferenceVisitorWithParameterAndResult<org.eclipse.emf.ecore.resource.ResourceSet,List<JvmType>>protected List<JvmType> doVisitSynonymTypeReference(CompoundTypeReference reference, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
doVisitSynonymTypeReference in class TypeReferenceVisitorWithParameterAndResult<org.eclipse.emf.ecore.resource.ResourceSet,List<JvmType>>protected List<JvmType> collectRawTypes(List<LightweightTypeReference> references, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
protected List<JvmType> doVisitArrayTypeReference(ArrayTypeReference reference, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
doVisitArrayTypeReference in class TypeReferenceVisitorWithParameterAndResult<org.eclipse.emf.ecore.resource.ResourceSet,List<JvmType>>protected List<JvmType> doVisitParameterizedTypeReference(ParameterizedTypeReference reference, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
doVisitParameterizedTypeReference in class TypeReferenceVisitorWithParameterAndResult<org.eclipse.emf.ecore.resource.ResourceSet,List<JvmType>>protected List<JvmType> doVisitWildcardTypeReference(WildcardTypeReference reference, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
doVisitWildcardTypeReference in class TypeReferenceVisitorWithParameterAndResult<org.eclipse.emf.ecore.resource.ResourceSet,List<JvmType>>protected List<JvmType> doVisitUnboundTypeReference(UnboundTypeReference reference, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
doVisitUnboundTypeReference in class TypeReferenceVisitorWithParameterAndResult<org.eclipse.emf.ecore.resource.ResourceSet,List<JvmType>>protected List<JvmType> getRawTypesFromConstraints(ITypeReferenceOwner owner, JvmTypeParameter typeParameter, org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
Copyright © 2015. All Rights Reserved.