org.eclipse.xtext.ui.editor.syntaxcoloring
Class AbstractAntlrTokenToAttributeIdMapper

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.model.TokenTypeToStringMapper
      extended by org.eclipse.xtext.ui.editor.syntaxcoloring.AbstractAntlrTokenToAttributeIdMapper
Direct Known Subclasses:
DefaultAntlrTokenToAttributeIdMapper

public abstract class AbstractAntlrTokenToAttributeIdMapper
extends TokenTypeToStringMapper

Author:
Sebastian Zarnekow - Initial contribution and API

Constructor Summary
AbstractAntlrTokenToAttributeIdMapper()
           
 
Method Summary
 java.lang.String getId(int tokenType)
           
 
Methods inherited from class org.eclipse.xtext.ui.editor.model.TokenTypeToStringMapper
calculateId, getMappedValue, initIds, setTokenDefProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAntlrTokenToAttributeIdMapper

public AbstractAntlrTokenToAttributeIdMapper()
Method Detail

getId

public java.lang.String getId(int tokenType)