public class org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings extends org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonWriterSettings
{
private org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths;
private java.util.Map lookaheadFormats;
private java.util.Map lookbehindFormats;
private boolean useDefaultPaddingForHeaders;
private org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FieldAlignment defaultAlignmentForHeaders;
private boolean writeLineSeparatorAfterRecord;
public void <init>(org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v;
java.lang.String[] v;
java.util.HashMap v, v;
org.junit.jupiter.params.shadow.com.univocity.parsers.common.NormalizedString[] v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v := @parameter: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields;
specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonWriterSettings: void <init>()>();
v = new java.util.HashMap;
specialinvoke v.<java.util.HashMap: void <init>()>();
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: java.util.Map lookaheadFormats> = v;
v = new java.util.HashMap;
specialinvoke v.<java.util.HashMap: void <init>()>();
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: java.util.Map lookbehindFormats> = v;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: boolean useDefaultPaddingForHeaders> = 1;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FieldAlignment defaultAlignmentForHeaders> = null;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: boolean writeLineSeparatorAfterRecord> = 1;
virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: void setFieldLengths(org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields)>(v);
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields: org.junit.jupiter.params.shadow.com.univocity.parsers.common.NormalizedString[] getFieldNames()>();
if v == null goto label;
v = staticinvoke <org.junit.jupiter.params.shadow.com.univocity.parsers.common.NormalizedString: java.lang.String[] toArray(org.junit.jupiter.params.shadow.com.univocity.parsers.common.NormalizedString[])>(v);
virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: void setHeaders(java.lang.String[])>(v);
label:
return;
}
public void <init>()
{
java.util.HashMap v, v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonWriterSettings: void <init>()>();
v = new java.util.HashMap;
specialinvoke v.<java.util.HashMap: void <init>()>();
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: java.util.Map lookaheadFormats> = v;
v = new java.util.HashMap;
specialinvoke v.<java.util.HashMap: void <init>()>();
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: java.util.Map lookbehindFormats> = v;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: boolean useDefaultPaddingForHeaders> = 1;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FieldAlignment defaultAlignmentForHeaders> = null;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: boolean writeLineSeparatorAfterRecord> = 1;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths> = null;
return;
}
final void setFieldLengths(org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
java.lang.IllegalArgumentException v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v := @parameter: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields;
if v != null goto label;
v = new java.lang.IllegalArgumentException;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>("Field lengths cannot be null");
throw v;
label:
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths> = v;
return;
}
int[] getFieldLengths()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v, v;
int[] v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
if v != null goto label;
return null;
label:
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields: int[] getFieldLengths()>();
return v;
}
int[] getAllLengths()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v, v;
int[] v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
if v != null goto label;
return null;
label:
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields: int[] getAllLengths()>();
return v;
}
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FieldAlignment[] getFieldAlignments()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v, v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FieldAlignment[] v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
if v != null goto label;
return null;
label:
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FieldAlignment[] getFieldAlignments()>();
return v;
}
char[] getFieldPaddings()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v, v;
char[] v;
org.junit.jupiter.params.shadow.com.univocity.parsers.common.Format v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
if v != null goto label;
return null;
label:
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.common.Format getFormat()>();
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields: char[] getFieldPaddings(org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFormat)>(v);
return v;
}
boolean[] getFieldsToIgnore()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v, v;
boolean[] v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
if v != null goto label;
return null;
label:
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields: boolean[] getFieldsToIgnore()>();
return v;
}
protected org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFormat createDefaultFormat()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFormat v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v = new org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFormat;
specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFormat: void <init>()>();
return v;
}
public int getMaxColumns()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
int[] v;
java.util.Map v, v;
int v, v, v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v = specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonWriterSettings: int getMaxColumns()>();
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: java.util.Map lookaheadFormats>;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: java.util.Map lookbehindFormats>;
v = staticinvoke <org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.Lookup: int[] calculateMaxFieldLengths(org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields,java.util.Map,java.util.Map)>(v, v, v);
v = lengthof v;
if v <= v goto label;
v = v;
goto label;
label:
v = v;
label:
return v;
}
public void addFormatForLookahead(java.lang.String, org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v;
java.util.Map v;
java.lang.String v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v := @parameter: java.lang.String;
v := @parameter: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: java.util.Map lookaheadFormats>;
staticinvoke <org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.Lookup: void registerLookahead(java.lang.String,org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields,java.util.Map)>(v, v, v);
return;
}
public void addFormatForLookbehind(java.lang.String, org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v;
java.util.Map v;
java.lang.String v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v := @parameter: java.lang.String;
v := @parameter: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: java.util.Map lookbehindFormats>;
staticinvoke <org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.Lookup: void registerLookbehind(java.lang.String,org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields,java.util.Map)>(v, v, v);
return;
}
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.Lookup[] getLookaheadFormats()
{
java.util.Map v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.Lookup[] v;
org.junit.jupiter.params.shadow.com.univocity.parsers.common.Format v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: java.util.Map lookaheadFormats>;
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.common.Format getFormat()>();
v = staticinvoke <org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.Lookup: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.Lookup[] getLookupFormats(java.util.Map,org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFormat)>(v, v);
return v;
}
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.Lookup[] getLookbehindFormats()
{
java.util.Map v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.Lookup[] v;
org.junit.jupiter.params.shadow.com.univocity.parsers.common.Format v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: java.util.Map lookbehindFormats>;
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.common.Format getFormat()>();
v = staticinvoke <org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.Lookup: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.Lookup[] getLookupFormats(java.util.Map,org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFormat)>(v, v);
return v;
}
public boolean getUseDefaultPaddingForHeaders()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
boolean v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: boolean useDefaultPaddingForHeaders>;
return v;
}
public void setUseDefaultPaddingForHeaders(boolean)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
boolean v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v := @parameter: boolean;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: boolean useDefaultPaddingForHeaders> = v;
return;
}
public org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FieldAlignment getDefaultAlignmentForHeaders()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FieldAlignment v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FieldAlignment defaultAlignmentForHeaders>;
return v;
}
public void setDefaultAlignmentForHeaders(org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FieldAlignment)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FieldAlignment v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v := @parameter: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FieldAlignment;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FieldAlignment defaultAlignmentForHeaders> = v;
return;
}
public boolean getWriteLineSeparatorAfterRecord()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
boolean v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: boolean writeLineSeparatorAfterRecord>;
return v;
}
public void setWriteLineSeparatorAfterRecord(boolean)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
boolean v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v := @parameter: boolean;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: boolean writeLineSeparatorAfterRecord> = v;
return;
}
protected void configureFromAnnotations(java.lang.Class)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v, v, v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
java.lang.Exception v;
org.junit.jupiter.params.shadow.com.univocity.parsers.annotations.Headers v;
java.lang.Class v;
boolean v, v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v := @parameter: java.lang.Class;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
if v == null goto label;
return;
label:
v = staticinvoke <org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields forWriting(java.lang.Class)>(v);
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths> = v;
v = staticinvoke <org.junit.jupiter.params.shadow.com.univocity.parsers.annotations.helpers.AnnotationHelper: org.junit.jupiter.params.shadow.com.univocity.parsers.annotations.Headers findHeadersAnnotation(java.lang.Class)>(v);
if v == null goto label;
v = interfaceinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.annotations.Headers: boolean write()>();
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: void setHeaderWritingEnabled(boolean)>(v);
label:
goto label;
label:
v := @caughtexception;
label:
specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonWriterSettings: void configureFromAnnotations(java.lang.Class)>(v);
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
staticinvoke <org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields: void setHeadersIfPossible(org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields,org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonSettings)>(v, v);
return;
catch java.lang.Exception from label to label with label;
}
protected void addConfiguration(java.util.Map)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FieldAlignment v;
java.util.Map v, v, v;
java.lang.Boolean v, v;
boolean v, v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v := @parameter: java.util.Map;
specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonWriterSettings: void addConfiguration(java.util.Map)>(v);
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: boolean writeLineSeparatorAfterRecord>;
v = staticinvoke <java.lang.Boolean: java.lang.Boolean valueOf(boolean)>(v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>("Write line separator after record", v);
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>("Field lengths", v);
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: java.util.Map lookaheadFormats>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>("Lookahead formats", v);
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: java.util.Map lookbehindFormats>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>("Lookbehind formats", v);
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: boolean useDefaultPaddingForHeaders>;
v = staticinvoke <java.lang.Boolean: java.lang.Boolean valueOf(boolean)>(v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>("Use default padding for headers", v);
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FieldAlignment defaultAlignmentForHeaders>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>("Default alignment for headers", v);
return;
}
public final org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings clone()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonWriterSettings v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v = specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonWriterSettings clone(boolean)>(0);
return v;
}
protected final org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings clone(boolean)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v, v, v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v, v;
boolean v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v := @parameter: boolean;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
if v != null goto label;
v = null;
goto label;
label:
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields clone()>();
label:
v = specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings clone(boolean,org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields)>(v, v);
return v;
}
public final org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings clone(org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v, v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v := @parameter: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields;
v = specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings clone(boolean,org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields)>(1, v);
return v;
}
private org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings clone(boolean, org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v;
java.util.HashMap v, v, v, v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
java.util.Map v, v;
org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonWriterSettings v;
boolean v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v := @parameter: boolean;
v := @parameter: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields;
v = specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonWriterSettings clone(boolean)>(v);
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths> = v;
if v == 0 goto label;
v = new java.util.HashMap;
specialinvoke v.<java.util.HashMap: void <init>()>();
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: java.util.Map lookaheadFormats> = v;
v = new java.util.HashMap;
specialinvoke v.<java.util.HashMap: void <init>()>();
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: java.util.Map lookbehindFormats> = v;
goto label;
label:
v = new java.util.HashMap;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: java.util.Map lookaheadFormats>;
specialinvoke v.<java.util.HashMap: void <init>(java.util.Map)>(v);
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: java.util.Map lookaheadFormats> = v;
v = new java.util.HashMap;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: java.util.Map lookbehindFormats>;
specialinvoke v.<java.util.HashMap: void <init>(java.util.Map)>(v);
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: java.util.Map lookbehindFormats> = v;
label:
return v;
}
}