Class APIDescriptionParser

  • All Implemented Interfaces:
    org.eclipse.xtext.ide.editor.contentassist.antlr.IContentAssistParser, org.eclipse.xtext.ide.editor.partialEditing.IPartialEditingContentAssistParser
    Direct Known Subclasses:
    PartialAPIDescriptionContentAssistParser

    public class APIDescriptionParser
    extends org.eclipse.xtext.ide.editor.contentassist.antlr.AbstractContentAssistParser
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected InternalAPIDescriptionParser createParser()  
      io.mdsl.services.APIDescriptionGrammarAccess getGrammarAccess()  
      protected java.lang.String[] getInitialHiddenTokens()  
      APIDescriptionParser.NameMappings getNameMappings()  
      protected java.lang.String getRuleName​(org.eclipse.xtext.AbstractElement element)  
      void setGrammarAccess​(io.mdsl.services.APIDescriptionGrammarAccess grammarAccess)  
      void setNameMappings​(APIDescriptionParser.NameMappings nameMappings)  
      • Methods inherited from class org.eclipse.xtext.ide.editor.contentassist.antlr.AbstractContentAssistParser

        createLexer, getFollowElements
      • 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, 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.ide.editor.contentassist.antlr.IContentAssistParser

        getFollowElements, getFollowElements
      • Methods inherited from interface org.eclipse.xtext.ide.editor.partialEditing.IPartialEditingContentAssistParser

        initializeFor
    • Constructor Detail

      • APIDescriptionParser

        public APIDescriptionParser()
    • Method Detail

      • createParser

        protected InternalAPIDescriptionParser createParser()
        Specified by:
        createParser in class org.eclipse.xtext.ide.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.ide.editor.contentassist.antlr.FollowElement,​org.eclipse.xtext.ide.editor.contentassist.antlr.LookAheadTerminal,​org.eclipse.xtext.ide.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser>
      • getInitialHiddenTokens

        protected java.lang.String[] getInitialHiddenTokens()
        Specified by:
        getInitialHiddenTokens 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>
      • getGrammarAccess

        public io.mdsl.services.APIDescriptionGrammarAccess getGrammarAccess()
      • setGrammarAccess

        public void setGrammarAccess​(io.mdsl.services.APIDescriptionGrammarAccess grammarAccess)