org.jetbrains.kotlin.asJava
Class KtWrappingLightClass
java.lang.Object
com.intellij.openapi.util.UserDataHolderBase
com.intellij.psi.impl.ElementBase
com.intellij.psi.impl.PsiElementBase
com.intellij.psi.impl.light.LightElement
com.intellij.psi.impl.light.AbstractLightClass
org.jetbrains.kotlin.asJava.KtWrappingLightClass
- 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 KtWrappingLightClass
- extends com.intellij.psi.impl.light.AbstractLightClass
- implements com.intellij.psi.impl.source.PsiExtensibleClass
Nested classes/interfaces inherited from interface com.intellij.openapi.util.Iconable |
com.intellij.openapi.util.Iconable.IconFlags, com.intellij.openapi.util.Iconable.LastComputedIcon |
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 |
Methods inherited from class com.intellij.psi.impl.light.AbstractLightClass |
accept, copy, findMethodBySignature, findMethodsAndTheirSubstitutorsByName, findMethodsBySignature, getAllMethodsAndTheirSubstitutors, getContainingClass, getContainingFile, 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, 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 |
KtWrappingLightClass
protected KtWrappingLightClass(com.intellij.psi.PsiManager manager)
getOrigin
@Nullable
public abstract KtClassOrObject 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
getContext
public com.intellij.psi.PsiElement getContext()
- Specified by:
getContext
in interface com.intellij.psi.PsiElement
- Overrides:
getContext
in class com.intellij.psi.impl.light.AbstractLightClass