Home
last modified time | relevance | path

Searched refs:mayBeNull (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
DTypedReferenceValue.java44 protected final boolean mayBeNull; field in TypedReferenceValue
52 boolean mayBeNull) in TypedReferenceValue() argument
56 this.mayBeNull = mayBeNull; in TypedReferenceValue()
79 mayBeNull ? MAYBE : in isNull()
109 mayBeNull ? MAYBE : in instanceOf()
144 if (mayBeNull) in instanceOf()
178 public ReferenceValue generalizeMayBeNull(boolean mayBeNull) in generalizeMayBeNull() argument
180 return this.mayBeNull == mayBeNull ? in generalizeMayBeNull()
243 boolean mayBeNull = this.mayBeNull || other.mayBeNull; in generalize()
248 return typedReferenceValue(this, mayBeNull); in generalize()
[all …]
DValueFactory.java49 public Value createValue(String type, Clazz referencedClass, boolean mayBeNull) in createValue() argument
66 mayBeNull); in createValue()
154 boolean mayBeNull) in createReferenceValue() argument
157 …ClassConstants.NAME_JAVA_LANG_OBJECT) ? new TypedReferenceValue(type, referencedClass, mayBeNull) : in createReferenceValue()
158mayBeNull ? REFERENCE_VALUE_JAVA_LANG_OBJECT_MAYBE_NULL … in createReferenceValue()
DIdentifiedValueFactory.java68 boolean mayBeNull) in createReferenceValue() argument
74 mayBeNull, in createReferenceValue()
DIdentifiedReferenceValue.java42 boolean mayBeNull, in IdentifiedReferenceValue() argument
46 super(type, referencedClass, mayBeNull); in IdentifiedReferenceValue()
DReferenceValue.java62 public abstract ReferenceValue generalizeMayBeNull(boolean mayBeNull); in generalizeMayBeNull() argument