Class DSLParser
- 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
-
- de.sebinside.dcp.dsl.ide.contentassist.antlr.DSLParser
-
- All Implemented Interfaces:
org.eclipse.xtext.ide.editor.contentassist.antlr.IContentAssistParser
,org.eclipse.xtext.ide.editor.partialEditing.IPartialEditingContentAssistParser
- Direct Known Subclasses:
PartialDSLContentAssistParser
public class DSLParser extends org.eclipse.xtext.ide.editor.contentassist.antlr.AbstractContentAssistParser
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DSLParser.NameMappings
-
Constructor Summary
Constructors Constructor Description DSLParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected InternalDSLParser
createParser()
DSLGrammarAccess
getGrammarAccess()
protected String[]
getInitialHiddenTokens()
DSLParser.NameMappings
getNameMappings()
protected String
getRuleName(org.eclipse.xtext.AbstractElement element)
void
setGrammarAccess(DSLGrammarAccess grammarAccess)
void
setNameMappings(DSLParser.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
-
-
-
-
Method Detail
-
createParser
protected InternalDSLParser createParser()
- Specified by:
createParser
in classorg.eclipse.xtext.ide.editor.contentassist.antlr.AbstractContentAssistParser
-
getRuleName
protected String getRuleName(org.eclipse.xtext.AbstractElement element)
- Specified by:
getRuleName
in classorg.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 String[] getInitialHiddenTokens()
- Specified by:
getInitialHiddenTokens
in classorg.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 DSLGrammarAccess getGrammarAccess()
-
setGrammarAccess
public void setGrammarAccess(DSLGrammarAccess grammarAccess)
-
getNameMappings
public DSLParser.NameMappings getNameMappings()
-
setNameMappings
public void setNameMappings(DSLParser.NameMappings nameMappings)
-
-