org.jetbrains.kotlin.lexer
Class JetModifierKeywordToken

java.lang.Object
  extended by com.intellij.psi.tree.IElementType
      extended by org.jetbrains.kotlin.lexer.JetToken
          extended by org.jetbrains.kotlin.lexer.JetSingleValueToken
              extended by org.jetbrains.kotlin.lexer.JetKeywordToken
                  extended by org.jetbrains.kotlin.lexer.JetModifierKeywordToken

public final class JetModifierKeywordToken
extends JetKeywordToken


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
 
Method Summary
static JetModifierKeywordToken keywordModifier(java.lang.String value)
          Generate keyword (identifier that has a keyword meaning in all possible contexts)
static JetModifierKeywordToken softKeywordModifier(java.lang.String value)
          Generate soft keyword (identifier that has a keyword meaning only in some contexts)
 
Methods inherited from class org.jetbrains.kotlin.lexer.JetKeywordToken
isSoft, keyword, keyword, softKeyword
 
Methods inherited from class org.jetbrains.kotlin.lexer.JetSingleValueToken
getValue
 
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
 

Method Detail

keywordModifier

public static JetModifierKeywordToken keywordModifier(java.lang.String value)
Generate keyword (identifier that has a keyword meaning in all possible contexts)


softKeywordModifier

public static JetModifierKeywordToken softKeywordModifier(java.lang.String value)
Generate soft keyword (identifier that has a keyword meaning only in some contexts)