cosmic-internal-jdk
Version:
KingScript: JDK1.8
105 lines (104 loc) • 7.24 kB
JavaScript
export const AbstractMethodError = $.type("java.lang.AbstractMethodError");
export const Appendable = $.type("java.lang.Appendable");
export const ArithmeticException = $.type("java.lang.ArithmeticException");
export const ArrayIndexOutOfBoundsException = $.type("java.lang.ArrayIndexOutOfBoundsException");
export const ArrayStoreException = $.type("java.lang.ArrayStoreException");
export const AssertionError = $.type("java.lang.AssertionError");
export const AutoCloseable = $.type("java.lang.AutoCloseable");
export const Boolean = $.type("java.lang.Boolean");
export const BootstrapMethodError = $.type("java.lang.BootstrapMethodError");
export const Byte = $.type("java.lang.Byte");
export const CharSequence = $.type("java.lang.CharSequence");
export const Character = $.type("java.lang.Character");
export const Character$Subset = $.type("java.lang.Character$Subset");
export const Character$UnicodeBlock = $.type("java.lang.Character$UnicodeBlock");
export const Character$UnicodeScript = $.java.lang.Character$UnicodeScript;
export const Class = $.type("java.lang.Class");
export const ClassCastException = $.type("java.lang.ClassCastException");
export const ClassCircularityError = $.type("java.lang.ClassCircularityError");
export const ClassFormatError = $.type("java.lang.ClassFormatError");
export const ClassLoader = $.type("java.lang.ClassLoader");
export const ClassNotFoundException = $.type("java.lang.ClassNotFoundException");
export const ClassValue = $.type("java.lang.ClassValue");
export const CloneNotSupportedException = $.type("java.lang.CloneNotSupportedException");
export const Cloneable = $.type("java.lang.Cloneable");
export const Comparable = $.type("java.lang.Comparable");
export const Compiler = $.type("java.lang.Compiler");
export const Deprecated = $.type("java.lang.Deprecated");
export const Double = $.type("java.lang.Double");
export const Enum = $.type("java.lang.Enum");
export const EnumConstantNotPresentException = $.type("java.lang.EnumConstantNotPresentException");
export const Error = $.type("java.lang.Error");
export const Exception = $.type("java.lang.Exception");
export const ExceptionInInitializerError = $.type("java.lang.ExceptionInInitializerError");
export const Float = $.type("java.lang.Float");
export const FunctionalInterface = $.type("java.lang.FunctionalInterface");
export const IllegalAccessError = $.type("java.lang.IllegalAccessError");
export const IllegalAccessException = $.type("java.lang.IllegalAccessException");
export const IllegalArgumentException = $.type("java.lang.IllegalArgumentException");
export const IllegalMonitorStateException = $.type("java.lang.IllegalMonitorStateException");
export const IllegalStateException = $.type("java.lang.IllegalStateException");
export const IllegalThreadStateException = $.type("java.lang.IllegalThreadStateException");
export const IncompatibleClassChangeError = $.type("java.lang.IncompatibleClassChangeError");
export const IndexOutOfBoundsException = $.type("java.lang.IndexOutOfBoundsException");
export const InheritableThreadLocal = $.type("java.lang.InheritableThreadLocal");
export const InstantiationError = $.type("java.lang.InstantiationError");
export const InstantiationException = $.type("java.lang.InstantiationException");
export const Integer = $.type("java.lang.Integer");
export const InternalError = $.type("java.lang.InternalError");
export const InterruptedException = $.type("java.lang.InterruptedException");
export const Iterable = $.type("java.lang.Iterable");
export const LinkageError = $.type("java.lang.LinkageError");
export const Long = $.type("java.lang.Long");
export const Math = $.type("java.lang.Math");
export const NegativeArraySizeException = $.type("java.lang.NegativeArraySizeException");
export const NoClassDefFoundError = $.type("java.lang.NoClassDefFoundError");
export const NoSuchFieldError = $.type("java.lang.NoSuchFieldError");
export const NoSuchFieldException = $.type("java.lang.NoSuchFieldException");
export const NoSuchMethodError = $.type("java.lang.NoSuchMethodError");
export const NoSuchMethodException = $.type("java.lang.NoSuchMethodException");
export const NullPointerException = $.type("java.lang.NullPointerException");
export const Number = $.type("java.lang.Number");
export const NumberFormatException = $.type("java.lang.NumberFormatException");
export const Object = $.type("java.lang.Object");
export const OutOfMemoryError = $.type("java.lang.OutOfMemoryError");
export const Override = $.type("java.lang.Override");
export const Package = $.type("java.lang.Package");
export const Process = $.type("java.lang.Process");
export const ProcessBuilder = $.type("java.lang.ProcessBuilder");
export const ProcessBuilder$Redirect = $.type("java.lang.ProcessBuilder$Redirect");
export const ProcessBuilder$Redirect$Type = $.java.lang.ProcessBuilder$Redirect$Type;
export const Readable = $.type("java.lang.Readable");
export const ReflectiveOperationException = $.type("java.lang.ReflectiveOperationException");
export const Runnable = $.type("java.lang.Runnable");
export const Runtime = $.type("java.lang.Runtime");
export const RuntimeException = $.type("java.lang.RuntimeException");
export const RuntimePermission = $.type("java.lang.RuntimePermission");
export const SafeVarargs = $.type("java.lang.SafeVarargs");
export const SecurityException = $.type("java.lang.SecurityException");
export const SecurityManager = $.type("java.lang.SecurityManager");
export const Short = $.type("java.lang.Short");
export const StackOverflowError = $.type("java.lang.StackOverflowError");
export const StackTraceElement = $.type("java.lang.StackTraceElement");
export const StrictMath = $.type("java.lang.StrictMath");
export const String = $.type("java.lang.String");
export const StringBuffer = $.type("java.lang.StringBuffer");
export const StringBuilder = $.type("java.lang.StringBuilder");
export const StringIndexOutOfBoundsException = $.type("java.lang.StringIndexOutOfBoundsException");
export const SuppressWarnings = $.type("java.lang.SuppressWarnings");
export const System = $.type("java.lang.System");
export const Thread = $.type("java.lang.Thread");
export const Thread$State = $.java.lang.Thread$State;
export const Thread$UncaughtExceptionHandler = $.type("java.lang.Thread$UncaughtExceptionHandler");
export const ThreadDeath = $.type("java.lang.ThreadDeath");
export const ThreadGroup = $.type("java.lang.ThreadGroup");
export const ThreadLocal = $.type("java.lang.ThreadLocal");
export const Throwable = $.type("java.lang.Throwable");
export const TypeNotPresentException = $.type("java.lang.TypeNotPresentException");
export const UnknownError = $.type("java.lang.UnknownError");
export const UnsatisfiedLinkError = $.type("java.lang.UnsatisfiedLinkError");
export const UnsupportedClassVersionError = $.type("java.lang.UnsupportedClassVersionError");
export const UnsupportedOperationException = $.type("java.lang.UnsupportedOperationException");
export const VerifyError = $.type("java.lang.VerifyError");
export const VirtualMachineError = $.type("java.lang.VirtualMachineError");
export const Void = $.type("java.lang.Void");