pub enum ConstantInfo {
Utf8(Utf8Constant),
Integer(IntegerConstant),
Float(FloatConstant),
Long(LongConstant),
Double(DoubleConstant),
Class(ClassConstant),
String(StringConstant),
FieldRef(FieldRefConstant),
MethodRef(MethodRefConstant),
InterfaceMethodRef(InterfaceMethodRefConstant),
NameAndType(NameAndTypeConstant),
MethodHandle(MethodHandleConstant),
MethodType(MethodTypeConstant),
InvokeDynamic(InvokeDynamicConstant),
Unusable,
}
NameAndType(NameAndTypeConstant)MethodHandle(MethodHandleConstant)
Formats the value using the given formatter. Read more