Class DSLParser

  • All Implemented Interfaces:
    org.eclipse.xtext.ui.editor.contentassist.antlr.IContentAssistParser
    Direct Known Subclasses:
    PartialDSLContentAssistParser

    public class DSLParser
    extends org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser

        org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser.MyEofListener
    • Constructor Summary

      Constructors 
      Constructor Description
      DSLParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected InternalDSLParser createParser()  
      protected java.util.Collection<org.eclipse.xtext.ui.editor.contentassist.antlr.FollowElement> getFollowElements​(org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser parser)  
      DSLGrammarAccess getGrammarAccess()  
      protected java.lang.String[] getInitialHiddenTokens()  
      protected java.lang.String getRuleName​(org.eclipse.xtext.AbstractElement element)  
      void setGrammarAccess​(DSLGrammarAccess grammarAccess)  
      • Methods inherited from class org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser

        createEofListener, createLexer
      • Methods inherited from class org.eclipse.xtext.ide.editor.contentassist.antlr.BaseContentAssistParser

        appendTextToParse, createObservableTokenStream, createTokenSource, createUnorderedGroupHelper, getElementsToParse, getElementsToParse, getElementsToParse, getEntryGrammarElement, getEntryRule, getFollowElements, getFollowElements, getFollowElements, getFollowElements, getFollowElements, getFollowElements, getFollowElements, getFollowElements, getInitializedUnorderedGroupHelper, getReplacement, getRequiredRuleNameComputer, getRequiredRuleNames, getRuleNames, getTextToParse, getUnorderedGroupHelper, ignoreFirstEntrance, initializeFor, 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.ui.editor.contentassist.antlr.IContentAssistParser

        getFollowElements, getFollowElements
    • Constructor Detail

      • DSLParser

        public DSLParser()
    • Method Detail

      • createParser

        protected InternalDSLParser createParser()
        Specified by:
        createParser in class org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
      • getRuleName

        protected java.lang.String getRuleName​(org.eclipse.xtext.AbstractElement element)
        Specified by:
        getRuleName in class org.eclipse.xtext.ide.editor.contentassist.antlr.BaseContentAssistParser<org.eclipse.xtext.ui.editor.contentassist.antlr.FollowElement,​org.eclipse.xtext.ui.editor.contentassist.antlr.LookAheadTerminal,​org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser>
      • getFollowElements

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

        protected java.lang.String[] getInitialHiddenTokens()
        Specified by:
        getInitialHiddenTokens in class org.eclipse.xtext.ide.editor.contentassist.antlr.BaseContentAssistParser<org.eclipse.xtext.ui.editor.contentassist.antlr.FollowElement,​org.eclipse.xtext.ui.editor.contentassist.antlr.LookAheadTerminal,​org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser>
      • setGrammarAccess

        public void setGrammarAccess​(DSLGrammarAccess grammarAccess)