Class ProblemParser
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
- All Implemented Interfaces:
 org.eclipse.xtext.ide.editor.contentassist.antlr.IContentAssistParser,org.eclipse.xtext.ide.editor.partialEditing.IPartialEditingContentAssistParser
- Direct Known Subclasses:
 PartialProblemContentAssistParser,TokenSourceInjectingProblemParser
public class ProblemParser
extends org.eclipse.xtext.ide.editor.contentassist.antlr.AbstractContentAssistParser
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected org.antlr.runtime.TokenSourcecreateLexer(org.antlr.runtime.CharStream stream) protected InternalProblemParserprotected String[]protected StringgetRuleName(org.eclipse.xtext.AbstractElement element) voidsetGrammarAccess(ProblemGrammarAccess grammarAccess) voidsetNameMappings(ProblemParser.NameMappings nameMappings) Methods inherited from class org.eclipse.xtext.ide.editor.contentassist.antlr.AbstractContentAssistParser
getFollowElementsMethods 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, 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, getFollowElementsMethods inherited from interface org.eclipse.xtext.ide.editor.partialEditing.IPartialEditingContentAssistParser
initializeFor 
- 
Constructor Details
- 
ProblemParser
public ProblemParser() 
 - 
 - 
Method Details
- 
createParser
- Specified by:
 createParserin classorg.eclipse.xtext.ide.editor.contentassist.antlr.AbstractContentAssistParser
 - 
createLexer
protected org.antlr.runtime.TokenSource createLexer(org.antlr.runtime.CharStream stream) - Overrides:
 createLexerin classorg.eclipse.xtext.ide.editor.contentassist.antlr.AbstractContentAssistParser
 - 
getRuleName
- Specified by:
 getRuleNamein 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
- Specified by:
 getInitialHiddenTokensin 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
 - 
setGrammarAccess
 - 
getNameMappings
 - 
setNameMappings
 
 -