public class Bottom extends PsiType
PsiType.Stub| Modifier and Type | Method and Description |
|---|---|
<A> A |
accept(PsiTypeVisitor<A> visitor)
Passes the type to the specified visitor.
|
boolean |
equals(java.lang.Object o) |
boolean |
equalsToText(java.lang.String text)
Checks if the specified string is equivalent to the canonical text of the type.
|
java.lang.String |
getCanonicalText()
Same as
getCanonicalText(false). |
java.lang.String |
getPresentableText()
Same as
getPresentableText(false). |
GlobalSearchScope |
getResolveScope()
Returns the scope in which the reference to the underlying class of a class type is searched.
|
PsiType [] |
getSuperTypes()
Returns the list of superclass types for a class type.
|
boolean |
isValid()
Checks if the type is currently valid.
|
addAnnotation, annotate, createArray, createArrayType, createArrayType, findAnnotation, getAnnotationProvider, getAnnotations, getApplicableAnnotations, getArrayDimensions, getCanonicalText, getDeepComponentType, getInternalCanonicalText, getJavaLangClass, getJavaLangError, getJavaLangObject, getJavaLangRuntimeException, getJavaLangString, getJavaLangThrowable, getPresentableText, getTypeByName, isAssignableFrom, isConvertibleFrom, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithasAnnotationpublic static final Bottom BOTTOM
public java.lang.String getPresentableText()
PsiTypegetPresentableText(false).getPresentableText in class PsiTypepublic java.lang.String getCanonicalText()
PsiTypegetCanonicalText(false).getCanonicalText in class PsiTypepublic boolean isValid()
PsiTypeisValid in class PsiTypePsiElement.isValid()public boolean equalsToText(java.lang.String text)
PsiTypeequalsToText in class PsiTypetext - the text to compare with.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic <A> A accept(PsiTypeVisitor<A> visitor)
PsiTypepublic PsiType [] getSuperTypes()
PsiTypegetSuperTypes in class PsiTypepublic GlobalSearchScope getResolveScope()
PsiTypegetResolveScope in class PsiType