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, wait
createValue, createValue, isCall
public java.lang.String toString()
toString
in class java.lang.Object
public PsiType getType(DfaVariableValue qualifier)
VariableDescriptor
getType
in interface VariableDescriptor
qualifier
- qualifier (may be null if absent)public PsiClass getPsiElement()
getPsiElement
in interface VariableDescriptor
public boolean isStable()
isStable
in interface VariableDescriptor
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object