org.jetbrains.kotlin.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.kotlin.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

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 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)
           
 
Method Summary
abstract  boolean equals(java.lang.Object obj)
           
 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.lang.Language getLanguage()
           
 com.intellij.psi.PsiMethod[] getMethods()
           
abstract  JetClassOrObject getOrigin()
           
 java.util.List<com.intellij.psi.PsiField> getOwnFields()
           
 java.util.List<com.intellij.psi.PsiMethod> getOwnMethods()
           
 com.intellij.navigation.ItemPresentation getPresentation()
           
 java.lang.String getText()
           
abstract  int hashCode()
           
 boolean processDeclarations(com.intellij.psi.scope.PsiScopeProcessor processor, com.intellij.psi.ResolveState state, com.intellij.psi.PsiElement lastParent, com.intellij.psi.PsiElement place)
           
 
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, getTypeParameterList, getTypeParameters, getVisibleSignatures, hasModifierProperty, hasTypeParameters, isAnnotationType, isDeprecated, isEnum, isEquivalentTo, isInheritor, isInheritorDeep, isInterface, isValid, setName, toString
 
Methods inherited from class com.intellij.psi.impl.light.LightElement
add, addAfter, addBefore, checkAdd, checkDelete, delete, findElementAt, getChildren, 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, 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
changeUserMap, clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, getUserMap, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace, setUserMap
 
Methods inherited from class java.lang.Object
finalize, getClass, 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, getLastChild, getManager, getNavigationElement, getNextSibling, getNode, getOriginalElement, getParent, getPrevSibling, getProject, getReference, getReferences, getResolveScope, getStartOffsetInParent, getTextLength, getTextOffset, getTextRange, getUseScope, isEquivalentTo, isPhysical, isValid, isWritable, 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
 
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)
Method Detail

getOrigin

@Nullable
public abstract JetClassOrObject getOrigin()

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
See Also:
CodegenBinding.ENUM_ENTRY_CLASS_NEED_SUBCLASS

getOwnMethods

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

processDeclarations

public boolean processDeclarations(@NotNull
                                   com.intellij.psi.scope.PsiScopeProcessor processor,
                                   @NotNull
                                   com.intellij.psi.ResolveState state,
                                   com.intellij.psi.PsiElement lastParent,
                                   @NotNull
                                   com.intellij.psi.PsiElement place)
Specified by:
processDeclarations in interface com.intellij.psi.PsiElement
Overrides:
processDeclarations in class com.intellij.psi.impl.light.AbstractLightClass

getText

public java.lang.String getText()
Specified by:
getText in interface com.intellij.psi.PsiElement
Overrides:
getText in class com.intellij.psi.impl.light.AbstractLightClass

getLanguage

@NotNull
public com.intellij.lang.Language getLanguage()
Specified by:
getLanguage in interface com.intellij.psi.PsiElement
Overrides:
getLanguage in class com.intellij.psi.impl.light.LightElement

getPresentation

public com.intellij.navigation.ItemPresentation getPresentation()
Specified by:
getPresentation in interface com.intellij.navigation.NavigationItem
Overrides:
getPresentation in class com.intellij.psi.impl.PsiElementBase

equals

public abstract boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public abstract int hashCode()
Overrides:
hashCode in class java.lang.Object