org.jetbrains.jet.asJava
Class KotlinLightModifierList

java.lang.Object
  extended by com.intellij.openapi.util.UserDataHolderBase
      extended by com.intellij.psi.impl.ElementBase
          extended by com.intellij.psi.impl.PsiElementBase
              extended by com.intellij.psi.impl.light.LightElement
                  extended by com.intellij.psi.impl.light.LightModifierList
                      extended by org.jetbrains.jet.asJava.KotlinLightModifierList
All Implemented Interfaces:
com.intellij.navigation.NavigationItem, com.intellij.openapi.util.Iconable, com.intellij.openapi.util.UserDataHolder, com.intellij.openapi.util.UserDataHolderEx, com.intellij.pom.Navigatable, com.intellij.psi.NavigatablePsiElement, com.intellij.psi.PsiAnnotationOwner, com.intellij.psi.PsiElement, com.intellij.psi.PsiModifierList, java.lang.Cloneable

public abstract class KotlinLightModifierList
extends com.intellij.psi.impl.light.LightModifierList


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 class com.intellij.psi.impl.light.LightElement
myManager
 
Fields inherited from class com.intellij.psi.impl.ElementBase
FLAGS_LOCKED, ICON_PLACEHOLDER
 
Fields inherited from class com.intellij.openapi.util.UserDataHolderBase
COPYABLE_USER_MAP_KEY
 
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 com.intellij.navigation.NavigationItem
EMPTY_NAVIGATION_ITEM_ARRAY
 
Constructor Summary
KotlinLightModifierList(com.intellij.psi.PsiManager psiManager, java.lang.String[] modifiers)
           
 
Method Summary
 com.intellij.psi.PsiAnnotation addAnnotation(java.lang.String qualifiedName)
           
 com.intellij.psi.PsiAnnotation findAnnotation(java.lang.String qualifiedName)
           
 com.intellij.psi.PsiAnnotation[] getAnnotations()
           
 com.intellij.psi.PsiAnnotation[] getApplicableAnnotations()
           
abstract  com.intellij.psi.PsiAnnotationOwner getDelegate()
           
 
Methods inherited from class com.intellij.psi.impl.light.LightModifierList
accept, addModifier, checkSetModifierProperty, clearModifiers, copyModifiers, getModifiers, getText, hasExplicitModifier, hasModifierProperty, setModifierProperty, toString
 
Methods inherited from class com.intellij.psi.impl.light.LightElement
add, addAfter, addBefore, checkAdd, checkDelete, copy, delete, findElementAt, getChildren, getContainingFile, getLanguage, getManager, getNavigationElement, getNextSibling, getNode, getParent, getPrevSibling, getStartOffsetInParent, getTextLength, getTextOffset, getTextRange, isPhysical, isValid, isWritable, replace, setNavigationElement, textMatches, textMatches, textToCharArray
 
Methods inherited from class com.intellij.psi.impl.PsiElementBase
acceptChildren, addRange, addRangeAfter, addRangeBefore, canNavigate, canNavigateToSource, deleteChildRange, findChildByClass, findChildrenByClass, findNotNullChildByClass, findReferenceAt, getContext, getFirstChild, getLastChild, getName, getOriginalElement, getPresentation, getProject, getReference, getReferences, getResolveScope, getUseScope, isEquivalentTo, navigate, notNullChild, processDeclarations, textContains
 
Methods inherited from class com.intellij.psi.impl.ElementBase
buildRowIcon, computeBaseIcon, createLayeredIcon, getAdjustedBaseIcon, getBaseIcon, getElementIcon, getIcon, iconWithVisibilityIfNeeded, isNativeFileType, isVisibilitySupported, overlayIcons, registerIconLayer, transformFlags
 
Methods inherited from class com.intellij.openapi.util.UserDataHolderBase
changeUserMap, clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, getUserMap, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace, setUserMap
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.intellij.psi.PsiElement
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, getTextLength, getTextOffset, getTextRange, getUseScope, isEquivalentTo, isPhysical, isValid, isWritable, processDeclarations, putCopyableUserData, replace, textContains, textMatches, textMatches, textToCharArray
 
Methods inherited from interface com.intellij.openapi.util.UserDataHolder
getUserData, putUserData
 
Methods inherited from interface com.intellij.openapi.util.Iconable
getIcon
 

Constructor Detail

KotlinLightModifierList

public KotlinLightModifierList(com.intellij.psi.PsiManager psiManager,
                               @NotNull
                               java.lang.String[] modifiers)
Method Detail

getDelegate

public abstract com.intellij.psi.PsiAnnotationOwner getDelegate()

getAnnotations

@NotNull
public com.intellij.psi.PsiAnnotation[] getAnnotations()
Specified by:
getAnnotations in interface com.intellij.psi.PsiAnnotationOwner
Overrides:
getAnnotations in class com.intellij.psi.impl.light.LightModifierList

getApplicableAnnotations

@NotNull
public com.intellij.psi.PsiAnnotation[] getApplicableAnnotations()
Specified by:
getApplicableAnnotations in interface com.intellij.psi.PsiAnnotationOwner
Overrides:
getApplicableAnnotations in class com.intellij.psi.impl.light.LightModifierList

findAnnotation

@Nullable
public com.intellij.psi.PsiAnnotation findAnnotation(@NotNull@NonNls
                                                              java.lang.String qualifiedName)
Specified by:
findAnnotation in interface com.intellij.psi.PsiAnnotationOwner
Overrides:
findAnnotation in class com.intellij.psi.impl.light.LightModifierList

addAnnotation

@NotNull
public com.intellij.psi.PsiAnnotation addAnnotation(@NotNull@NonNls
                                                            java.lang.String qualifiedName)
Specified by:
addAnnotation in interface com.intellij.psi.PsiAnnotationOwner
Overrides:
addAnnotation in class com.intellij.psi.impl.light.LightModifierList