Class PartialTPCMContentAssistParser
- 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
-
- org.palladiosimulator.textual.tpcm.ide.contentassist.antlr.TPCMParser
-
- org.palladiosimulator.textual.tpcm.ide.contentassist.antlr.PartialTPCMContentAssistParser
-
- All Implemented Interfaces:
org.eclipse.xtext.ide.editor.contentassist.antlr.IContentAssistParser
,org.eclipse.xtext.ide.editor.partialEditing.IPartialEditingContentAssistParser
public class PartialTPCMContentAssistParser extends TPCMParser
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.palladiosimulator.textual.tpcm.ide.contentassist.antlr.TPCMParser
TPCMParser.NameMappings
-
-
Constructor Summary
Constructors Constructor Description PartialTPCMContentAssistParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 org.palladiosimulator.textual.tpcm.ide.contentassist.antlr.TPCMParser
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
-
-
-
-
Method Detail
-
initializeFor
public void initializeFor(org.eclipse.xtext.AbstractRule rule)
- Specified by:
initializeFor
in interfaceorg.eclipse.xtext.ide.editor.partialEditing.IPartialEditingContentAssistParser
- Overrides:
initializeFor
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>
-
getFollowElements
protected Collection<org.eclipse.xtext.ide.editor.contentassist.antlr.FollowElement> getFollowElements(org.eclipse.xtext.ide.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser parser)
- Overrides:
getFollowElements
in classorg.eclipse.xtext.ide.editor.contentassist.antlr.AbstractContentAssistParser
-
-