Class ImportAdapterProvider
java.lang.Object
tools.refinery.language.scoping.imports.ImportAdapterProvider
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ImportAdapter
getAdapter
(@NotNull org.eclipse.emf.ecore.resource.ResourceSet resourceSet) getBuiltinSymbols
(@NotNull org.eclipse.emf.ecore.EObject context) getBuiltinSymbols
(@NotNull org.eclipse.emf.ecore.resource.Resource context) getOrInstall
(@NotNull org.eclipse.emf.ecore.EObject context) getOrInstall
(@NotNull org.eclipse.emf.ecore.resource.Resource context) getOrInstall
(@NotNull org.eclipse.emf.ecore.resource.ResourceSet resourceSet) getTermInterpreter
(@NotNull org.eclipse.emf.ecore.EObject context)
-
Constructor Details
-
ImportAdapterProvider
public ImportAdapterProvider()
-
-
Method Details
-
getBuiltinSymbols
-
getBuiltinSymbols
public BuiltinSymbols getBuiltinSymbols(@NotNull @NotNull org.eclipse.emf.ecore.resource.Resource context) -
getTermInterpreter
-
getOrInstall
-
getOrInstall
public ImportAdapter getOrInstall(@NotNull @NotNull org.eclipse.emf.ecore.resource.Resource context) -
getOrInstall
public ImportAdapter getOrInstall(@NotNull @NotNull org.eclipse.emf.ecore.resource.ResourceSet resourceSet) -
getAdapter
public static ImportAdapter getAdapter(@NotNull @NotNull org.eclipse.emf.ecore.resource.ResourceSet resourceSet)
-