Class ProblemContentProposalProvider

java.lang.Object
org.eclipse.xtext.ide.editor.contentassist.IdeContentProposalProvider
tools.refinery.language.ide.contentassist.ProblemContentProposalProvider

public class ProblemContentProposalProvider extends org.eclipse.xtext.ide.editor.contentassist.IdeContentProposalProvider
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
    filterKeyword(org.eclipse.xtext.Keyword keyword, org.eclipse.xtext.ide.editor.contentassist.ContentAssistContext context)
     

    Methods inherited from class org.eclipse.xtext.ide.editor.contentassist.IdeContentProposalProvider

    _createProposals, _createProposals, _createProposals, _createProposals, _createProposals, createProposals, createProposals, getCrossrefFilter, getCrossrefProposalProvider, getFilteredContexts, getProposalCreator, getProposalPriorities, getQualifiedNameConverter, getScopeProvider

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ProblemContentProposalProvider

      public ProblemContentProposalProvider()
  • Method Details

    • filterKeyword

      protected boolean filterKeyword(org.eclipse.xtext.Keyword keyword, org.eclipse.xtext.ide.editor.contentassist.ContentAssistContext context)
      Overrides:
      filterKeyword in class org.eclipse.xtext.ide.editor.contentassist.IdeContentProposalProvider