org.jetbrains.kotlin.load.java.structure.impl
Class JavaWildcardTypeImpl

java.lang.Object
  extended by org.jetbrains.kotlin.load.java.structure.impl.JavaTypeImpl<com.intellij.psi.PsiWildcardType>
      extended by org.jetbrains.kotlin.load.java.structure.impl.JavaWildcardTypeImpl
All Implemented Interfaces:
JavaAnnotationOwnerImpl

public class JavaWildcardTypeImpl
extends JavaTypeImpl<com.intellij.psi.PsiWildcardType>


Constructor Summary
JavaWildcardTypeImpl(com.intellij.psi.PsiWildcardType psiWildcardType)
           
 
Method Summary
 JavaTypeImpl<?> getBound()
           
 boolean isExtends()
           
 
Methods inherited from class org.jetbrains.kotlin.load.java.structure.impl.JavaTypeImpl
create, equals, findAnnotation, getAnnotationOwnerPsi, getAnnotations, getPsi, hashCode, isDeprecatedInJavaDoc, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaWildcardTypeImpl

public JavaWildcardTypeImpl(@NotNull
                            com.intellij.psi.PsiWildcardType psiWildcardType)
Method Detail

getBound

@Nullable
public JavaTypeImpl<?> getBound()

isExtends

public boolean isExtends()