org.jetbrains.jet.asJava
Class KotlinWrappingLightClass

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.AbstractLightClass
                      extended by org.jetbrains.jet.asJava.KotlinWrappingLightClass
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.pom.PomNamedTarget, com.intellij.pom.PomRenameableTarget<com.intellij.psi.PsiElement>, com.intellij.pom.PomTarget, com.intellij.psi.impl.source.PsiExtensibleClass, com.intellij.psi.NavigatablePsiElement, com.intellij.psi.PsiClass, com.intellij.psi.PsiDocCommentOwner, com.intellij.psi.PsiElement, com.intellij.psi.PsiMember, com.intellij.psi.PsiModifierListOwner, com.intellij.psi.PsiNamedElement, com.intellij.psi.PsiNameIdentifierOwner, com.intellij.psi.PsiTarget, com.intellij.psi.PsiTypeParameterListOwner, java.lang.Cloneable
Direct Known Subclasses:
KotlinLightClassForExplicitDeclaration, KotlinLightClassForPackage

public abstract class KotlinWrappingLightClass
extends com.intellij.psi.impl.light.AbstractLightClass
implements com.intellij.psi.impl.source.PsiExtensibleClass


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.PsiClass
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
protected KotlinWrappingLightClass(com.intellij.psi.PsiManager manager, com.intellij.lang.Language language)
           
 
Method Summary
 com.intellij.psi.PsiField findFieldByName(java.lang.String name, boolean checkBases)
           
 com.intellij.psi.PsiClass findInnerClassByName(java.lang.String name, boolean checkBases)
           
 com.intellij.psi.PsiMethod[] findMethodsByName(java.lang.String name, boolean checkBases)
           
 com.intellij.psi.PsiField[] getAllFields()
           
 com.intellij.psi.PsiClass[] getAllInnerClasses()
           
 com.intellij.psi.PsiMethod[] getAllMethods()
           
 com.intellij.psi.PsiMethod[] getConstructors()
           
abstract  com.intellij.psi.PsiClass getDelegate()
           
 com.intellij.psi.PsiField[] getFields()
           
 com.intellij.psi.PsiClass[] getInnerClasses()
           
 com.intellij.psi.PsiMethod[] getMethods()
           
 java.util.List<com.intellij.psi.PsiField> getOwnFields()
           
 java.util.List<com.intellij.psi.PsiMethod> getOwnMethods()
           
 
Methods inherited from class com.intellij.psi.impl.light.AbstractLightClass
accept, copy, findMethodBySignature, findMethodsAndTheirSubstitutorsByName, findMethodsBySignature, getAllMethodsAndTheirSubstitutors, getContainingClass, getContainingFile, getContext, getDocComment, getExtendsList, getExtendsListTypes, getImplementsList, getImplementsListTypes, getInitializers, getInterfaces, getLBrace, getModifierList, getName, getNameIdentifier, getNavigationElement, getQualifiedName, getRBrace, getScope, getSuperClass, getSupers, getSuperTypes, getText, getTypeParameterList, getTypeParameters, getVisibleSignatures, hasModifierProperty, hasTypeParameters, isAnnotationType, isDeprecated, isEnum, isEquivalentTo, isInheritor, isInheritorDeep, isInterface, isValid, processDeclarations, setName, toString
 
Methods inherited from class com.intellij.psi.impl.light.LightElement
add, addAfter, addBefore, checkAdd, checkDelete, delete, findElementAt, getChildren, getLanguage, getManager, getNextSibling, getNode, getParent, getPrevSibling, getStartOffsetInParent, getTextLength, getTextOffset, getTextRange, isPhysical, 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, getFirstChild, getLastChild, getOriginalElement, getPresentation, getProject, getReference, getReferences, getResolveScope, getUseScope, navigate, notNullChild, 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
clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.intellij.psi.impl.source.PsiExtensibleClass
getOwnInnerClasses
 
Methods inherited from interface com.intellij.psi.PsiClass
findMethodBySignature, findMethodsAndTheirSubstitutorsByName, findMethodsBySignature, getAllMethodsAndTheirSubstitutors, getContainingClass, getExtendsList, getExtendsListTypes, getImplementsList, getImplementsListTypes, getInitializers, getInterfaces, getLBrace, getNameIdentifier, getQualifiedName, getRBrace, getScope, getSuperClass, getSupers, getSuperTypes, getVisibleSignatures, isAnnotationType, isEnum, isInheritor, isInheritorDeep, isInterface, setName
 
Methods inherited from interface com.intellij.psi.PsiNamedElement
getName
 
Methods inherited from interface com.intellij.psi.PsiDocCommentOwner
getDocComment, isDeprecated
 
Methods inherited from interface com.intellij.psi.PsiTypeParameterListOwner
getTypeParameterList, getTypeParameters, hasTypeParameters
 
Methods inherited from interface com.intellij.psi.PsiModifierListOwner
getModifierList, hasModifierProperty
 
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
 
Methods inherited from interface com.intellij.navigation.NavigationItem
getName, getPresentation
 
Methods inherited from interface com.intellij.pom.Navigatable
canNavigate, canNavigateToSource, navigate
 
Methods inherited from interface com.intellij.psi.PsiTarget
getNavigationElement
 
Methods inherited from interface com.intellij.pom.PomRenameableTarget
isWritable
 
Methods inherited from interface com.intellij.pom.PomNamedTarget
getName
 
Methods inherited from interface com.intellij.pom.PomTarget
isValid
 

Constructor Detail

KotlinWrappingLightClass

protected KotlinWrappingLightClass(com.intellij.psi.PsiManager manager,
                                   com.intellij.lang.Language language)
Method Detail

getDelegate

@NotNull
public abstract com.intellij.psi.PsiClass getDelegate()
Specified by:
getDelegate in class com.intellij.psi.impl.light.AbstractLightClass

getFields

@NotNull
public com.intellij.psi.PsiField[] getFields()
Specified by:
getFields in interface com.intellij.psi.PsiClass
Overrides:
getFields in class com.intellij.psi.impl.light.AbstractLightClass

getMethods

@NotNull
public com.intellij.psi.PsiMethod[] getMethods()
Specified by:
getMethods in interface com.intellij.psi.PsiClass
Overrides:
getMethods in class com.intellij.psi.impl.light.AbstractLightClass

getConstructors

@NotNull
public com.intellij.psi.PsiMethod[] getConstructors()
Specified by:
getConstructors in interface com.intellij.psi.PsiClass
Overrides:
getConstructors in class com.intellij.psi.impl.light.AbstractLightClass

getInnerClasses

@NotNull
public com.intellij.psi.PsiClass[] getInnerClasses()
Specified by:
getInnerClasses in interface com.intellij.psi.PsiClass
Overrides:
getInnerClasses in class com.intellij.psi.impl.light.AbstractLightClass

getAllFields

@NotNull
public com.intellij.psi.PsiField[] getAllFields()
Specified by:
getAllFields in interface com.intellij.psi.PsiClass
Overrides:
getAllFields in class com.intellij.psi.impl.light.AbstractLightClass

getAllMethods

@NotNull
public com.intellij.psi.PsiMethod[] getAllMethods()
Specified by:
getAllMethods in interface com.intellij.psi.PsiClass
Overrides:
getAllMethods in class com.intellij.psi.impl.light.AbstractLightClass

getAllInnerClasses

@NotNull
public com.intellij.psi.PsiClass[] getAllInnerClasses()
Specified by:
getAllInnerClasses in interface com.intellij.psi.PsiClass
Overrides:
getAllInnerClasses in class com.intellij.psi.impl.light.AbstractLightClass

findFieldByName

public com.intellij.psi.PsiField findFieldByName(java.lang.String name,
                                                 boolean checkBases)
Specified by:
findFieldByName in interface com.intellij.psi.PsiClass
Overrides:
findFieldByName in class com.intellij.psi.impl.light.AbstractLightClass

findMethodsByName

@NotNull
public com.intellij.psi.PsiMethod[] findMethodsByName(java.lang.String name,
                                                              boolean checkBases)
Specified by:
findMethodsByName in interface com.intellij.psi.PsiClass
Overrides:
findMethodsByName in class com.intellij.psi.impl.light.AbstractLightClass

findInnerClassByName

public com.intellij.psi.PsiClass findInnerClassByName(java.lang.String name,
                                                      boolean checkBases)
Specified by:
findInnerClassByName in interface com.intellij.psi.PsiClass
Overrides:
findInnerClassByName in class com.intellij.psi.impl.light.AbstractLightClass

getOwnFields

@NotNull
public java.util.List<com.intellij.psi.PsiField> getOwnFields()
Specified by:
getOwnFields in interface com.intellij.psi.impl.source.PsiExtensibleClass

getOwnMethods

@NotNull
public java.util.List<com.intellij.psi.PsiMethod> getOwnMethods()
Specified by:
getOwnMethods in interface com.intellij.psi.impl.source.PsiExtensibleClass