public class org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings extends org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonParserSettings
{
protected boolean skipTrailingCharsUntilNewline;
protected boolean recordEndsOnNewline;
private boolean useDefaultPaddingForHeaders;
private boolean keepPadding;
private org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths;
private java.util.Map lookaheadFormats;
private java.util.Map lookbehindFormats;
public void <init>(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.FixedWidthParserSettings v;
java.lang.String[] v;
java.util.HashMap v, v;
org.junit.jupiter.params.shadow.com.univocity.parsers.common.NormalizedString[] v;
java.lang.IllegalArgumentException v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v := @parameter: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields;
specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonParserSettings: void <init>()>();
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean skipTrailingCharsUntilNewline> = 0;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean recordEndsOnNewline> = 0;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean useDefaultPaddingForHeaders> = 1;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean keepPadding> = 0;
v = new java.util.HashMap;
specialinvoke v.<java.util.HashMap: void <init>()>();
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: 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.FixedWidthParserSettings: java.util.Map lookbehindFormats> = v;
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.FixedWidthParserSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths> = 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.FixedWidthParserSettings: 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.FixedWidthParserSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonParserSettings: void <init>()>();
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean skipTrailingCharsUntilNewline> = 0;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean recordEndsOnNewline> = 0;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean useDefaultPaddingForHeaders> = 1;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean keepPadding> = 0;
v = new java.util.HashMap;
specialinvoke v.<java.util.HashMap: void <init>()>();
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: 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.FixedWidthParserSettings: java.util.Map lookbehindFormats> = v;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths> = null;
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.FixedWidthParserSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: 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.FixedWidthParserSettings: 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.FixedWidthParserSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: 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.FixedWidthParserSettings: 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;
}
char[] getFieldPaddings()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v, v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
char[] v;
org.junit.jupiter.params.shadow.com.univocity.parsers.common.Format v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: 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.FixedWidthParserSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: 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;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
boolean[] v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: 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.FixedWidthParserSettings: 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;
}
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.FixedWidthParserSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: 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.FixedWidthParserSettings: 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;
}
public boolean getSkipTrailingCharsUntilNewline()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
boolean v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean skipTrailingCharsUntilNewline>;
return v;
}
public void setSkipTrailingCharsUntilNewline(boolean)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
boolean v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v := @parameter: boolean;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean skipTrailingCharsUntilNewline> = v;
return;
}
public boolean getRecordEndsOnNewline()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
boolean v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean recordEndsOnNewline>;
return v;
}
public void setRecordEndsOnNewline(boolean)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
boolean v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v := @parameter: boolean;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean recordEndsOnNewline> = v;
return;
}
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.FixedWidthParserSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
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;
}
protected org.junit.jupiter.params.shadow.com.univocity.parsers.common.input.CharAppender newCharAppender()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
int v, v;
java.lang.String v;
org.junit.jupiter.params.shadow.com.univocity.parsers.common.input.DefaultCharAppender v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v = new org.junit.jupiter.params.shadow.com.univocity.parsers.common.input.DefaultCharAppender;
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: int getMaxCharsPerColumn()>();
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: java.lang.String getNullValue()>();
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: int getWhitespaceRangeStart()>();
specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.common.input.DefaultCharAppender: void <init>(int,java.lang.String,int)>(v, v, v);
return v;
}
public int getMaxCharsPerColumn()
{
int[] v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
int v, v, v, v, v, v, v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v = specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonParserSettings: int getMaxCharsPerColumn()>();
v = 0;
v = specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: int[] calculateMaxFieldLengths()>();
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = v + 2;
v = v + v;
v = v + 1;
goto label;
label:
if v <= v goto label;
v = v;
goto label;
label:
v = v;
label:
return v;
}
public int getMaxColumns()
{
int[] v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
int v, v, v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v = specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonParserSettings: int getMaxColumns()>();
v = specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: int[] calculateMaxFieldLengths()>();
v = lengthof v;
if v <= v goto label;
v = v;
goto label;
label:
v = v;
label:
return v;
}
private int[] calculateMaxFieldLengths()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v;
int[] v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
java.util.Map v, v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: java.util.Map lookaheadFormats>;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: 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);
return v;
}
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.Lookup[] getLookaheadFormats()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
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;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: java.util.Map lookaheadFormats>;
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: 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()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
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;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: java.util.Map lookbehindFormats>;
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: 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 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;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
java.util.Map v;
java.lang.String v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
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.FixedWidthParserSettings: 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;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
java.util.Map v;
java.lang.String v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
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.FixedWidthParserSettings: 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;
}
public boolean getUseDefaultPaddingForHeaders()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
boolean v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean useDefaultPaddingForHeaders>;
return v;
}
public void setUseDefaultPaddingForHeaders(boolean)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
boolean v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v := @parameter: boolean;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean useDefaultPaddingForHeaders> = v;
return;
}
protected void configureFromAnnotations(java.lang.Class)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v, v, v;
java.lang.IllegalArgumentException v;
java.lang.Exception v;
org.junit.jupiter.params.shadow.com.univocity.parsers.annotations.Headers v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
java.lang.Boolean v, v;
java.lang.Class v;
boolean v, v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v := @parameter: java.lang.Class;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
if v != null goto label;
label:
v = staticinvoke <org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields forParsing(java.lang.Class)>(v);
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: 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);
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: java.lang.Boolean headerExtractionEnabled>;
if v != null goto label;
if v == null goto label;
v = interfaceinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.annotations.Headers: boolean extract()>();
virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: void setHeaderExtractionEnabled(boolean)>(v);
label:
goto label;
label:
v := @caughtexception;
throw v;
label:
v := @caughtexception;
label:
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: java.lang.Boolean headerExtractionEnabled>;
if v != null goto label;
virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: void setHeaderExtractionEnabled(boolean)>(0);
label:
specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonParserSettings: void configureFromAnnotations(java.lang.Class)>(v);
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean isHeaderExtractionEnabled()>();
if v != 0 goto label;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: 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);
label:
return;
catch java.lang.IllegalArgumentException from label to label with label;
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, v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
java.util.Map v, v, v;
java.lang.Boolean v, v;
java.lang.String v;
boolean v, v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v := @parameter: java.util.Map;
specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonParserSettings: void addConfiguration(java.util.Map)>(v);
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean skipTrailingCharsUntilNewline>;
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)>("Skip trailing characters until new line", v);
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean recordEndsOnNewline>;
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)>("Record ends on new line", v);
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: 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.FixedWidthParserSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields: java.lang.String toString()>();
label:
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.FixedWidthParserSettings: 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.FixedWidthParserSettings: java.util.Map lookbehindFormats>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>("Lookbehind formats", v);
return;
}
public final org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings clone()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonParserSettings v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v = specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonParserSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonParserSettings clone()>();
return v;
}
protected final org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings clone(boolean)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v, v, v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v, v;
boolean v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v := @parameter: boolean;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: 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.FixedWidthParserSettings: 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.FixedWidthParserSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings 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.FixedWidthParserSettings 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.FixedWidthParserSettings v, v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v := @parameter: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields;
v = specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings 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.FixedWidthParserSettings 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.FixedWidthParserSettings v;
java.util.Map v, v;
org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonParserSettings v;
boolean v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
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.CommonParserSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonParserSettings clone(boolean)>(v);
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: 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.FixedWidthParserSettings: 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.FixedWidthParserSettings: java.util.Map lookbehindFormats> = v;
goto label;
label:
v = new java.util.HashMap;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: 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.FixedWidthParserSettings: java.util.Map lookaheadFormats> = v;
v = new java.util.HashMap;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: 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.FixedWidthParserSettings: java.util.Map lookbehindFormats> = v;
label:
return v;
}
public final boolean getKeepPadding()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
boolean v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean keepPadding>;
return v;
}
public final void setKeepPadding(boolean)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
boolean v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v := @parameter: boolean;
v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean keepPadding> = v;
return;
}
java.lang.Boolean[] getKeepPaddingFlags()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v, v;
java.lang.Boolean[] v, v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
int v, v, v;
java.lang.Boolean v, v;
boolean v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v = v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: 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.FixedWidthParserSettings: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields fieldLengths>;
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields: java.lang.Boolean[] getKeepPaddingFlags()>();
v = lengthof v;
v = newarray (java.lang.Boolean)[v];
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: boolean getKeepPadding()>();
v = staticinvoke <java.lang.Boolean: java.lang.Boolean valueOf(boolean)>(v);
staticinvoke <java.util.Arrays: void fill(java.lang.Object[],java.lang.Object)>(v, v);
v = 0;
label:
v = lengthof v;
if v >= v goto label;
v = v[v];
if v == null goto label;
v[v] = v;
label:
v = v + 1;
goto label;
label:
return v;
}
}