Class DSLAntlrTokenToAttributeIdMapper
- java.lang.Object
-
- org.eclipse.xtext.ui.editor.model.TokenTypeToStringMapper
-
- org.eclipse.xtext.ui.editor.syntaxcoloring.AbstractAntlrTokenToAttributeIdMapper
-
- org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultAntlrTokenToAttributeIdMapper
-
- de.gebit.integrity.ui.highlighting.DSLAntlrTokenToAttributeIdMapper
-
public class DSLAntlrTokenToAttributeIdMapper extends org.eclipse.xtext.ui.editor.syntaxcoloring.DefaultAntlrTokenToAttributeIdMapperExtension of the custom Antlr token to attribute mapper. This is used by the editor to connect specific token types to a highlighting setting.- Author:
- Rene Schneider - initial API and implementation
-
-
Constructor Summary
Constructors Constructor Description DSLAntlrTokenToAttributeIdMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringcalculateId(String aTokenName, int aTokenType)-
Methods inherited from class org.eclipse.xtext.ui.editor.syntaxcoloring.AbstractAntlrTokenToAttributeIdMapper
getId
-
-