|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intellij.psi.tree.IElementType
org.jetbrains.kotlin.lexer.KtToken
org.jetbrains.kotlin.lexer.KtSingleValueToken
org.jetbrains.kotlin.lexer.KtKeywordToken
org.jetbrains.kotlin.lexer.KtModifierKeywordToken
public final class KtModifierKeywordToken
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 KtModifierKeywordToken |
keywordModifier(java.lang.String value)
Generate keyword (identifier that has a keyword meaning in all possible contexts) |
static KtModifierKeywordToken |
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.KtKeywordToken |
---|
isSoft, keyword, keyword, softKeyword |
Methods inherited from class org.jetbrains.kotlin.lexer.KtSingleValueToken |
---|
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 |
---|
public static KtModifierKeywordToken keywordModifier(java.lang.String value)
public static KtModifierKeywordToken softKeywordModifier(java.lang.String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |