public abstract class PsiTypeVariable extends PsiType
PsiType.Stub
Modifier | Constructor and Description |
---|---|
protected |
PsiTypeVariable() |
Modifier and Type | Method and Description |
---|---|
<A> A |
accept(PsiTypeVisitor<A> visitor)
Passes the type to the specified visitor.
|
abstract int |
getIndex() |
abstract boolean |
isValidInContext(PsiType type) |
addAnnotation, annotate, createArray, createArrayType, createArrayType, equalsToText, findAnnotation, getAnnotationProvider, getAnnotations, getApplicableAnnotations, getArrayDimensions, getCanonicalText, getCanonicalText, getDeepComponentType, getInternalCanonicalText, getJavaLangClass, getJavaLangError, getJavaLangObject, getJavaLangRuntimeException, getJavaLangString, getJavaLangThrowable, getPresentableText, getPresentableText, getResolveScope, getSuperTypes, getTypeByName, isAssignableFrom, isConvertibleFrom, isValid, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
hasAnnotation
public abstract int getIndex()
public abstract boolean isValidInContext(PsiType type)
public <A> A accept(PsiTypeVisitor<A> visitor)
PsiType