Searched refs:dropFirstAndLastChar (Results 1 – 3 of 3) sorted by relevance
29 import static java.lang.constant.ConstantUtils.dropFirstAndLastChar;75 … Class<?> clazz = lookup.findClass(internalToBinary(dropFirstAndLastChar(c.descriptorString()))); in resolveConstantDesc()
279 String className = internalToBinary(ConstantUtils.dropFirstAndLastChar(descriptorString())); in packageName()
108 static String dropFirstAndLastChar(String s) { in dropFirstAndLastChar() method in ConstantUtils