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, waitcreateValue, createValue, getPsiElement, isCallpublic boolean isStable()
isStable in interface VariableDescriptorpublic PsiType getType(DfaVariableValue qualifier)
VariableDescriptorgetType in interface VariableDescriptorqualifier - qualifier (may be null if absent)public java.lang.String toString()
toString in class java.lang.Object