Class ProblemProposalUtils
java.lang.Object
tools.refinery.language.ide.contentassist.ProblemProposalUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
getDescription
(org.eclipse.emf.ecore.EObject eObject) @Nullable String
getDescription
(org.eclipse.xtext.resource.IEObjectDescription candidate) @Nullable String
getDocumentation
(org.eclipse.emf.ecore.EObject eObject) @Nullable String
getDocumentation
(org.eclipse.xtext.resource.IEObjectDescription candidate, org.eclipse.xtext.ide.editor.contentassist.ContentAssistContext context) @NotNull String[]
getKind
(org.eclipse.emf.ecore.EObject eObject) @NotNull String[]
getKind
(org.eclipse.xtext.resource.IEObjectDescription candidate) @NotNull String[]
getKind
(org.eclipse.xtext.resource.IEObjectDescription candidate, org.eclipse.emf.ecore.EObject eObject)
-
Constructor Details
-
ProblemProposalUtils
public ProblemProposalUtils()
-
-
Method Details
-
getDescription
@Nullable public @Nullable String getDescription(org.eclipse.xtext.resource.IEObjectDescription candidate) -
getDescription
-
getDocumentation
@Nullable public @Nullable String getDocumentation(org.eclipse.xtext.resource.IEObjectDescription candidate, org.eclipse.xtext.ide.editor.contentassist.ContentAssistContext context) -
getDocumentation
-
getKind
-
getKind
-
getKind
@NotNull public @NotNull String[] getKind(org.eclipse.xtext.resource.IEObjectDescription candidate, org.eclipse.emf.ecore.EObject eObject)
-