Home
last modified time | relevance | path

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

/external/desugar/java/com/google/devtools/common/options/
DOptionValueDescription.java149 private Object effectiveValue; field in OptionValueDescription.SingleOptionValueDescription
160 effectiveValue = null; in SingleOptionValueDescription()
165 return effectiveValue; in getValue()
180 effectiveValue = effectiveOptionInstance.getConvertedValue(); in addOptionInstance()
198 if (!effectiveValue.equals(newValue)) { in addOptionInstance()
242 effectiveValue = newValue; in addOptionInstance()