Class MetricDSLParser
java.lang.Object
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>
org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
org.somox.metrics.dsl.ui.contentassist.antlr.MetricDSLParser
- All Implemented Interfaces:
org.eclipse.xtext.ui.editor.contentassist.antlr.IContentAssistParser
- Direct Known Subclasses:
PartialMetricDSLContentAssistParser
public class MetricDSLParser
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected InternalMetricDSLParserprotected Collection<org.eclipse.xtext.ui.editor.contentassist.antlr.FollowElement>getFollowElements(org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser parser) protected String[]protected StringgetRuleName(org.eclipse.xtext.AbstractElement element) voidsetGrammarAccess(MetricDSLGrammarAccess grammarAccess) Methods inherited from class org.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
createEofListener, createLexerMethods 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, unwrapSingleElementGroupsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.xtext.ui.editor.contentassist.antlr.IContentAssistParser
getFollowElements, getFollowElements
-
Constructor Details
-
MetricDSLParser
public MetricDSLParser()
-
-
Method Details
-
createParser
- Specified by:
createParserin classorg.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
-
getRuleName
- Specified by:
getRuleNamein classorg.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 Collection<org.eclipse.xtext.ui.editor.contentassist.antlr.FollowElement> getFollowElements(org.eclipse.xtext.ui.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser parser) - Overrides:
getFollowElementsin classorg.eclipse.xtext.ui.editor.contentassist.antlr.AbstractContentAssistParser
-
getInitialHiddenTokens
- Specified by:
getInitialHiddenTokensin classorg.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>
-
getGrammarAccess
-
setGrammarAccess
-