|
|||||||||
| 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.kotlin.asJava.elements.KtLightTypeParameter
public class KtLightTypeParameter
| 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.PsiTypeParameter |
|---|
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 | |
|---|---|
KtLightTypeParameter(com.intellij.psi.PsiTypeParameterListOwner owner,
int index,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
void |
accept(com.intellij.psi.PsiElementVisitor visitor)
|
com.intellij.psi.PsiAnnotation |
addAnnotation(java.lang.String qualifiedName)
|
com.intellij.psi.PsiElement |
copy()
|
boolean |
equals(java.lang.Object obj)
|
com.intellij.psi.PsiAnnotation |
findAnnotation(java.lang.String qualifiedName)
|
com.intellij.psi.PsiAnnotation[] |
getAnnotations()
|
com.intellij.psi.PsiAnnotation[] |
getApplicableAnnotations()
|
com.intellij.psi.PsiTypeParameter |
getClsDelegate()
|
com.intellij.psi.PsiClass |
getDelegate()
|
int |
getIndex()
|
KtTypeParameter |
getKotlinOrigin()
|
com.intellij.lang.Language |
getLanguage()
|
java.lang.String |
getName()
|
com.intellij.psi.PsiElement |
getNavigationElement()
|
com.intellij.psi.PsiTypeParameterListOwner |
getOwner()
|
java.lang.String |
getText()
|
com.intellij.psi.search.SearchScope |
getUseScope()
|
java.lang.String |
toString()
|
| Methods inherited from class com.intellij.psi.impl.light.AbstractLightClass |
|---|
findFieldByName, findInnerClassByName, findMethodBySignature, findMethodsAndTheirSubstitutorsByName, findMethodsByName, findMethodsBySignature, getAllFields, getAllInnerClasses, getAllMethods, getAllMethodsAndTheirSubstitutors, getConstructors, getContainingClass, getContainingFile, getContext, getDocComment, getExtendsList, getExtendsListTypes, getFields, getImplementsList, getImplementsListTypes, getInitializers, getInnerClasses, getInterfaces, getLBrace, getMethods, getModifierList, getNameIdentifier, getQualifiedName, getRBrace, getScope, getSuperClass, getSupers, getSuperTypes, getTypeParameterList, getTypeParameters, getVisibleSignatures, hasModifierProperty, hasTypeParameters, isAnnotationType, isDeprecated, isEnum, isEquivalentTo, isInheritor, isInheritorDeep, isInterface, isValid, processDeclarations, setName |
| 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, getPresentation, getProject, getReference, getReferences, getResolveScope, 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, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.intellij.psi.PsiTypeParameter |
|---|
getExtendsList |
| Methods inherited from interface com.intellij.psi.PsiClass |
|---|
findFieldByName, findInnerClassByName, findMethodBySignature, findMethodsAndTheirSubstitutorsByName, findMethodsByName, findMethodsBySignature, getAllFields, getAllInnerClasses, getAllMethods, getAllMethodsAndTheirSubstitutors, getConstructors, getContainingClass, getExtendsListTypes, getFields, getImplementsList, getImplementsListTypes, getInitializers, getInnerClasses, getInterfaces, getLBrace, getMethods, getNameIdentifier, getQualifiedName, getRBrace, getScope, getSuperClass, getSupers, getSuperTypes, getVisibleSignatures, isAnnotationType, isEnum, isInheritor, isInheritorDeep, isInterface, setName |
| 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 |
|---|
acceptChildren, add, addAfter, addBefore, addRange, addRangeAfter, addRangeBefore, checkAdd, checkDelete, delete, deleteChildRange, findElementAt, findReferenceAt, getChildren, getContainingFile, getContext, getCopyableUserData, getFirstChild, getLastChild, getManager, getNextSibling, getNode, getOriginalElement, getParent, getPrevSibling, getProject, getReference, getReferences, getResolveScope, getStartOffsetInParent, getTextLength, getTextOffset, getTextRange, 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 |
| Methods inherited from interface com.intellij.navigation.NavigationItem |
|---|
getPresentation |
| Methods inherited from interface com.intellij.pom.Navigatable |
|---|
canNavigate, canNavigateToSource, navigate |
| Methods inherited from interface com.intellij.pom.PomRenameableTarget |
|---|
isWritable |
| Methods inherited from interface com.intellij.pom.PomTarget |
|---|
isValid |
| Constructor Detail |
|---|
public KtLightTypeParameter(@NotNull
com.intellij.psi.PsiTypeParameterListOwner owner,
int index,
@NotNull
java.lang.String name)
| Method Detail |
|---|
@NotNull public com.intellij.psi.PsiTypeParameter getClsDelegate()
@NotNull public com.intellij.psi.PsiClass getDelegate()
getDelegate in class com.intellij.psi.impl.light.AbstractLightClass@NotNull public KtTypeParameter getKotlinOrigin()
@NotNull public com.intellij.psi.PsiElement copy()
copy in interface com.intellij.psi.PsiElementcopy in class com.intellij.psi.impl.light.AbstractLightClass
public void accept(@NotNull
com.intellij.psi.PsiElementVisitor visitor)
accept in interface com.intellij.psi.PsiElementaccept in class com.intellij.psi.impl.light.AbstractLightClasspublic java.lang.String getText()
getText in interface com.intellij.psi.PsiElementgetText in class com.intellij.psi.impl.light.AbstractLightClass@Nullable public java.lang.String getName()
getName in interface com.intellij.navigation.NavigationItemgetName in interface com.intellij.pom.PomNamedTargetgetName in interface com.intellij.psi.PsiNamedElementgetName in class com.intellij.psi.impl.light.AbstractLightClasspublic com.intellij.psi.PsiTypeParameterListOwner getOwner()
getOwner in interface com.intellij.psi.PsiTypeParameterpublic int getIndex()
getIndex in interface com.intellij.psi.PsiTypeParameter@NotNull public com.intellij.psi.PsiAnnotation[] getAnnotations()
getAnnotations in interface com.intellij.psi.PsiAnnotationOwner@NotNull public com.intellij.psi.PsiAnnotation[] getApplicableAnnotations()
getApplicableAnnotations in interface com.intellij.psi.PsiAnnotationOwner
public com.intellij.psi.PsiAnnotation findAnnotation(@NotNull
java.lang.String qualifiedName)
findAnnotation in interface com.intellij.psi.PsiAnnotationOwner
@NotNull
public com.intellij.psi.PsiAnnotation addAnnotation(@NotNull
java.lang.String qualifiedName)
addAnnotation in interface com.intellij.psi.PsiAnnotationOwnerpublic java.lang.String toString()
toString in interface com.intellij.psi.PsiElementtoString in class com.intellij.psi.impl.light.AbstractLightClass@NotNull public com.intellij.psi.PsiElement getNavigationElement()
getNavigationElement in interface com.intellij.psi.PsiElementgetNavigationElement in interface com.intellij.psi.PsiTargetgetNavigationElement in class com.intellij.psi.impl.light.AbstractLightClass@NotNull public com.intellij.lang.Language getLanguage()
getLanguage in interface com.intellij.psi.PsiElementgetLanguage in class com.intellij.psi.impl.light.LightElement@NotNull public com.intellij.psi.search.SearchScope getUseScope()
getUseScope in interface com.intellij.psi.PsiElementgetUseScope in class com.intellij.psi.impl.PsiElementBasepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||