|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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.jet.asJava.KotlinWrappingLightClass
public abstract class KotlinWrappingLightClass
| 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()
|
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, getDelegate, 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 |
|---|
protected KotlinWrappingLightClass(com.intellij.psi.PsiManager manager,
com.intellij.lang.Language language)
| Method Detail |
|---|
@NotNull public com.intellij.psi.PsiField[] getFields()
getFields in interface com.intellij.psi.PsiClassgetFields in class com.intellij.psi.impl.light.AbstractLightClass@NotNull public com.intellij.psi.PsiMethod[] getMethods()
getMethods in interface com.intellij.psi.PsiClassgetMethods in class com.intellij.psi.impl.light.AbstractLightClass@NotNull public com.intellij.psi.PsiMethod[] getConstructors()
getConstructors in interface com.intellij.psi.PsiClassgetConstructors in class com.intellij.psi.impl.light.AbstractLightClass@NotNull public com.intellij.psi.PsiClass[] getInnerClasses()
getInnerClasses in interface com.intellij.psi.PsiClassgetInnerClasses in class com.intellij.psi.impl.light.AbstractLightClass@NotNull public com.intellij.psi.PsiField[] getAllFields()
getAllFields in interface com.intellij.psi.PsiClassgetAllFields in class com.intellij.psi.impl.light.AbstractLightClass@NotNull public com.intellij.psi.PsiMethod[] getAllMethods()
getAllMethods in interface com.intellij.psi.PsiClassgetAllMethods in class com.intellij.psi.impl.light.AbstractLightClass@NotNull public com.intellij.psi.PsiClass[] getAllInnerClasses()
getAllInnerClasses in interface com.intellij.psi.PsiClassgetAllInnerClasses in class com.intellij.psi.impl.light.AbstractLightClass
public com.intellij.psi.PsiField findFieldByName(java.lang.String name,
boolean checkBases)
findFieldByName in interface com.intellij.psi.PsiClassfindFieldByName in class com.intellij.psi.impl.light.AbstractLightClass
@NotNull
public com.intellij.psi.PsiMethod[] findMethodsByName(java.lang.String name,
boolean checkBases)
findMethodsByName in interface com.intellij.psi.PsiClassfindMethodsByName in class com.intellij.psi.impl.light.AbstractLightClass
public com.intellij.psi.PsiClass findInnerClassByName(java.lang.String name,
boolean checkBases)
findInnerClassByName in interface com.intellij.psi.PsiClassfindInnerClassByName in class com.intellij.psi.impl.light.AbstractLightClass@NotNull public java.util.List<com.intellij.psi.PsiField> getOwnFields()
getOwnFields in interface com.intellij.psi.impl.source.PsiExtensibleClass@NotNull public java.util.List<com.intellij.psi.PsiMethod> getOwnMethods()
getOwnMethods in interface com.intellij.psi.impl.source.PsiExtensibleClass
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||