public class org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput extends java.lang.Object
{
public static final org.eclipse.collections.api.block.function.Function PATH;
private final java.lang.String path;
private final int line;
private final int column;
private final java.lang.String message;
private final boolean add;
void <init>(java.lang.String, int, int, java.lang.String, boolean)
{
org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput v;
int v, v;
java.lang.String v, v;
boolean v;
v := @this: org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: int;
v := @parameter: java.lang.String;
v := @parameter: boolean;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput: java.lang.String path> = v;
v.<org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput: int line> = v;
v.<org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput: int column> = v;
v.<org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput: java.lang.String message> = v;
v.<org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput: boolean add> = v;
return;
}
public static org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput newInput(java.lang.String, int, int, java.lang.String, boolean)
{
org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput v;
int v, v;
java.lang.String v, v;
boolean v;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: int;
v := @parameter: java.lang.String;
v := @parameter: boolean;
v = new org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput;
specialinvoke v.<org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput: void <init>(java.lang.String,int,int,java.lang.String,boolean)>(v, v, v, v, v);
return v;
}
public java.lang.String getPath()
{
org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput v;
java.lang.String v;
v := @this: org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput;
v = v.<org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput: java.lang.String path>;
return v;
}
public int getLine()
{
int v;
org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput v;
v := @this: org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput;
v = v.<org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput: int line>;
return v;
}
public int getColumn()
{
int v;
org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput v;
v := @this: org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput;
v = v.<org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput: int column>;
return v;
}
public java.lang.String getMessage()
{
org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput v;
java.lang.String v;
v := @this: org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput;
v = v.<org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput: java.lang.String message>;
return v;
}
public boolean isAdd()
{
org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput v;
boolean v;
v := @this: org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput;
v = v.<org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput: boolean add>;
return v;
}
static void <clinit>()
{
org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput$1 v;
v = new org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput$1;
specialinvoke v.<org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput$1: void <init>()>();
<org.finos.legend.engine.ide.api.source.UpdateSource$UpdateSourceInput: org.eclipse.collections.api.block.function.Function PATH> = v;
return;
}
}