37 lines
1.5 KiB
Java
37 lines
1.5 KiB
Java
package com.thoughtworks.xstream.converters.extended;
|
|
|
|
import com.thoughtworks.xstream.converters.reflection.AbstractAttributedCharacterIteratorAttributeConverter;
|
|
|
|
/* loaded from: classes.dex */
|
|
public class TextAttributeConverter extends AbstractAttributedCharacterIteratorAttributeConverter {
|
|
static /* synthetic */ Class class$java$awt$font$TextAttribute;
|
|
|
|
/* JADX WARN: Illegal instructions before constructor call */
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct code enable 'Show inconsistent code' option in preferences
|
|
*/
|
|
public TextAttributeConverter() {
|
|
/*
|
|
r1 = this;
|
|
java.lang.Class r0 = com.thoughtworks.xstream.converters.extended.TextAttributeConverter.class$java$awt$font$TextAttribute
|
|
if (r0 != 0) goto Lc
|
|
java.lang.String r0 = "java.awt.font.TextAttribute"
|
|
java.lang.Class r0 = class$(r0)
|
|
com.thoughtworks.xstream.converters.extended.TextAttributeConverter.class$java$awt$font$TextAttribute = r0
|
|
Lc:
|
|
r1.<init>(r0)
|
|
return
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: com.thoughtworks.xstream.converters.extended.TextAttributeConverter.<init>():void");
|
|
}
|
|
|
|
static /* synthetic */ Class class$(String str) {
|
|
try {
|
|
return Class.forName(str);
|
|
} catch (ClassNotFoundException e) {
|
|
throw new NoClassDefFoundError().initCause(e);
|
|
}
|
|
}
|
|
}
|