Searched refs:ELEMENT_VALUE_STRING_CONSTANT (Results 1 – 3 of 3) sorted by relevance
186 public static final char ELEMENT_VALUE_STRING_CONSTANT = 's'; field in ClassConstants
349 if (constantElementValue.u1tag == ClassConstants.ELEMENT_VALUE_STRING_CONSTANT) in visitConstantElementValue()
1108 … case ClassConstants.ELEMENT_VALUE_STRING_CONSTANT: return new ConstantElementValue((char)u1tag); in createElementValue()