Class PartialBlangDslContentAssistParser

java.lang.Object
org.eclipse.xtext.ide.editor.contentassist.antlr.BaseContentAssistParser<org.eclipse.xtext.ide.editor.contentassist.antlr.FollowElement,​org.eclipse.xtext.ide.editor.contentassist.antlr.LookAheadTerminal,​org.eclipse.xtext.ide.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser>
org.eclipse.xtext.ide.editor.contentassist.antlr.AbstractContentAssistParser
ca.ubc.stat.blang.ide.contentassist.antlr.BlangDslParser
ca.ubc.stat.blang.ide.contentassist.antlr.PartialBlangDslContentAssistParser
All Implemented Interfaces:
org.eclipse.xtext.ide.editor.contentassist.antlr.IContentAssistParser, org.eclipse.xtext.ide.editor.partialEditing.IPartialEditingContentAssistParser

public class PartialBlangDslContentAssistParser
extends BlangDslParser
  • Nested Class Summary

    Nested classes/interfaces inherited from class ca.ubc.stat.blang.ide.contentassist.antlr.BlangDslParser

    BlangDslParser.NameMappings
  • Constructor Summary

    Constructors
    Constructor Description
    PartialBlangDslContentAssistParser()  
  • Method Summary

    Modifier and Type Method Description
    protected java.util.Collection<org.eclipse.xtext.ide.editor.contentassist.antlr.FollowElement> getFollowElements​(org.eclipse.xtext.ide.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser parser)  
    void initializeFor​(org.eclipse.xtext.AbstractRule rule)  

    Methods inherited from class ca.ubc.stat.blang.ide.contentassist.antlr.BlangDslParser

    createParser, getGrammarAccess, getInitialHiddenTokens, getNameMappings, getRuleName, setGrammarAccess, setNameMappings

    Methods inherited from class org.eclipse.xtext.ide.editor.contentassist.antlr.AbstractContentAssistParser

    createLexer

    Methods inherited from class org.eclipse.xtext.ide.editor.contentassist.antlr.BaseContentAssistParser

    appendTextToParse, createEofListener, createObservableTokenStream, createTokenSource, createUnorderedGroupHelper, getElementsToParse, getElementsToParse, getElementsToParse, getEntryGrammarElement, getEntryRule, getFollowElements, getFollowElements, getFollowElements, getFollowElements, getFollowElements, getFollowElements, getFollowElements, getFollowElements, getInitializedUnorderedGroupHelper, getReplacement, getRequiredRuleNameComputer, getRequiredRuleNames, getRuleNames, getTextToParse, getUnorderedGroupHelper, ignoreFirstEntrance, setRequiredRuleNameComputer, setTokensFromFollowElement, setUnorderedGroupHelper, unwrapSingleElementGroups

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.xtext.ide.editor.contentassist.antlr.IContentAssistParser

    getFollowElements, getFollowElements
  • Constructor Details

    • PartialBlangDslContentAssistParser

      public PartialBlangDslContentAssistParser()
  • Method Details

    • initializeFor

      public void initializeFor​(org.eclipse.xtext.AbstractRule rule)
      Specified by:
      initializeFor in interface org.eclipse.xtext.ide.editor.partialEditing.IPartialEditingContentAssistParser
      Overrides:
      initializeFor in class org.eclipse.xtext.ide.editor.contentassist.antlr.BaseContentAssistParser<org.eclipse.xtext.ide.editor.contentassist.antlr.FollowElement,​org.eclipse.xtext.ide.editor.contentassist.antlr.LookAheadTerminal,​org.eclipse.xtext.ide.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser>
    • getFollowElements

      protected java.util.Collection<org.eclipse.xtext.ide.editor.contentassist.antlr.FollowElement> getFollowElements​(org.eclipse.xtext.ide.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser parser)
      Overrides:
      getFollowElements in class org.eclipse.xtext.ide.editor.contentassist.antlr.AbstractContentAssistParser