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