Package tools.refinery.language.library
Interface RefineryLibrary
- All Known Implementing Classes:
BuiltinLibrary,ClasspathBasedLibrary,CompositeLibrary,PathLibrary
public interface RefineryLibrary
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.eclipse.xtext.naming.QualifiedName> computeQualifiedName(org.eclipse.emf.common.util.URI uri, List<Path> libraryPaths) default List<org.eclipse.xtext.naming.QualifiedName> getDocumentation(org.eclipse.xtext.naming.QualifiedName qualifiedName) default List<org.eclipse.xtext.naming.QualifiedName> Optional<org.eclipse.emf.common.util.URI> resolveQualifiedName(org.eclipse.xtext.naming.QualifiedName qualifiedName, List<Path> libraryPaths)
-
Field Details
-
FILE_NAME_SUFFIX
- See Also:
-
-
Method Details
-
getAutomaticImports
-
getSuggestedLibraries
-
getDocumentation
-
resolveQualifiedName
-
computeQualifiedName
-