|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectKtExpressionImpl
org.jetbrains.kotlin.psi.KtMultiDeclaration
public class KtMultiDeclaration
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.intellij.openapi.util.Iconable |
|---|
com.intellij.openapi.util.Iconable.IconFlags, com.intellij.openapi.util.Iconable.LastComputedIcon |
| Field Summary |
|---|
| Fields inherited from interface com.intellij.psi.PsiElement |
|---|
ARRAY_FACTORY, EMPTY_ARRAY |
| Fields inherited from interface com.intellij.openapi.util.Iconable |
|---|
ICON_FLAG_CLOSED, ICON_FLAG_OPEN, ICON_FLAG_READ_STATUS, ICON_FLAG_VISIBILITY |
| Fields inherited from interface org.jetbrains.kotlin.psi.KtDeclaration |
|---|
ARRAY_FACTORY, EMPTY_ARRAY |
| Constructor Summary | |
|---|---|
KtMultiDeclaration(com.intellij.lang.ASTNode node)
|
|
| Method Summary | ||
|---|---|---|
|
accept(KtVisitor<R,D> visitor,
D data)
|
|
KtAnnotationEntry |
addAnnotationEntry(KtAnnotationEntry annotationEntry)
|
|
void |
addModifier(KtModifierKeywordToken modifier)
|
|
java.util.List<KtAnnotationEntry> |
getAnnotationEntries()
|
|
java.util.List<KtAnnotation> |
getAnnotations()
|
|
KDoc |
getDocComment()
|
|
java.util.List<KtMultiDeclarationEntry> |
getEntries()
|
|
KtExpression |
getInitializer()
|
|
com.intellij.psi.PsiElement |
getLPar()
|
|
KtModifierList |
getModifierList()
|
|
com.intellij.psi.PsiElement |
getRPar()
|
|
com.intellij.psi.PsiElement |
getValOrVarKeyword()
|
|
boolean |
hasModifier(KtModifierKeywordToken modifier)
|
|
void |
removeModifier(KtModifierKeywordToken modifier)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.intellij.psi.PsiElement |
|---|
accept, acceptChildren, add, addAfter, addBefore, addRange, addRangeAfter, addRangeBefore, checkAdd, checkDelete, copy, delete, deleteChildRange, findElementAt, findReferenceAt, getChildren, getContainingFile, getContext, getCopyableUserData, getFirstChild, getLanguage, getLastChild, getManager, getNavigationElement, getNextSibling, getNode, getOriginalElement, getParent, getPrevSibling, getProject, getReference, getReferences, getResolveScope, getStartOffsetInParent, getText, getTextLength, getTextOffset, getTextRange, getUseScope, isEquivalentTo, isPhysical, isValid, isWritable, processDeclarations, putCopyableUserData, replace, textContains, textMatches, textMatches, textToCharArray, toString |
| Methods inherited from interface com.intellij.openapi.util.UserDataHolder |
|---|
getUserData, putUserData |
| Methods inherited from interface com.intellij.openapi.util.Iconable |
|---|
getIcon |
| Constructor Detail |
|---|
public KtMultiDeclaration(@NotNull
com.intellij.lang.ASTNode node)
| Method Detail |
|---|
public <R,D> R accept(@NotNull
KtVisitor<R,D> visitor,
D data)
accept in interface KtExpression@NotNull public java.util.List<KtMultiDeclarationEntry> getEntries()
@Nullable public KtExpression getInitializer()
@Nullable public com.intellij.psi.PsiElement getValOrVarKeyword()
getValOrVarKeyword in interface KtValVarKeywordOwner@Nullable public com.intellij.psi.PsiElement getRPar()
@Nullable public com.intellij.psi.PsiElement getLPar()
@Nullable public KtModifierList getModifierList()
getModifierList in interface KtModifierListOwner
public boolean hasModifier(@NotNull
KtModifierKeywordToken modifier)
hasModifier in interface KtModifierListOwner
public void addModifier(@NotNull
KtModifierKeywordToken modifier)
addModifier in interface KtModifierListOwner
public void removeModifier(@NotNull
KtModifierKeywordToken modifier)
removeModifier in interface KtModifierListOwner
@NotNull
public KtAnnotationEntry addAnnotationEntry(@NotNull
KtAnnotationEntry annotationEntry)
addAnnotationEntry in interface KtModifierListOwner@NotNull public java.util.List<KtAnnotationEntry> getAnnotationEntries()
getAnnotationEntries in interface KtAnnotated@NotNull public java.util.List<KtAnnotation> getAnnotations()
getAnnotations in interface KtAnnotated@Nullable public KDoc getDocComment()
getDocComment in interface KtDeclaration
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||