Class ProblemProposalUtils

java.lang.Object
tools.refinery.language.ide.contentassist.ProblemProposalUtils

public class ProblemProposalUtils extends Object
  • Constructor Details

    • ProblemProposalUtils

      public ProblemProposalUtils()
  • Method Details

    • getDescription

      @Nullable public @Nullable String getDescription(org.eclipse.xtext.resource.IEObjectDescription candidate)
    • getDescription

      @Nullable public @Nullable String getDescription(org.eclipse.emf.ecore.EObject eObject)
    • getDocumentation

      @Nullable public @Nullable String getDocumentation(org.eclipse.xtext.resource.IEObjectDescription candidate, org.eclipse.xtext.ide.editor.contentassist.ContentAssistContext context)
    • getDocumentation

      @Nullable public @Nullable String getDocumentation(org.eclipse.emf.ecore.EObject eObject)
    • getKind

      @NotNull public @NotNull String[] getKind(org.eclipse.xtext.resource.IEObjectDescription candidate)
    • getKind

      @NotNull public @NotNull String[] getKind(org.eclipse.emf.ecore.EObject eObject)
    • getKind

      @NotNull public @NotNull String[] getKind(org.eclipse.xtext.resource.IEObjectDescription candidate, org.eclipse.emf.ecore.EObject eObject)