Class ThingParser
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.openhab.core.model.thing.ide.contentassist.antlr.ThingParser
- All Implemented Interfaces:
org.eclipse.xtext.ide.editor.contentassist.antlr.IContentAssistParser
,org.eclipse.xtext.ide.editor.partialEditing.IPartialEditingContentAssistParser
- Direct Known Subclasses:
PartialThingContentAssistParser
public class ThingParser
extends org.eclipse.xtext.ide.editor.contentassist.antlr.AbstractContentAssistParser
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.openhab.core.model.thing.ide.contentassist.antlr.internal.InternalThingParser
protected String[]
protected String
getRuleName
(org.eclipse.xtext.AbstractElement element) void
setGrammarAccess
(ThingGrammarAccess grammarAccess) void
setNameMappings
(ThingParser.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
Methods inherited from interface org.eclipse.xtext.ide.editor.contentassist.antlr.IContentAssistParser
getFollowElements, getFollowElements
Methods inherited from interface org.eclipse.xtext.ide.editor.partialEditing.IPartialEditingContentAssistParser
initializeFor
-
Constructor Details
-
ThingParser
public ThingParser()
-
-
Method Details
-
createParser
protected org.openhab.core.model.thing.ide.contentassist.antlr.internal.InternalThingParser createParser()- Specified by:
createParser
in classorg.eclipse.xtext.ide.editor.contentassist.antlr.AbstractContentAssistParser
-
getRuleName
- 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
- 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
-
setGrammarAccess
-
getNameMappings
-
setNameMappings
-