Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/
DClassConstants.java186 public static final char ELEMENT_VALUE_STRING_CONSTANT = 's'; field in ClassConstants
/external/proguard/src/proguard/classfile/editor/
DUtf8Shrinker.java349 if (constantElementValue.u1tag == ClassConstants.ELEMENT_VALUE_STRING_CONSTANT) in visitConstantElementValue()
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java1108 … case ClassConstants.ELEMENT_VALUE_STRING_CONSTANT: return new ConstantElementValue((char)u1tag); in createElementValue()