Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DFieldInfo.java42 mConstantValue = constantValue; in FieldInfo()
48 isVolatile(), isSynthetic(), mType, getRawCommentText(), mConstantValue, position(), in cloneForClass()
81 return isConstant(isFinal(), isStatic(), mConstantValue); in isConstant()
93 return mConstantValue; in constantValue()
97 return constantLiteralValue(mConstantValue); in constantLiteralValue()
343 Object val = mConstantValue; in makeHDF()
409 if ((mConstantValue == null) != (other.mConstantValue == null)) { in valueEquals()
414 if (mConstantValue == null) { in valueEquals()
419 && mConstantValue.equals(other.mConstantValue); in valueEquals()
430 + " has changed value from " + mConstantValue + " to " + fInfo.mConstantValue); in isConsistent()
[all …]