public static final class DfaExpressionFactory.AssertionDisabledDescriptor extends java.lang.Object implements VariableDescriptor
Modifier and Type | Method and Description |
---|---|
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, wait
createValue, createValue, getPsiElement, isCall
public boolean isStable()
isStable
in interface VariableDescriptor
public PsiType getType(DfaVariableValue qualifier)
VariableDescriptor
getType
in interface VariableDescriptor
qualifier
- qualifier (may be null if absent)public java.lang.String toString()
toString
in class java.lang.Object