Class TokenSourceInjectingPartialProblemContentAssistParser
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
tools.refinery.language.ide.contentassist.antlr.ProblemParser
tools.refinery.language.ide.contentassist.antlr.PartialProblemContentAssistParser
tools.refinery.language.ide.contentassist.TokenSourceInjectingPartialProblemContentAssistParser
- All Implemented Interfaces:
org.eclipse.xtext.ide.editor.contentassist.antlr.IContentAssistParser, org.eclipse.xtext.ide.editor.partialEditing.IPartialEditingContentAssistParser
public class TokenSourceInjectingPartialProblemContentAssistParser
extends PartialProblemContentAssistParser
Code is duplicated from
TokenSourceInjectingProblemParser due to
Xtext code generation.-
Nested Class Summary
Nested classes/interfaces inherited from class ProblemParser
ProblemParser.NameMappings -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.antlr.runtime.TokenSourcecreateLexer(org.antlr.runtime.CharStream stream) Methods inherited from class PartialProblemContentAssistParser
getFollowElements, initializeForMethods inherited from class ProblemParser
createParser, getGrammarAccess, getInitialHiddenTokens, getNameMappings, getRuleName, setGrammarAccess, setNameMappingsMethods 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, unwrapSingleElementGroupsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.xtext.ide.editor.contentassist.antlr.IContentAssistParser
getFollowElements, getFollowElements
-
Constructor Details
-
TokenSourceInjectingPartialProblemContentAssistParser
public TokenSourceInjectingPartialProblemContentAssistParser()
-
-
Method Details
-
createLexer
protected org.antlr.runtime.TokenSource createLexer(org.antlr.runtime.CharStream stream) - Overrides:
createLexerin classProblemParser
-