Class BslParserBasedContentAssistContextFactory

  • All Implemented Interfaces:
    org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext.Factory

    public class BslParserBasedContentAssistContextFactory
    extends org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory
    Special factory for creating context information for bsl context assist
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  BslParserBasedContentAssistContextFactory.StatefulFactory
      Creates grammatical rules context for content assist
      • Nested classes/interfaces inherited from class org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory

        org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory.CallHierarchyHelper, org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory.FollowElementCalculator, org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory.LeafNodeFinder, org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory.PartialStatefulFactory
      • Nested classes/interfaces inherited from interface org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext.Factory

        org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext.Factory.Null
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext[] create​(org.eclipse.jface.text.ITextViewer viewer, int offset, org.eclipse.xtext.resource.XtextResource resource)  
      • Methods inherited from class org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory

        getPool, getStatefulFactoryProvider, setStatefulFactoryProvider
    • Constructor Detail

      • BslParserBasedContentAssistContextFactory

        public BslParserBasedContentAssistContextFactory()
    • Method Detail

      • create

        public org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext[] create​(org.eclipse.jface.text.ITextViewer viewer,
                                                                                       int offset,
                                                                                       org.eclipse.xtext.resource.XtextResource resource)
        Specified by:
        create in interface org.eclipse.xtext.ui.editor.contentassist.ContentAssistContext.Factory
        Overrides:
        create in class org.eclipse.xtext.ui.editor.contentassist.antlr.ParserBasedContentAssistContextFactory