org.jetbrains.kotlin.load.java.structure.impl
Class JavaTypeParameterImpl
java.lang.Object
org.jetbrains.kotlin.load.java.structure.impl.JavaElementImpl<Psi>
org.jetbrains.kotlin.load.java.structure.impl.JavaClassifierImpl<com.intellij.psi.PsiTypeParameter>
org.jetbrains.kotlin.load.java.structure.impl.JavaTypeParameterImpl
- All Implemented Interfaces:
- JavaAnnotationOwnerImpl
public class JavaTypeParameterImpl
- extends JavaClassifierImpl<com.intellij.psi.PsiTypeParameter>
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
JavaTypeParameterImpl
public JavaTypeParameterImpl(@NotNull
com.intellij.psi.PsiTypeParameter psiTypeParameter)
getName
@NotNull
public Name getName()
getUpperBounds
@NotNull
public java.util.Collection<JavaClassifierType> getUpperBounds()
getAnnotationOwnerPsi
@Nullable
public com.intellij.psi.PsiAnnotationOwner getAnnotationOwnerPsi()