org.jetbrains.kotlin.lexer
Class KtToken

java.lang.Object
  extended by com.intellij.psi.tree.IElementType
      extended by org.jetbrains.kotlin.lexer.KtToken
Direct Known Subclasses:
KDocToken, KtSingleValueToken

public class KtToken
extends com.intellij.psi.tree.IElementType


Nested Class Summary
 
Nested classes/interfaces inherited from class com.intellij.psi.tree.IElementType
com.intellij.psi.tree.IElementType.Predicate
 
Field Summary
 
Fields inherited from class com.intellij.psi.tree.IElementType
EMPTY_ARRAY, FIRST_TOKEN_INDEX, TRUE
 
Constructor Summary
KtToken(java.lang.String debugName)
           
 
Method Summary
 
Methods inherited from class com.intellij.psi.tree.IElementType
enumerate, find, getIndex, getLanguage, getRegisteredIndex, isLeftBound, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KtToken

public KtToken(@NotNull@NonNls
               java.lang.String debugName)