Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DFieldInfo.java45 mConstantValue = constantValue; in FieldInfo()
54 isVolatile(), isSynthetic(), mType, getRawCommentText(), mConstantValue, position(), in cloneForClass()
122 return isConstant(isFinal(), isStatic(), mConstantValue); in isConstant()
134 return mConstantValue; in constantValue()
138 return constantLiteralValue(mConstantValue); in constantLiteralValue()
393 Object val = mConstantValue; in makeHDF()
461 if ((mConstantValue == null) != (other.mConstantValue == null)) { in valueEquals()
466 if (mConstantValue == null) { in valueEquals()
471 && mConstantValue.equals(other.mConstantValue); in valueEquals()
482 + " has changed value from " + mConstantValue + " to " + fInfo.mConstantValue); in isConsistent()
[all …]