Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DFieldInfo.java43 mConstantValue = constantValue; in FieldInfo()
49 isVolatile(), isSynthetic(), mType, getRawCommentText(), mConstantValue, position(), in cloneForClass()
82 return isConstant(isFinal(), isStatic(), mConstantValue); in isConstant()
94 return mConstantValue; in constantValue()
98 return constantLiteralValue(mConstantValue); in constantLiteralValue()
353 Object val = mConstantValue; in makeHDF()
421 if ((mConstantValue == null) != (other.mConstantValue == null)) { in valueEquals()
426 if (mConstantValue == null) { in valueEquals()
431 && mConstantValue.equals(other.mConstantValue); in valueEquals()
442 + " has changed value from " + mConstantValue + " to " + fInfo.mConstantValue); in isConsistent()
[all …]