public static final class DfaExpressionFactory.ThisDescriptor extends java.lang.Object implements VariableDescriptor
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
PsiClass |
getPsiElement() |
PsiType |
getType(DfaVariableValue qualifier)
Returns the type of the value which is qualified by given qualifier and described by this descriptor
|
int |
hashCode() |
boolean |
isStable() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcreateValue, createValue, isCallpublic java.lang.String toString()
toString in class java.lang.Objectpublic PsiType getType(DfaVariableValue qualifier)
VariableDescriptorgetType in interface VariableDescriptorqualifier - qualifier (may be null if absent)public PsiClass getPsiElement()
getPsiElement in interface VariableDescriptorpublic boolean isStable()
isStable in interface VariableDescriptorpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object