org.jetbrains.kotlin
Class KtNodeType.KtLeftBoundNodeType

java.lang.Object
  extended by com.intellij.psi.tree.IElementType
      extended by org.jetbrains.kotlin.KtNodeType
          extended by org.jetbrains.kotlin.KtNodeType.KtLeftBoundNodeType
Enclosing class:
KtNodeType

public static class KtNodeType.KtLeftBoundNodeType
extends KtNodeType


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jetbrains.kotlin.KtNodeType
KtNodeType.KtLeftBoundNodeType
 
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
KtNodeType.KtLeftBoundNodeType(java.lang.String debugName, java.lang.Class<? extends KtElement> psiClass)
           
 
Method Summary
 boolean isLeftBound()
           
 
Methods inherited from class org.jetbrains.kotlin.KtNodeType
createPsi
 
Methods inherited from class com.intellij.psi.tree.IElementType
enumerate, find, getIndex, getLanguage, getRegisteredIndex, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KtNodeType.KtLeftBoundNodeType

public KtNodeType.KtLeftBoundNodeType(@NotNull@NonNls
                                      java.lang.String debugName,
                                      java.lang.Class<? extends KtElement> psiClass)
Method Detail

isLeftBound

public boolean isLeftBound()
Overrides:
isLeftBound in class com.intellij.psi.tree.IElementType