Class AbstractAntlrTokenToAttributeIdMapper
- java.lang.Object
-
- org.eclipse.xtext.ide.editor.model.TokenTypeToStringMapper
-
- org.eclipse.xtext.ide.editor.syntaxcoloring.AbstractAntlrTokenToAttributeIdMapper
-
- Direct Known Subclasses:
DefaultAntlrTokenToAttributeIdMapper
public abstract class AbstractAntlrTokenToAttributeIdMapper extends TokenTypeToStringMapper
- Since:
- 2.9
-
-
Constructor Summary
Constructors Constructor Description AbstractAntlrTokenToAttributeIdMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId(int tokenType)-
Methods inherited from class org.eclipse.xtext.ide.editor.model.TokenTypeToStringMapper
calculateId, getMappedValue, initIds, setTokenDefProvider
-
-