org.jetbrains.kotlin.psi
Class KtDestructuringDeclaration

java.lang.Object
  extended by KtExpressionImpl
      extended by org.jetbrains.kotlin.psi.KtDeclarationImpl
          extended by org.jetbrains.kotlin.psi.KtDestructuringDeclaration
All Implemented Interfaces:
com.intellij.openapi.util.Iconable, com.intellij.openapi.util.UserDataHolder, com.intellij.psi.PsiElement, KtAnnotated, KtDeclaration, KtExpression, KtModifierListOwner, KtValVarKeywordOwner

public class KtDestructuringDeclaration
extends KtDeclarationImpl
implements KtValVarKeywordOwner


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
KtDestructuringDeclaration(com.intellij.lang.ASTNode node)
           
 
Method Summary
<R,D> R
accept(KtVisitor<R,D> visitor, D data)
           
 java.util.List<KtDestructuringDeclarationEntry> getEntries()
           
 KtExpression getInitializer()
           
 com.intellij.psi.PsiElement getLPar()
           
 com.intellij.psi.PsiElement getRPar()
           
 com.intellij.psi.PsiElement getValOrVarKeyword()
           
 boolean isVar()
           
 
Methods inherited from class org.jetbrains.kotlin.psi.KtDeclarationImpl
addAnnotationEntry, addModifier, getAnnotationEntries, getAnnotations, getDocComment, getModifierList, hasModifier, removeModifier
 
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

KtDestructuringDeclaration

public KtDestructuringDeclaration(@NotNull
                                  com.intellij.lang.ASTNode node)
Method Detail

accept

public <R,D> R accept(@NotNull
                      KtVisitor<R,D> visitor,
                      D data)
Specified by:
accept in interface KtExpression

getEntries

@NotNull
public java.util.List<KtDestructuringDeclarationEntry> getEntries()

getInitializer

@Nullable
public KtExpression getInitializer()

isVar

public boolean isVar()

getValOrVarKeyword

@Nullable
public com.intellij.psi.PsiElement getValOrVarKeyword()
Specified by:
getValOrVarKeyword in interface KtValVarKeywordOwner

getRPar

@Nullable
public com.intellij.psi.PsiElement getRPar()

getLPar

@Nullable
public com.intellij.psi.PsiElement getLPar()