Searched refs:VALUE_STRING (Results 1 – 3 of 3) sorted by relevance
78 private static final CstString VALUE_STRING = new CstString("value"); field in AnnotationUtils96 result.put(new NameValuePair(VALUE_STRING, new CstAnnotation(defaults))); in makeAnnotationDefault()110 result.put(new NameValuePair(VALUE_STRING, clazz)); in makeEnclosingClass()124 result.put(new NameValuePair(VALUE_STRING, method)); in makeEnclosingMethod()157 result.put(new NameValuePair(VALUE_STRING, array)); in makeMemberClasses()219 result.put(new NameValuePair(VALUE_STRING, new CstArray(list))); in makeSignature()233 result.put(new NameValuePair(VALUE_STRING, smapString)); in makeSourceDebugExtension()247 result.put(new NameValuePair(VALUE_STRING, array)); in makeThrows()
79 private static final int VALUE_STRING = 0x17; field in ValueEncoder174 case VALUE_STRING: { in writeConstant()257 return VALUE_STRING; in constantToValueType()
72 private static final int VALUE_STRING = 0x17; field in ValueEncoder157 case VALUE_STRING: { in writeConstant()236 return VALUE_STRING; in constantToValueType()