org.eclipse.xtext.ui.editor.model
Interface ITokenTypeToPartitionTypeMapper

All Known Implementing Classes:
TerminalsTokenTypeToPartitionMapper, TokenTypeToPartitionMapper

public interface ITokenTypeToPartitionTypeMapper

Author:
Sven Efftinge - Initial contribution and API

Method Summary
 java.lang.String getPartitionType(int antlrTokenType)
          returns the partition type for the given antlr type
 java.lang.String[] getSupportedPartitionTypes()
          returns all supported partition types
 

Method Detail

getPartitionType

java.lang.String getPartitionType(int antlrTokenType)
returns the partition type for the given antlr type


getSupportedPartitionTypes

java.lang.String[] getSupportedPartitionTypes()
returns all supported partition types