public class org.fusesource.jansi.internal.Kernel32$SMALL_RECT extends java.lang.Object
{
public static int SIZEOF;
public short left;
public short top;
public short right;
public short bottom;
public void <init>()
{
org.fusesource.jansi.internal.Kernel32$SMALL_RECT v;
v := @this: org.fusesource.jansi.internal.Kernel32$SMALL_RECT;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
private static native void init();
public short width()
{
short v, v;
org.fusesource.jansi.internal.Kernel32$SMALL_RECT v;
int v;
v := @this: org.fusesource.jansi.internal.Kernel32$SMALL_RECT;
v = v.<org.fusesource.jansi.internal.Kernel32$SMALL_RECT: short right>;
v = v.<org.fusesource.jansi.internal.Kernel32$SMALL_RECT: short left>;
v = v - v;
return v;
}
public short height()
{
short v, v;
org.fusesource.jansi.internal.Kernel32$SMALL_RECT v;
int v;
v := @this: org.fusesource.jansi.internal.Kernel32$SMALL_RECT;
v = v.<org.fusesource.jansi.internal.Kernel32$SMALL_RECT: short bottom>;
v = v.<org.fusesource.jansi.internal.Kernel32$SMALL_RECT: short top>;
v = v - v;
return v;
}
public org.fusesource.jansi.internal.Kernel32$SMALL_RECT copy()
{
short v, v, v, v;
org.fusesource.jansi.internal.Kernel32$SMALL_RECT v, v;
v := @this: org.fusesource.jansi.internal.Kernel32$SMALL_RECT;
v = new org.fusesource.jansi.internal.Kernel32$SMALL_RECT;
specialinvoke v.<org.fusesource.jansi.internal.Kernel32$SMALL_RECT: void <init>()>();
v = v.<org.fusesource.jansi.internal.Kernel32$SMALL_RECT: short left>;
v.<org.fusesource.jansi.internal.Kernel32$SMALL_RECT: short left> = v;
v = v.<org.fusesource.jansi.internal.Kernel32$SMALL_RECT: short top>;
v.<org.fusesource.jansi.internal.Kernel32$SMALL_RECT: short top> = v;
v = v.<org.fusesource.jansi.internal.Kernel32$SMALL_RECT: short right>;
v.<org.fusesource.jansi.internal.Kernel32$SMALL_RECT: short right> = v;
v = v.<org.fusesource.jansi.internal.Kernel32$SMALL_RECT: short bottom>;
v.<org.fusesource.jansi.internal.Kernel32$SMALL_RECT: short bottom> = v;
return v;
}
static void <clinit>()
{
staticinvoke <org.fusesource.jansi.internal.JansiLoader: boolean initialize()>();
staticinvoke <org.fusesource.jansi.internal.Kernel32$SMALL_RECT: void init()>();
return;
}
}