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