Class DefaultAntlrTokenToAttributeIdMapper
- java.lang.Object
-
- org.eclipse.xtext.ide.editor.model.TokenTypeToStringMapper
-
- org.eclipse.xtext.ide.editor.syntaxcoloring.AbstractAntlrTokenToAttributeIdMapper
-
- org.eclipse.xtext.ide.editor.syntaxcoloring.DefaultAntlrTokenToAttributeIdMapper
-
public class DefaultAntlrTokenToAttributeIdMapper extends AbstractAntlrTokenToAttributeIdMapper
- Since:
- 2.9
-
-
Constructor Summary
Constructors Constructor Description DefaultAntlrTokenToAttributeIdMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringcalculateId(java.lang.String tokenName, int tokenType)-
Methods inherited from class org.eclipse.xtext.ide.editor.syntaxcoloring.AbstractAntlrTokenToAttributeIdMapper
getId
-
Methods inherited from class org.eclipse.xtext.ide.editor.model.TokenTypeToStringMapper
getMappedValue, initIds, setTokenDefProvider
-
-
-
-
Method Detail
-
calculateId
protected java.lang.String calculateId(java.lang.String tokenName, int tokenType)- Specified by:
calculateIdin classTokenTypeToStringMapper
-
-