public final class oadd.org.codehaus.janino.Mod extends java.lang.Object
{
public static final short NONE;
public static final short PUBLIC;
public static final short PRIVATE;
public static final short PROTECTED;
public static final short PACKAGE;
public static final short PPP;
public static final short STATIC;
public static final short FINAL;
public static final short SUPER;
public static final short SYNCHRONIZED;
public static final short VOLATILE;
public static final short BRIDGE;
public static final short TRANSIENT;
public static final short VARARGS;
public static final short NATIVE;
public static final short INTERFACE;
public static final short ABSTRACT;
public static final short STRICTFP;
public static final short SYNTHETIC;
public static final short ANNOTATION;
public static final short ENUM;
private void <init>()
{
oadd.org.codehaus.janino.Mod v;
v := @this: oadd.org.codehaus.janino.Mod;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public static boolean isPublicAccess(short)
{
short v, v;
boolean v;
v := @parameter: short;
v = v & 7;
if v != 1 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public static boolean isPrivateAccess(short)
{
short v, v;
boolean v;
v := @parameter: short;
v = v & 7;
if v != 2 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public static boolean isProtectedAccess(short)
{
short v, v;
boolean v;
v := @parameter: short;
v = v & 7;
if v != 4 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public static boolean isPackageAccess(short)
{
short v, v;
boolean v;
v := @parameter: short;
v = v & 7;
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public static short changeAccess(short, short)
{
short v, v, v, v, v;
v := @parameter: short;
v := @parameter: short;
v = (short) -8;
v = v & v;
v = v | v;
return v;
}
public static boolean isStatic(short)
{
short v, v;
boolean v;
v := @parameter: short;
v = v & 8;
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public static boolean isFinal(short)
{
short v, v;
boolean v;
v := @parameter: short;
v = v & 16;
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public static boolean isSuper(short)
{
short v, v;
boolean v;
v := @parameter: short;
v = v & 32;
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public static boolean isSynchronized(short)
{
short v, v;
boolean v;
v := @parameter: short;
v = v & 32;
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public static boolean isVolatile(short)
{
short v, v;
boolean v;
v := @parameter: short;
v = v & 64;
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public static boolean isBridge(short)
{
short v, v;
boolean v;
v := @parameter: short;
v = v & 64;
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public static boolean isTransient(short)
{
short v, v;
boolean v;
v := @parameter: short;
v = v & 128;
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public static boolean isVarargs(short)
{
short v, v;
boolean v;
v := @parameter: short;
v = v & 128;
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public static boolean isNative(short)
{
short v, v;
boolean v;
v := @parameter: short;
v = v & 256;
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public static boolean isInterface(short)
{
short v, v;
boolean v;
v := @parameter: short;
v = v & 512;
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public static boolean isAbstract(short)
{
short v, v;
boolean v;
v := @parameter: short;
v = v & 1024;
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public static boolean isStrictfp(short)
{
short v, v;
boolean v;
v := @parameter: short;
v = v & 2048;
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public static boolean isSynthetic(short)
{
short v, v;
boolean v;
v := @parameter: short;
v = v & 4096;
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public static boolean isAnnotation(short)
{
short v, v;
boolean v;
v := @parameter: short;
v = v & 8192;
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public static boolean isEnum(short)
{
short v, v;
boolean v;
v := @parameter: short;
v = v & 16384;
if v == 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
}