Package org.eclipse.xtext.xbase.typing
Interface IJvmTypeReferenceProvider
-
- All Known Implementing Classes:
AbstractReentrantTypeReferenceProvider,InferredTypeIndicator,LocalVariableCapturer,LogicalContainerAwareReentrantTypeResolver.AbstractDemandTypeReferenceProvider,LogicalContainerAwareReentrantTypeResolver.AnyTypeReferenceProvider,LogicalContainerAwareReentrantTypeResolver.DemandTypeReferenceProvider,LogicalContainerAwareReentrantTypeResolver.LocalVariableCapturerImpl,UnboundTypeReferenceResolver
public interface IJvmTypeReferenceProvider- Since:
- 2.7
- Noreference:
- This method is not intended to be referenced by clients.
- Noextend:
- This interface is not intended to be extended by clients.
- Noimplement:
- This interface is not intended to be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.common.types.JvmTypeReferencegetTypeReference(XComputedTypeReferenceImplCustom context)
-
-
-
Method Detail
-
getTypeReference
org.eclipse.xtext.common.types.JvmTypeReference getTypeReference(XComputedTypeReferenceImplCustom context)
- Noreference:
- This method is not intended to be referenced by clients.
-
-