Searched refs:constantLiteralValue (Results 1 – 3 of 3) sorted by relevance
137 public String constantLiteralValue() { in constantLiteralValue() method in FieldInfo138 return constantLiteralValue(mConstantValue); in constantLiteralValue()177 public static String constantLiteralValue(Object val) { in constantLiteralValue() method in FieldInfo
86 return FieldInfo.constantLiteralValue(v); in valueString()
749 if (!field.constantLiteralValue().equals("null")) { in writeClass()750 stream.println(field.name() + "(" + field.constantLiteralValue() in writeClass()960 stream.print(" = " + field.constantLiteralValue()); in writeField()1303 String value = makeXMLcompliant(fi.constantLiteralValue()); in writeFieldXML()1949 apiWriter.print(fi.constantLiteralValue());