org.eclipse.xtext.ui.editor.model
Class DocumentTokenSource.TokenInfo

java.lang.Object
  extended by org.eclipse.xtext.ui.editor.model.DocumentTokenSource.TokenInfo
Enclosing class:
DocumentTokenSource

public static class DocumentTokenSource.TokenInfo
extends java.lang.Object


Constructor Summary
DocumentTokenSource.TokenInfo(org.antlr.runtime.CommonToken token)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getAntlrTokenType()
           
 int getLength()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentTokenSource.TokenInfo

public DocumentTokenSource.TokenInfo(org.antlr.runtime.CommonToken token)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getAntlrTokenType

public int getAntlrTokenType()

getLength

public int getLength()