Class PartialProblemContentAssistParser
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
- All Implemented Interfaces:
 org.eclipse.xtext.ide.editor.contentassist.antlr.IContentAssistParser,org.eclipse.xtext.ide.editor.partialEditing.IPartialEditingContentAssistParser
- Direct Known Subclasses:
 TokenSourceInjectingPartialProblemContentAssistParser
- 
Nested Class Summary
Nested classes/interfaces inherited from class tools.refinery.language.ide.contentassist.antlr.ProblemParser
ProblemParser.NameMappings - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<org.eclipse.xtext.ide.editor.contentassist.antlr.FollowElement> getFollowElements(org.eclipse.xtext.ide.editor.contentassist.antlr.internal.AbstractInternalContentAssistParser parser) voidinitializeFor(org.eclipse.xtext.AbstractRule rule) Methods inherited from class tools.refinery.language.ide.contentassist.antlr.ProblemParser
createLexer, 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 java.lang.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
- 
PartialProblemContentAssistParser
public PartialProblemContentAssistParser() 
 - 
 - 
Method Details
- 
initializeFor
public void initializeFor(org.eclipse.xtext.AbstractRule rule) - Specified by:
 initializeForin interfaceorg.eclipse.xtext.ide.editor.partialEditing.IPartialEditingContentAssistParser- Overrides:
 initializeForin 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:
 getFollowElementsin classorg.eclipse.xtext.ide.editor.contentassist.antlr.AbstractContentAssistParser
 
 -