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

All Superinterfaces:
org.eclipse.jface.text.IRegion
All Known Implementing Classes:
DocumentTokenSource.TokenAdapter

public interface ILexerTokenRegion
extends org.eclipse.jface.text.IRegion

Author:
Sven Efftinge - Initial contribution and API

Method Summary
 int getLexerTokenType()
           
 
Methods inherited from interface org.eclipse.jface.text.IRegion
getLength, getOffset
 

Method Detail

getLexerTokenType

int getLexerTokenType()