public class PsiLambdaExpressionType extends PsiType
PsiType.Stub
Constructor and Description |
---|
PsiLambdaExpressionType(PsiLambdaExpression expression) |
Modifier and Type | Method and Description |
---|---|
<A> A |
accept(PsiTypeVisitor<A> visitor)
Passes the type to the specified visitor.
|
boolean |
equals(java.lang.Object obj) |
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) . |
PsiLambdaExpression |
getExpression() |
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.
|
int |
hashCode() |
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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
hasAnnotation
public PsiLambdaExpressionType(PsiLambdaExpression expression)
public java.lang.String getPresentableText()
PsiType
getPresentableText(false)
.getPresentableText
in class PsiType
public java.lang.String getCanonicalText()
PsiType
getCanonicalText(false)
.getCanonicalText
in class PsiType
public boolean isValid()
PsiType
isValid
in class PsiType
PsiElement.isValid()
public boolean equalsToText(java.lang.String text)
PsiType
equalsToText
in class PsiType
text
- the text to compare with.public <A> A accept(PsiTypeVisitor<A> visitor)
PsiType
public GlobalSearchScope getResolveScope()
PsiType
getResolveScope
in class PsiType
public PsiType [] getSuperTypes()
PsiType
getSuperTypes
in class PsiType
public PsiLambdaExpression getExpression()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object