public class org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines extends org.junit.jupiter.params.shadow.com.univocity.parsers.common.routine.AbstractRoutines
{
public void <init>()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines;
specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines: void <init>(org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings,org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings)>(null, null);
return;
}
public void <init>(org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines;
v := @parameter: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines: void <init>(org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings,org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings)>(v, null);
return;
}
public void <init>(org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines;
v := @parameter: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines: void <init>(org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings,org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings)>(null, v);
return;
}
public void <init>(org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings, org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines;
v := @parameter: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v := @parameter: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.common.routine.AbstractRoutines: void <init>(java.lang.String,org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonParserSettings,org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonWriterSettings)>("Fixed-width parsing/writing routine", v, v);
return;
}
protected void adjustColumnLengths(java.lang.String[], int[])
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields v;
int[] v, v;
org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonWriterSettings v, v;
java.lang.String[] v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines;
v := @parameter: java.lang.String[];
v := @parameter: int[];
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines: org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonWriterSettings getWriterSettings()>();
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: int[] getFieldLengths()>();
if v != null goto label;
v = virtualinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines: org.junit.jupiter.params.shadow.com.univocity.parsers.common.CommonWriterSettings getWriterSettings()>();
v = new org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields;
specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthFields: void <init>(java.lang.String[],int[])>(v, v);
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);
label:
return;
}
protected org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParser createParser(org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings)
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParser v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines;
v := @parameter: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
v = new org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParser;
specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParser: void <init>(org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings)>(v);
return v;
}
protected org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriter createWriter(java.io.Writer, org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings)
{
java.io.Writer v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriter v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines;
v := @parameter: java.io.Writer;
v := @parameter: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
v = new org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriter;
specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriter: void <init>(java.io.Writer,org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings)>(v, v);
return v;
}
protected org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings createDefaultParserSettings()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines;
v = new org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings;
specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthParserSettings: void <init>()>();
return v;
}
protected org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings createDefaultWriterSettings()
{
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings v;
org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines v;
v := @this: org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthRoutines;
v = new org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings;
specialinvoke v.<org.junit.jupiter.params.shadow.com.univocity.parsers.fixed.FixedWidthWriterSettings: void <init>()>();
return v;
}
}