├── .gitignore ├── LICENSE ├── README.md ├── deployment ├── README.md ├── api-statistics.sh ├── create-api-rules.py ├── hephaestus-run.sh ├── run.sh └── setup.sh ├── example-apis ├── groovy-stdlib │ ├── api-rules.json │ └── json-docs │ │ ├── groovy.beans.BindableASTTransformation.json │ │ ├── groovy.beans.DefaultPropertyAccessor.json │ │ ├── groovy.beans.DefaultPropertyReader.json │ │ ├── groovy.beans.DefaultPropertyWriter.json │ │ ├── groovy.beans.PropertyAccessor.json │ │ ├── groovy.beans.PropertyReader.json │ │ ├── groovy.beans.PropertyWriter.json │ │ ├── groovy.beans.VetoableASTTransformation.json │ │ ├── groovy.cli.TypedOption.json │ │ ├── groovy.grape.Grape.json │ │ ├── groovy.grape.GrapeEngine.json │ │ ├── groovy.inspect.Inspector.MemberComparator.json │ │ ├── groovy.inspect.Inspector.MemberComparatorWithValue.json │ │ ├── groovy.inspect.Inspector.json │ │ ├── groovy.io.EncodingAwareBufferedWriter.json │ │ ├── groovy.io.GroovyPrintStream.json │ │ ├── groovy.io.GroovyPrintWriter.json │ │ ├── groovy.io.LineColumnReader.json │ │ ├── groovy.io.PlatformLineWriter.json │ │ ├── groovy.lang.AdaptingMetaClass.json │ │ ├── groovy.lang.BenchmarkInterceptor.json │ │ ├── groovy.lang.Binding.json │ │ ├── groovy.lang.Buildable.json │ │ ├── groovy.lang.Closure.json │ │ ├── groovy.lang.ClosureException.json │ │ ├── groovy.lang.ClosureInvokingMethod.json │ │ ├── groovy.lang.DelegatingMetaClass.json │ │ ├── groovy.lang.DeprecationException.json │ │ ├── groovy.lang.EmptyRange.json │ │ ├── groovy.lang.ExpandoMetaClass.ExpandoMetaConstructor.json │ │ ├── groovy.lang.ExpandoMetaClass.ExpandoMetaProperty.json │ │ ├── groovy.lang.ExpandoMetaClass.json │ │ ├── groovy.lang.ExpandoMetaClassCreationHandle.json │ │ ├── groovy.lang.GString.json │ │ ├── groovy.lang.GeneratedGroovyProxy.json │ │ ├── groovy.lang.GroovyCallable.json │ │ ├── groovy.lang.GroovyClassLoader.ClassCollector.json │ │ ├── groovy.lang.GroovyClassLoader.InnerLoader.json │ │ ├── groovy.lang.GroovyClassLoader.json │ │ ├── groovy.lang.GroovyCodeSource.json │ │ ├── groovy.lang.GroovyInterceptable.json │ │ ├── groovy.lang.GroovyObject.json │ │ ├── groovy.lang.GroovyObjectSupport.json │ │ ├── groovy.lang.GroovyResourceLoader.json │ │ ├── groovy.lang.GroovyRuntimeException.json │ │ ├── groovy.lang.GroovyShell.json │ │ ├── groovy.lang.GroovySystem.json │ │ ├── groovy.lang.IllegalPropertyAccessException.json │ │ ├── groovy.lang.IncorrectClosureArgumentsException.json │ │ ├── groovy.lang.IntRange.json │ │ ├── groovy.lang.Interceptor.json │ │ ├── groovy.lang.ListWithDefault.json │ │ ├── groovy.lang.MapWithDefault.json │ │ ├── groovy.lang.MetaArrayLengthProperty.json │ │ ├── groovy.lang.MetaBeanProperty.json │ │ ├── groovy.lang.MetaClass.json │ │ ├── groovy.lang.MetaClassImpl.Index.json │ │ ├── groovy.lang.MetaClassImpl.MetaConstructor.json │ │ ├── groovy.lang.MetaClassImpl.json │ │ ├── groovy.lang.MetaClassRegistry.MetaClassCreationHandle.json │ │ ├── groovy.lang.MetaClassRegistry.json │ │ ├── groovy.lang.MetaClassRegistryChangeEvent.json │ │ ├── groovy.lang.MetaClassRegistryChangeEventListener.json │ │ ├── groovy.lang.MetaExpandoProperty.json │ │ ├── groovy.lang.MetaMethod.json │ │ ├── groovy.lang.MetaObjectProtocol.json │ │ ├── groovy.lang.MetaProperty.json │ │ ├── groovy.lang.MissingClassException.json │ │ ├── groovy.lang.MissingFieldException.json │ │ ├── groovy.lang.MissingMethodException.json │ │ ├── groovy.lang.MissingPropertyException.json │ │ ├── groovy.lang.MutableMetaClass.json │ │ ├── groovy.lang.NamedValue.json │ │ ├── groovy.lang.NonEmptySequence.json │ │ ├── groovy.lang.NumberRange.json │ │ ├── groovy.lang.ObjectRange.json │ │ ├── groovy.lang.PropertyAccessInterceptor.json │ │ ├── groovy.lang.PropertyValue.json │ │ ├── groovy.lang.ProxyMetaClass.json │ │ ├── groovy.lang.Range.json │ │ ├── groovy.lang.ReadOnlyPropertyException.json │ │ ├── groovy.lang.Reference.json │ │ ├── groovy.lang.Script.json │ │ ├── groovy.lang.Sequence.json │ │ ├── groovy.lang.SpreadListEvaluatingException.json │ │ ├── groovy.lang.SpreadMap.json │ │ ├── groovy.lang.SpreadMapEvaluatingException.json │ │ ├── groovy.lang.StringWriterIOException.json │ │ ├── groovy.lang.TracingInterceptor.json │ │ ├── groovy.lang.Tuple.json │ │ ├── groovy.lang.Tuple0.json │ │ ├── groovy.lang.Tuple1.json │ │ ├── groovy.lang.Tuple2.json │ │ ├── groovy.lang.Tuple3.json │ │ ├── groovy.lang.Tuple4.json │ │ ├── groovy.lang.Tuple5.json │ │ ├── groovy.lang.Writable.json │ │ ├── groovy.namespace.QName.json │ │ ├── groovy.security.GroovyCodeSourcePermission.json │ │ ├── groovy.time.BaseDuration.From.json │ │ ├── groovy.time.BaseDuration.json │ │ ├── groovy.time.DatumDependentDuration.json │ │ ├── groovy.time.Duration.json │ │ ├── groovy.time.TimeCategory.json │ │ ├── groovy.time.TimeDatumDependentDuration.json │ │ ├── groovy.time.TimeDuration.json │ │ ├── groovy.transform.CompilationUnitAware.json │ │ ├── groovy.transform.Undefined.CLASS.json │ │ ├── groovy.transform.Undefined.EXCEPTION.json │ │ ├── groovy.transform.Undefined.json │ │ ├── groovy.ui.GroovyMain.VersionProvider.json │ │ ├── groovy.ui.GroovyMain.json │ │ ├── groovy.ui.GroovySocketServer.json │ │ ├── groovy.util.AbstractFactory.json │ │ ├── groovy.util.BufferedIterator.json │ │ ├── groovy.util.BuilderSupport.json │ │ ├── groovy.util.CharsetToolkit.json │ │ ├── groovy.util.ClosureComparator.json │ │ ├── groovy.util.ConfigObject.json │ │ ├── groovy.util.DelegatingScript.json │ │ ├── groovy.util.Eval.json │ │ ├── groovy.util.Expando.json │ │ ├── groovy.util.Factory.json │ │ ├── groovy.util.FactoryBuilderSupport.json │ │ ├── groovy.util.GroovyCollections.json │ │ ├── groovy.util.GroovyScriptEngine.json │ │ ├── groovy.util.IFileNameFinder.json │ │ ├── groovy.util.IndentPrinter.json │ │ ├── groovy.util.MapEntry.json │ │ ├── groovy.util.Node.json │ │ ├── groovy.util.NodeBuilder.json │ │ ├── groovy.util.NodeList.json │ │ ├── groovy.util.NodePrinter.json │ │ ├── groovy.util.ObjectGraphBuilder.ChildPropertySetter.json │ │ ├── groovy.util.ObjectGraphBuilder.ClassNameResolver.json │ │ ├── groovy.util.ObjectGraphBuilder.DefaultChildPropertySetter.json │ │ ├── groovy.util.ObjectGraphBuilder.DefaultClassNameResolver.json │ │ ├── groovy.util.ObjectGraphBuilder.DefaultIdentifierResolver.json │ │ ├── groovy.util.ObjectGraphBuilder.DefaultNewInstanceResolver.json │ │ ├── groovy.util.ObjectGraphBuilder.DefaultReferenceResolver.json │ │ ├── groovy.util.ObjectGraphBuilder.DefaultRelationNameResolver.json │ │ ├── groovy.util.ObjectGraphBuilder.IdentifierResolver.json │ │ ├── groovy.util.ObjectGraphBuilder.NewInstanceResolver.json │ │ ├── groovy.util.ObjectGraphBuilder.ReferenceResolver.json │ │ ├── groovy.util.ObjectGraphBuilder.ReflectionClassNameResolver.json │ │ ├── groovy.util.ObjectGraphBuilder.RelationNameResolver.json │ │ ├── groovy.util.ObjectGraphBuilder.json │ │ ├── groovy.util.ObservableList.ElementAddedEvent.json │ │ ├── groovy.util.ObservableList.ElementClearedEvent.json │ │ ├── groovy.util.ObservableList.ElementEvent.json │ │ ├── groovy.util.ObservableList.ElementRemovedEvent.json │ │ ├── groovy.util.ObservableList.ElementUpdatedEvent.json │ │ ├── groovy.util.ObservableList.MultiElementAddedEvent.json │ │ ├── groovy.util.ObservableList.MultiElementRemovedEvent.json │ │ ├── groovy.util.ObservableList.ObservableIterator.json │ │ ├── groovy.util.ObservableList.ObservableListIterator.json │ │ ├── groovy.util.ObservableList.json │ │ ├── groovy.util.ObservableMap.MultiPropertyEvent.json │ │ ├── groovy.util.ObservableMap.PropertyAddedEvent.json │ │ ├── groovy.util.ObservableMap.PropertyClearedEvent.json │ │ ├── groovy.util.ObservableMap.PropertyEvent.json │ │ ├── groovy.util.ObservableMap.PropertyRemovedEvent.json │ │ ├── groovy.util.ObservableMap.PropertyUpdatedEvent.json │ │ ├── groovy.util.ObservableMap.json │ │ ├── groovy.util.ObservableSet.ElementAddedEvent.json │ │ ├── groovy.util.ObservableSet.ElementClearedEvent.json │ │ ├── groovy.util.ObservableSet.ElementEvent.json │ │ ├── groovy.util.ObservableSet.ElementRemovedEvent.json │ │ ├── groovy.util.ObservableSet.MultiElementAddedEvent.json │ │ ├── groovy.util.ObservableSet.MultiElementRemovedEvent.json │ │ ├── groovy.util.ObservableSet.ObservableIterator.json │ │ ├── groovy.util.ObservableSet.json │ │ ├── groovy.util.OrderBy.json │ │ ├── groovy.util.PermutationGenerator.json │ │ ├── groovy.util.Proxy.json │ │ ├── groovy.util.ProxyGenerator.json │ │ ├── groovy.util.ResourceConnector.json │ │ ├── groovy.util.ResourceException.json │ │ ├── groovy.util.ScriptException.json │ │ ├── java.io.BufferedInputStream.json │ │ ├── java.io.BufferedOutputStream.json │ │ ├── java.io.BufferedReader.json │ │ ├── java.io.BufferedWriter.json │ │ ├── java.io.ByteArrayInputStream.json │ │ ├── java.io.ByteArrayOutputStream.json │ │ ├── java.io.CharArrayReader.json │ │ ├── java.io.CharArrayWriter.json │ │ ├── java.io.CharConversionException.json │ │ ├── java.io.Closeable.json │ │ ├── java.io.Console.json │ │ ├── java.io.DataInput.json │ │ ├── java.io.DataInputStream.json │ │ ├── java.io.DataOutput.json │ │ ├── java.io.DataOutputStream.json │ │ ├── java.io.EOFException.json │ │ ├── java.io.Externalizable.json │ │ ├── java.io.File.json │ │ ├── java.io.FileDescriptor.json │ │ ├── java.io.FileFilter.json │ │ ├── java.io.FileInputStream.json │ │ ├── java.io.FileNotFoundException.json │ │ ├── java.io.FileOutputStream.json │ │ ├── java.io.FilePermission.json │ │ ├── java.io.FileReader.json │ │ ├── java.io.FileWriter.json │ │ ├── java.io.FilenameFilter.json │ │ ├── java.io.FilterInputStream.json │ │ ├── java.io.FilterOutputStream.json │ │ ├── java.io.FilterReader.json │ │ ├── java.io.FilterWriter.json │ │ ├── java.io.Flushable.json │ │ ├── java.io.IOError.json │ │ ├── java.io.IOException.json │ │ ├── java.io.InputStream.json │ │ ├── java.io.InputStreamReader.json │ │ ├── java.io.InterruptedIOException.json │ │ ├── java.io.InvalidClassException.json │ │ ├── java.io.InvalidObjectException.json │ │ ├── java.io.LineNumberInputStream.json │ │ ├── java.io.LineNumberReader.json │ │ ├── java.io.NotActiveException.json │ │ ├── java.io.NotSerializableException.json │ │ ├── java.io.ObjectInput.json │ │ ├── java.io.ObjectInputFilter.Config.json │ │ ├── java.io.ObjectInputFilter.FilterInfo.json │ │ ├── java.io.ObjectInputFilter.json │ │ ├── java.io.ObjectInputStream.GetField.json │ │ ├── java.io.ObjectInputStream.json │ │ ├── java.io.ObjectInputValidation.json │ │ ├── java.io.ObjectOutput.json │ │ ├── java.io.ObjectOutputStream.PutField.json │ │ ├── java.io.ObjectOutputStream.json │ │ ├── java.io.ObjectStreamClass.json │ │ ├── java.io.ObjectStreamConstants.json │ │ ├── java.io.ObjectStreamException.json │ │ ├── java.io.ObjectStreamField.json │ │ ├── java.io.OptionalDataException.json │ │ ├── java.io.OutputStream.json │ │ ├── java.io.OutputStreamWriter.json │ │ ├── java.io.PipedInputStream.json │ │ ├── java.io.PipedOutputStream.json │ │ ├── java.io.PipedReader.json │ │ ├── java.io.PipedWriter.json │ │ ├── java.io.PrintStream.json │ │ ├── java.io.PrintWriter.json │ │ ├── java.io.PushbackInputStream.json │ │ ├── java.io.PushbackReader.json │ │ ├── java.io.RandomAccessFile.json │ │ ├── java.io.Reader.json │ │ ├── java.io.SequenceInputStream.json │ │ ├── java.io.Serializable.json │ │ ├── java.io.SerializablePermission.json │ │ ├── java.io.StreamCorruptedException.json │ │ ├── java.io.StreamTokenizer.json │ │ ├── java.io.StringBufferInputStream.json │ │ ├── java.io.StringReader.json │ │ ├── java.io.StringWriter.json │ │ ├── java.io.SyncFailedException.json │ │ ├── java.io.UTFDataFormatException.json │ │ ├── java.io.UncheckedIOException.json │ │ ├── java.io.UnsupportedEncodingException.json │ │ ├── java.io.WriteAbortedException.json │ │ ├── java.io.Writer.json │ │ ├── java.lang.AbstractMethodError.json │ │ ├── java.lang.Appendable.json │ │ ├── java.lang.ArithmeticException.json │ │ ├── java.lang.ArrayIndexOutOfBoundsException.json │ │ ├── java.lang.ArrayStoreException.json │ │ ├── java.lang.AssertionError.json │ │ ├── java.lang.AutoCloseable.json │ │ ├── java.lang.Boolean.json │ │ ├── java.lang.BootstrapMethodError.json │ │ ├── java.lang.Byte.json │ │ ├── java.lang.CharSequence.json │ │ ├── java.lang.Character.Subset.json │ │ ├── java.lang.Character.UnicodeBlock.json │ │ ├── java.lang.Character.json │ │ ├── java.lang.Class.json │ │ ├── java.lang.ClassCastException.json │ │ ├── java.lang.ClassCircularityError.json │ │ ├── java.lang.ClassFormatError.json │ │ ├── java.lang.ClassLoader.json │ │ ├── java.lang.ClassNotFoundException.json │ │ ├── java.lang.ClassValue.json │ │ ├── java.lang.CloneNotSupportedException.json │ │ ├── java.lang.Cloneable.json │ │ ├── java.lang.Comparable.json │ │ ├── java.lang.Compiler.json │ │ ├── java.lang.Double.json │ │ ├── java.lang.EnumConstantNotPresentException.json │ │ ├── java.lang.Error.json │ │ ├── java.lang.Exception.json │ │ ├── java.lang.ExceptionInInitializerError.json │ │ ├── java.lang.Float.json │ │ ├── java.lang.IllegalAccessError.json │ │ ├── java.lang.IllegalAccessException.json │ │ ├── java.lang.IllegalArgumentException.json │ │ ├── java.lang.IllegalCallerException.json │ │ ├── java.lang.IllegalMonitorStateException.json │ │ ├── java.lang.IllegalStateException.json │ │ ├── java.lang.IllegalThreadStateException.json │ │ ├── java.lang.IncompatibleClassChangeError.json │ │ ├── java.lang.IndexOutOfBoundsException.json │ │ ├── java.lang.InheritableThreadLocal.json │ │ ├── java.lang.InstantiationError.json │ │ ├── java.lang.InstantiationException.json │ │ ├── java.lang.Integer.json │ │ ├── java.lang.InternalError.json │ │ ├── java.lang.InterruptedException.json │ │ ├── java.lang.Iterable.json │ │ ├── java.lang.LayerInstantiationException.json │ │ ├── java.lang.LinkageError.json │ │ ├── java.lang.Long.json │ │ ├── java.lang.Math.json │ │ ├── java.lang.Module.json │ │ ├── java.lang.ModuleLayer.Controller.json │ │ ├── java.lang.ModuleLayer.json │ │ ├── java.lang.NegativeArraySizeException.json │ │ ├── java.lang.NoClassDefFoundError.json │ │ ├── java.lang.NoSuchFieldError.json │ │ ├── java.lang.NoSuchFieldException.json │ │ ├── java.lang.NoSuchMethodError.json │ │ ├── java.lang.NoSuchMethodException.json │ │ ├── java.lang.NullPointerException.json │ │ ├── java.lang.Number.json │ │ ├── java.lang.NumberFormatException.json │ │ ├── java.lang.Object.json │ │ ├── java.lang.OutOfMemoryError.json │ │ ├── java.lang.Package.json │ │ ├── java.lang.Process.json │ │ ├── java.lang.ProcessBuilder.Redirect.json │ │ ├── java.lang.ProcessBuilder.json │ │ ├── java.lang.ProcessHandle.Info.json │ │ ├── java.lang.ProcessHandle.json │ │ ├── java.lang.Readable.json │ │ ├── java.lang.ReflectiveOperationException.json │ │ ├── java.lang.Runnable.json │ │ ├── java.lang.Runtime.Version.json │ │ ├── java.lang.Runtime.json │ │ ├── java.lang.RuntimeException.json │ │ ├── java.lang.RuntimePermission.json │ │ ├── java.lang.SecurityException.json │ │ ├── java.lang.SecurityManager.json │ │ ├── java.lang.Short.json │ │ ├── java.lang.StackOverflowError.json │ │ ├── java.lang.StackTraceElement.json │ │ ├── java.lang.StackWalker.StackFrame.json │ │ ├── java.lang.StackWalker.json │ │ ├── java.lang.StrictMath.json │ │ ├── java.lang.String.json │ │ ├── java.lang.StringBuffer.json │ │ ├── java.lang.StringBuilder.json │ │ ├── java.lang.StringIndexOutOfBoundsException.json │ │ ├── java.lang.System.Logger.json │ │ ├── java.lang.System.LoggerFinder.json │ │ ├── java.lang.System.json │ │ ├── java.lang.Thread.UncaughtExceptionHandler.json │ │ ├── java.lang.Thread.json │ │ ├── java.lang.ThreadDeath.json │ │ ├── java.lang.ThreadGroup.json │ │ ├── java.lang.ThreadLocal.json │ │ ├── java.lang.Throwable.json │ │ ├── java.lang.TypeNotPresentException.json │ │ ├── java.lang.UnknownError.json │ │ ├── java.lang.UnsatisfiedLinkError.json │ │ ├── java.lang.UnsupportedClassVersionError.json │ │ ├── java.lang.UnsupportedOperationException.json │ │ ├── java.lang.VerifyError.json │ │ ├── java.lang.VirtualMachineError.json │ │ ├── java.lang.Void.json │ │ ├── java.lang.annotation.Annotation.json │ │ ├── java.lang.annotation.AnnotationFormatError.json │ │ ├── java.lang.annotation.AnnotationTypeMismatchException.json │ │ ├── java.lang.annotation.IncompleteAnnotationException.json │ │ ├── java.lang.invoke.CallSite.json │ │ ├── java.lang.invoke.ConstantBootstraps.json │ │ ├── java.lang.invoke.ConstantCallSite.json │ │ ├── java.lang.invoke.LambdaConversionException.json │ │ ├── java.lang.invoke.LambdaMetafactory.json │ │ ├── java.lang.invoke.MethodHandle.json │ │ ├── java.lang.invoke.MethodHandleInfo.json │ │ ├── java.lang.invoke.MethodHandleProxies.json │ │ ├── java.lang.invoke.MethodHandles.Lookup.json │ │ ├── java.lang.invoke.MethodHandles.json │ │ ├── java.lang.invoke.MethodType.json │ │ ├── java.lang.invoke.MutableCallSite.json │ │ ├── java.lang.invoke.SerializedLambda.json │ │ ├── java.lang.invoke.StringConcatException.json │ │ ├── java.lang.invoke.StringConcatFactory.json │ │ ├── java.lang.invoke.SwitchPoint.json │ │ ├── java.lang.invoke.VarHandle.json │ │ ├── java.lang.invoke.VolatileCallSite.json │ │ ├── java.lang.invoke.WrongMethodTypeException.json │ │ ├── java.lang.module.Configuration.json │ │ ├── java.lang.module.FindException.json │ │ ├── java.lang.module.InvalidModuleDescriptorException.json │ │ ├── java.lang.module.ModuleDescriptor.Builder.json │ │ ├── java.lang.module.ModuleDescriptor.Exports.json │ │ ├── java.lang.module.ModuleDescriptor.Opens.json │ │ ├── java.lang.module.ModuleDescriptor.Provides.json │ │ ├── java.lang.module.ModuleDescriptor.Requires.json │ │ ├── java.lang.module.ModuleDescriptor.Version.json │ │ ├── java.lang.module.ModuleDescriptor.json │ │ ├── java.lang.module.ModuleFinder.json │ │ ├── java.lang.module.ModuleReader.json │ │ ├── java.lang.module.ModuleReference.json │ │ ├── java.lang.module.ResolutionException.json │ │ ├── java.lang.module.ResolvedModule.json │ │ ├── java.lang.ref.Cleaner.Cleanable.json │ │ ├── java.lang.ref.Cleaner.json │ │ ├── java.lang.ref.PhantomReference.json │ │ ├── java.lang.ref.Reference.json │ │ ├── java.lang.ref.ReferenceQueue.json │ │ ├── java.lang.ref.SoftReference.json │ │ ├── java.lang.ref.WeakReference.json │ │ ├── java.lang.reflect.AccessibleObject.json │ │ ├── java.lang.reflect.AnnotatedArrayType.json │ │ ├── java.lang.reflect.AnnotatedElement.json │ │ ├── java.lang.reflect.AnnotatedParameterizedType.json │ │ ├── java.lang.reflect.AnnotatedType.json │ │ ├── java.lang.reflect.AnnotatedTypeVariable.json │ │ ├── java.lang.reflect.AnnotatedWildcardType.json │ │ ├── java.lang.reflect.Array.json │ │ ├── java.lang.reflect.Constructor.json │ │ ├── java.lang.reflect.Executable.json │ │ ├── java.lang.reflect.Field.json │ │ ├── java.lang.reflect.GenericArrayType.json │ │ ├── java.lang.reflect.GenericDeclaration.json │ │ ├── java.lang.reflect.GenericSignatureFormatError.json │ │ ├── java.lang.reflect.InaccessibleObjectException.json │ │ ├── java.lang.reflect.InvocationHandler.json │ │ ├── java.lang.reflect.InvocationTargetException.json │ │ ├── java.lang.reflect.MalformedParameterizedTypeException.json │ │ ├── java.lang.reflect.MalformedParametersException.json │ │ ├── java.lang.reflect.Member.json │ │ ├── java.lang.reflect.Method.json │ │ ├── java.lang.reflect.Modifier.json │ │ ├── java.lang.reflect.Parameter.json │ │ ├── java.lang.reflect.ParameterizedType.json │ │ ├── java.lang.reflect.Proxy.json │ │ ├── java.lang.reflect.ReflectPermission.json │ │ ├── java.lang.reflect.Type.json │ │ ├── java.lang.reflect.TypeVariable.json │ │ ├── java.lang.reflect.UndeclaredThrowableException.json │ │ ├── java.lang.reflect.WildcardType.json │ │ ├── java.math.BigDecimal.json │ │ ├── java.math.BigInteger.json │ │ ├── java.math.MathContext.json │ │ ├── java.net.Authenticator.json │ │ ├── java.net.BindException.json │ │ ├── java.net.CacheRequest.json │ │ ├── java.net.CacheResponse.json │ │ ├── java.net.ConnectException.json │ │ ├── java.net.ContentHandler.json │ │ ├── java.net.ContentHandlerFactory.json │ │ ├── java.net.CookieHandler.json │ │ ├── java.net.CookieManager.json │ │ ├── java.net.CookiePolicy.json │ │ ├── java.net.CookieStore.json │ │ ├── java.net.DatagramPacket.json │ │ ├── java.net.DatagramSocket.json │ │ ├── java.net.DatagramSocketImpl.json │ │ ├── java.net.DatagramSocketImplFactory.json │ │ ├── java.net.FileNameMap.json │ │ ├── java.net.HttpCookie.json │ │ ├── java.net.HttpRetryException.json │ │ ├── java.net.HttpURLConnection.json │ │ ├── java.net.IDN.json │ │ ├── java.net.Inet4Address.json │ │ ├── java.net.Inet6Address.json │ │ ├── java.net.InetAddress.json │ │ ├── java.net.InetSocketAddress.json │ │ ├── java.net.InterfaceAddress.json │ │ ├── java.net.JarURLConnection.json │ │ ├── java.net.MalformedURLException.json │ │ ├── java.net.MulticastSocket.json │ │ ├── java.net.NetPermission.json │ │ ├── java.net.NetworkInterface.json │ │ ├── java.net.NoRouteToHostException.json │ │ ├── java.net.PasswordAuthentication.json │ │ ├── java.net.PortUnreachableException.json │ │ ├── java.net.ProtocolException.json │ │ ├── java.net.ProtocolFamily.json │ │ ├── java.net.Proxy.json │ │ ├── java.net.ProxySelector.json │ │ ├── java.net.ResponseCache.json │ │ ├── java.net.SecureCacheResponse.json │ │ ├── java.net.ServerSocket.json │ │ ├── java.net.Socket.json │ │ ├── java.net.SocketAddress.json │ │ ├── java.net.SocketException.json │ │ ├── java.net.SocketImpl.json │ │ ├── java.net.SocketImplFactory.json │ │ ├── java.net.SocketOption.json │ │ ├── java.net.SocketOptions.json │ │ ├── java.net.SocketPermission.json │ │ ├── java.net.SocketTimeoutException.json │ │ ├── java.net.StandardSocketOptions.json │ │ ├── java.net.URI.json │ │ ├── java.net.URISyntaxException.json │ │ ├── java.net.URL.json │ │ ├── java.net.URLClassLoader.json │ │ ├── java.net.URLConnection.json │ │ ├── java.net.URLDecoder.json │ │ ├── java.net.URLEncoder.json │ │ ├── java.net.URLPermission.json │ │ ├── java.net.URLStreamHandler.json │ │ ├── java.net.URLStreamHandlerFactory.json │ │ ├── java.net.UnknownHostException.json │ │ ├── java.net.UnknownServiceException.json │ │ ├── java.net.spi.URLStreamHandlerProvider.json │ │ ├── java.nio.Buffer.json │ │ ├── java.nio.BufferOverflowException.json │ │ ├── java.nio.BufferUnderflowException.json │ │ ├── java.nio.ByteBuffer.json │ │ ├── java.nio.ByteOrder.json │ │ ├── java.nio.CharBuffer.json │ │ ├── java.nio.DoubleBuffer.json │ │ ├── java.nio.FloatBuffer.json │ │ ├── java.nio.IntBuffer.json │ │ ├── java.nio.InvalidMarkException.json │ │ ├── java.nio.LongBuffer.json │ │ ├── java.nio.MappedByteBuffer.json │ │ ├── java.nio.ReadOnlyBufferException.json │ │ ├── java.nio.ShortBuffer.json │ │ ├── java.nio.channels.AcceptPendingException.json │ │ ├── java.nio.channels.AlreadyBoundException.json │ │ ├── java.nio.channels.AlreadyConnectedException.json │ │ ├── java.nio.channels.AsynchronousByteChannel.json │ │ ├── java.nio.channels.AsynchronousChannel.json │ │ ├── java.nio.channels.AsynchronousChannelGroup.json │ │ ├── java.nio.channels.AsynchronousCloseException.json │ │ ├── java.nio.channels.AsynchronousFileChannel.json │ │ ├── java.nio.channels.AsynchronousServerSocketChannel.json │ │ ├── java.nio.channels.AsynchronousSocketChannel.json │ │ ├── java.nio.channels.ByteChannel.json │ │ ├── java.nio.channels.CancelledKeyException.json │ │ ├── java.nio.channels.Channel.json │ │ ├── java.nio.channels.Channels.json │ │ ├── java.nio.channels.ClosedByInterruptException.json │ │ ├── java.nio.channels.ClosedChannelException.json │ │ ├── java.nio.channels.ClosedSelectorException.json │ │ ├── java.nio.channels.CompletionHandler.json │ │ ├── java.nio.channels.ConnectionPendingException.json │ │ ├── java.nio.channels.DatagramChannel.json │ │ ├── java.nio.channels.FileChannel.MapMode.json │ │ ├── java.nio.channels.FileChannel.json │ │ ├── java.nio.channels.FileLock.json │ │ ├── java.nio.channels.FileLockInterruptionException.json │ │ ├── java.nio.channels.GatheringByteChannel.json │ │ ├── java.nio.channels.IllegalBlockingModeException.json │ │ ├── java.nio.channels.IllegalChannelGroupException.json │ │ ├── java.nio.channels.IllegalSelectorException.json │ │ ├── java.nio.channels.InterruptedByTimeoutException.json │ │ ├── java.nio.channels.InterruptibleChannel.json │ │ ├── java.nio.channels.MembershipKey.json │ │ ├── java.nio.channels.MulticastChannel.json │ │ ├── java.nio.channels.NetworkChannel.json │ │ ├── java.nio.channels.NoConnectionPendingException.json │ │ ├── java.nio.channels.NonReadableChannelException.json │ │ ├── java.nio.channels.NonWritableChannelException.json │ │ ├── java.nio.channels.NotYetBoundException.json │ │ ├── java.nio.channels.NotYetConnectedException.json │ │ ├── java.nio.channels.OverlappingFileLockException.json │ │ ├── java.nio.channels.Pipe.SinkChannel.json │ │ ├── java.nio.channels.Pipe.SourceChannel.json │ │ ├── java.nio.channels.Pipe.json │ │ ├── java.nio.channels.ReadPendingException.json │ │ ├── java.nio.channels.ReadableByteChannel.json │ │ ├── java.nio.channels.ScatteringByteChannel.json │ │ ├── java.nio.channels.SeekableByteChannel.json │ │ ├── java.nio.channels.SelectableChannel.json │ │ ├── java.nio.channels.SelectionKey.json │ │ ├── java.nio.channels.Selector.json │ │ ├── java.nio.channels.ServerSocketChannel.json │ │ ├── java.nio.channels.ShutdownChannelGroupException.json │ │ ├── java.nio.channels.SocketChannel.json │ │ ├── java.nio.channels.UnresolvedAddressException.json │ │ ├── java.nio.channels.UnsupportedAddressTypeException.json │ │ ├── java.nio.channels.WritableByteChannel.json │ │ ├── java.nio.channels.WritePendingException.json │ │ ├── java.nio.channels.spi.AbstractInterruptibleChannel.json │ │ ├── java.nio.channels.spi.AbstractSelectableChannel.json │ │ ├── java.nio.channels.spi.AbstractSelectionKey.json │ │ ├── java.nio.channels.spi.AbstractSelector.json │ │ ├── java.nio.channels.spi.AsynchronousChannelProvider.json │ │ ├── java.nio.channels.spi.SelectorProvider.json │ │ ├── java.nio.charset.CharacterCodingException.json │ │ ├── java.nio.charset.Charset.json │ │ ├── java.nio.charset.CharsetDecoder.json │ │ ├── java.nio.charset.CharsetEncoder.json │ │ ├── java.nio.charset.CoderMalfunctionError.json │ │ ├── java.nio.charset.CoderResult.json │ │ ├── java.nio.charset.CodingErrorAction.json │ │ ├── java.nio.charset.IllegalCharsetNameException.json │ │ ├── java.nio.charset.MalformedInputException.json │ │ ├── java.nio.charset.StandardCharsets.json │ │ ├── java.nio.charset.UnmappableCharacterException.json │ │ ├── java.nio.charset.UnsupportedCharsetException.json │ │ ├── java.nio.charset.spi.CharsetProvider.json │ │ ├── java.nio.file.AccessDeniedException.json │ │ ├── java.nio.file.AtomicMoveNotSupportedException.json │ │ ├── java.nio.file.ClosedDirectoryStreamException.json │ │ ├── java.nio.file.ClosedFileSystemException.json │ │ ├── java.nio.file.ClosedWatchServiceException.json │ │ ├── java.nio.file.CopyOption.json │ │ ├── java.nio.file.DirectoryIteratorException.json │ │ ├── java.nio.file.DirectoryNotEmptyException.json │ │ ├── java.nio.file.DirectoryStream.Filter.json │ │ ├── java.nio.file.DirectoryStream.json │ │ ├── java.nio.file.FileAlreadyExistsException.json │ │ ├── java.nio.file.FileStore.json │ │ ├── java.nio.file.FileSystem.json │ │ ├── java.nio.file.FileSystemAlreadyExistsException.json │ │ ├── java.nio.file.FileSystemException.json │ │ ├── java.nio.file.FileSystemLoopException.json │ │ ├── java.nio.file.FileSystemNotFoundException.json │ │ ├── java.nio.file.FileSystems.json │ │ ├── java.nio.file.FileVisitor.json │ │ ├── java.nio.file.Files.json │ │ ├── java.nio.file.InvalidPathException.json │ │ ├── java.nio.file.LinkPermission.json │ │ ├── java.nio.file.NoSuchFileException.json │ │ ├── java.nio.file.NotDirectoryException.json │ │ ├── java.nio.file.NotLinkException.json │ │ ├── java.nio.file.OpenOption.json │ │ ├── java.nio.file.Path.json │ │ ├── java.nio.file.PathMatcher.json │ │ ├── java.nio.file.Paths.json │ │ ├── java.nio.file.ProviderMismatchException.json │ │ ├── java.nio.file.ProviderNotFoundException.json │ │ ├── java.nio.file.ReadOnlyFileSystemException.json │ │ ├── java.nio.file.SecureDirectoryStream.json │ │ ├── java.nio.file.SimpleFileVisitor.json │ │ ├── java.nio.file.StandardWatchEventKinds.json │ │ ├── java.nio.file.WatchEvent.Kind.json │ │ ├── java.nio.file.WatchEvent.Modifier.json │ │ ├── java.nio.file.WatchEvent.json │ │ ├── java.nio.file.WatchKey.json │ │ ├── java.nio.file.WatchService.json │ │ ├── java.nio.file.Watchable.json │ │ ├── java.nio.file.attribute.AclEntry.Builder.json │ │ ├── java.nio.file.attribute.AclEntry.json │ │ ├── java.nio.file.attribute.AclFileAttributeView.json │ │ ├── java.nio.file.attribute.AttributeView.json │ │ ├── java.nio.file.attribute.BasicFileAttributeView.json │ │ ├── java.nio.file.attribute.BasicFileAttributes.json │ │ ├── java.nio.file.attribute.DosFileAttributeView.json │ │ ├── java.nio.file.attribute.DosFileAttributes.json │ │ ├── java.nio.file.attribute.FileAttribute.json │ │ ├── java.nio.file.attribute.FileAttributeView.json │ │ ├── java.nio.file.attribute.FileOwnerAttributeView.json │ │ ├── java.nio.file.attribute.FileStoreAttributeView.json │ │ ├── java.nio.file.attribute.FileTime.json │ │ ├── java.nio.file.attribute.GroupPrincipal.json │ │ ├── java.nio.file.attribute.PosixFileAttributeView.json │ │ ├── java.nio.file.attribute.PosixFileAttributes.json │ │ ├── java.nio.file.attribute.PosixFilePermissions.json │ │ ├── java.nio.file.attribute.UserDefinedFileAttributeView.json │ │ ├── java.nio.file.attribute.UserPrincipal.json │ │ ├── java.nio.file.attribute.UserPrincipalLookupService.json │ │ ├── java.nio.file.attribute.UserPrincipalNotFoundException.json │ │ ├── java.nio.file.spi.FileSystemProvider.json │ │ ├── java.nio.file.spi.FileTypeDetector.json │ │ ├── java.security.AccessControlContext.json │ │ ├── java.security.AccessControlException.json │ │ ├── java.security.AccessController.json │ │ ├── java.security.AlgorithmConstraints.json │ │ ├── java.security.AlgorithmParameterGenerator.json │ │ ├── java.security.AlgorithmParameterGeneratorSpi.json │ │ ├── java.security.AlgorithmParameters.json │ │ ├── java.security.AlgorithmParametersSpi.json │ │ ├── java.security.AllPermission.json │ │ ├── java.security.AuthProvider.json │ │ ├── java.security.BasicPermission.json │ │ ├── java.security.Certificate.json │ │ ├── java.security.CodeSigner.json │ │ ├── java.security.CodeSource.json │ │ ├── java.security.DigestException.json │ │ ├── java.security.DigestInputStream.json │ │ ├── java.security.DigestOutputStream.json │ │ ├── java.security.DomainCombiner.json │ │ ├── java.security.DomainLoadStoreParameter.json │ │ ├── java.security.DrbgParameters.Instantiation.json │ │ ├── java.security.DrbgParameters.NextBytes.json │ │ ├── java.security.DrbgParameters.Reseed.json │ │ ├── java.security.DrbgParameters.json │ │ ├── java.security.GeneralSecurityException.json │ │ ├── java.security.Guard.json │ │ ├── java.security.GuardedObject.json │ │ ├── java.security.Identity.json │ │ ├── java.security.IdentityScope.json │ │ ├── java.security.InvalidAlgorithmParameterException.json │ │ ├── java.security.InvalidKeyException.json │ │ ├── java.security.InvalidParameterException.json │ │ ├── java.security.Key.json │ │ ├── java.security.KeyException.json │ │ ├── java.security.KeyFactory.json │ │ ├── java.security.KeyFactorySpi.json │ │ ├── java.security.KeyManagementException.json │ │ ├── java.security.KeyPair.json │ │ ├── java.security.KeyPairGenerator.json │ │ ├── java.security.KeyPairGeneratorSpi.json │ │ ├── java.security.KeyRep.json │ │ ├── java.security.KeyStore.Builder.json │ │ ├── java.security.KeyStore.CallbackHandlerProtection.json │ │ ├── java.security.KeyStore.Entry.Attribute.json │ │ ├── java.security.KeyStore.Entry.json │ │ ├── java.security.KeyStore.LoadStoreParameter.json │ │ ├── java.security.KeyStore.PasswordProtection.json │ │ ├── java.security.KeyStore.PrivateKeyEntry.json │ │ ├── java.security.KeyStore.ProtectionParameter.json │ │ ├── java.security.KeyStore.SecretKeyEntry.json │ │ ├── java.security.KeyStore.TrustedCertificateEntry.json │ │ ├── java.security.KeyStore.json │ │ ├── java.security.KeyStoreException.json │ │ ├── java.security.KeyStoreSpi.json │ │ ├── java.security.MessageDigest.json │ │ ├── java.security.MessageDigestSpi.json │ │ ├── java.security.NoSuchAlgorithmException.json │ │ ├── java.security.NoSuchProviderException.json │ │ ├── java.security.PKCS12Attribute.json │ │ ├── java.security.Permission.json │ │ ├── java.security.PermissionCollection.json │ │ ├── java.security.Permissions.json │ │ ├── java.security.Policy.Parameters.json │ │ ├── java.security.Policy.json │ │ ├── java.security.PolicySpi.json │ │ ├── java.security.Principal.json │ │ ├── java.security.PrivateKey.json │ │ ├── java.security.PrivilegedAction.json │ │ ├── java.security.PrivilegedActionException.json │ │ ├── java.security.PrivilegedExceptionAction.json │ │ ├── java.security.ProtectionDomain.json │ │ ├── java.security.Provider.Service.json │ │ ├── java.security.Provider.json │ │ ├── java.security.ProviderException.json │ │ ├── java.security.PublicKey.json │ │ ├── java.security.SecureClassLoader.json │ │ ├── java.security.SecureRandom.json │ │ ├── java.security.SecureRandomParameters.json │ │ ├── java.security.SecureRandomSpi.json │ │ ├── java.security.Security.json │ │ ├── java.security.SecurityPermission.json │ │ ├── java.security.Signature.json │ │ ├── java.security.SignatureException.json │ │ ├── java.security.SignatureSpi.json │ │ ├── java.security.SignedObject.json │ │ ├── java.security.Signer.json │ │ ├── java.security.Timestamp.json │ │ ├── java.security.URIParameter.json │ │ ├── java.security.UnrecoverableEntryException.json │ │ ├── java.security.UnrecoverableKeyException.json │ │ ├── java.security.UnresolvedPermission.json │ │ ├── java.security.acl.Acl.json │ │ ├── java.security.acl.AclEntry.json │ │ ├── java.security.acl.AclNotFoundException.json │ │ ├── java.security.acl.Group.json │ │ ├── java.security.acl.LastOwnerException.json │ │ ├── java.security.acl.NotOwnerException.json │ │ ├── java.security.acl.Owner.json │ │ ├── java.security.acl.Permission.json │ │ ├── java.security.cert.CRL.json │ │ ├── java.security.cert.CRLException.json │ │ ├── java.security.cert.CRLSelector.json │ │ ├── java.security.cert.CertPath.CertPathRep.json │ │ ├── java.security.cert.CertPath.json │ │ ├── java.security.cert.CertPathBuilder.json │ │ ├── java.security.cert.CertPathBuilderException.json │ │ ├── java.security.cert.CertPathBuilderResult.json │ │ ├── java.security.cert.CertPathBuilderSpi.json │ │ ├── java.security.cert.CertPathChecker.json │ │ ├── java.security.cert.CertPathParameters.json │ │ ├── java.security.cert.CertPathValidator.json │ │ ├── java.security.cert.CertPathValidatorException.Reason.json │ │ ├── java.security.cert.CertPathValidatorException.json │ │ ├── java.security.cert.CertPathValidatorResult.json │ │ ├── java.security.cert.CertPathValidatorSpi.json │ │ ├── java.security.cert.CertSelector.json │ │ ├── java.security.cert.CertStore.json │ │ ├── java.security.cert.CertStoreException.json │ │ ├── java.security.cert.CertStoreParameters.json │ │ ├── java.security.cert.CertStoreSpi.json │ │ ├── java.security.cert.Certificate.CertificateRep.json │ │ ├── java.security.cert.Certificate.json │ │ ├── java.security.cert.CertificateEncodingException.json │ │ ├── java.security.cert.CertificateException.json │ │ ├── java.security.cert.CertificateExpiredException.json │ │ ├── java.security.cert.CertificateFactory.json │ │ ├── java.security.cert.CertificateFactorySpi.json │ │ ├── java.security.cert.CertificateNotYetValidException.json │ │ ├── java.security.cert.CertificateParsingException.json │ │ ├── java.security.cert.CertificateRevokedException.json │ │ ├── java.security.cert.CollectionCertStoreParameters.json │ │ ├── java.security.cert.Extension.json │ │ ├── java.security.cert.LDAPCertStoreParameters.json │ │ ├── java.security.cert.PKIXBuilderParameters.json │ │ ├── java.security.cert.PKIXCertPathBuilderResult.json │ │ ├── java.security.cert.PKIXCertPathChecker.json │ │ ├── java.security.cert.PKIXCertPathValidatorResult.json │ │ ├── java.security.cert.PKIXParameters.json │ │ ├── java.security.cert.PKIXRevocationChecker.json │ │ ├── java.security.cert.PolicyNode.json │ │ ├── java.security.cert.PolicyQualifierInfo.json │ │ ├── java.security.cert.TrustAnchor.json │ │ ├── java.security.cert.URICertStoreParameters.json │ │ ├── java.security.cert.X509CRL.json │ │ ├── java.security.cert.X509CRLEntry.json │ │ ├── java.security.cert.X509CRLSelector.json │ │ ├── java.security.cert.X509CertSelector.json │ │ ├── java.security.cert.X509Certificate.json │ │ ├── java.security.cert.X509Extension.json │ │ ├── java.security.interfaces.DSAKey.json │ │ ├── java.security.interfaces.DSAKeyPairGenerator.json │ │ ├── java.security.interfaces.DSAParams.json │ │ ├── java.security.interfaces.DSAPrivateKey.json │ │ ├── java.security.interfaces.DSAPublicKey.json │ │ ├── java.security.interfaces.ECKey.json │ │ ├── java.security.interfaces.ECPrivateKey.json │ │ ├── java.security.interfaces.ECPublicKey.json │ │ ├── java.security.interfaces.RSAKey.json │ │ ├── java.security.interfaces.RSAMultiPrimePrivateCrtKey.json │ │ ├── java.security.interfaces.RSAPrivateCrtKey.json │ │ ├── java.security.interfaces.RSAPrivateKey.json │ │ ├── java.security.interfaces.RSAPublicKey.json │ │ ├── java.security.interfaces.XECKey.json │ │ ├── java.security.interfaces.XECPrivateKey.json │ │ ├── java.security.interfaces.XECPublicKey.json │ │ ├── java.security.spec.AlgorithmParameterSpec.json │ │ ├── java.security.spec.DSAGenParameterSpec.json │ │ ├── java.security.spec.DSAParameterSpec.json │ │ ├── java.security.spec.DSAPrivateKeySpec.json │ │ ├── java.security.spec.DSAPublicKeySpec.json │ │ ├── java.security.spec.ECField.json │ │ ├── java.security.spec.ECFieldF2m.json │ │ ├── java.security.spec.ECFieldFp.json │ │ ├── java.security.spec.ECGenParameterSpec.json │ │ ├── java.security.spec.ECParameterSpec.json │ │ ├── java.security.spec.ECPoint.json │ │ ├── java.security.spec.ECPrivateKeySpec.json │ │ ├── java.security.spec.ECPublicKeySpec.json │ │ ├── java.security.spec.EllipticCurve.json │ │ ├── java.security.spec.EncodedKeySpec.json │ │ ├── java.security.spec.InvalidKeySpecException.json │ │ ├── java.security.spec.InvalidParameterSpecException.json │ │ ├── java.security.spec.KeySpec.json │ │ ├── java.security.spec.MGF1ParameterSpec.json │ │ ├── java.security.spec.NamedParameterSpec.json │ │ ├── java.security.spec.PKCS8EncodedKeySpec.json │ │ ├── java.security.spec.PSSParameterSpec.json │ │ ├── java.security.spec.RSAKeyGenParameterSpec.json │ │ ├── java.security.spec.RSAMultiPrimePrivateCrtKeySpec.json │ │ ├── java.security.spec.RSAOtherPrimeInfo.json │ │ ├── java.security.spec.RSAPrivateCrtKeySpec.json │ │ ├── java.security.spec.RSAPrivateKeySpec.json │ │ ├── java.security.spec.RSAPublicKeySpec.json │ │ ├── java.security.spec.X509EncodedKeySpec.json │ │ ├── java.security.spec.XECPrivateKeySpec.json │ │ ├── java.security.spec.XECPublicKeySpec.json │ │ ├── java.text.Annotation.json │ │ ├── java.text.AttributedCharacterIterator.Attribute.json │ │ ├── java.text.AttributedCharacterIterator.json │ │ ├── java.text.AttributedString.json │ │ ├── java.text.Bidi.json │ │ ├── java.text.BreakIterator.json │ │ ├── java.text.CharacterIterator.json │ │ ├── java.text.ChoiceFormat.json │ │ ├── java.text.CollationElementIterator.json │ │ ├── java.text.CollationKey.json │ │ ├── java.text.Collator.json │ │ ├── java.text.DateFormat.Field.json │ │ ├── java.text.DateFormat.json │ │ ├── java.text.DateFormatSymbols.json │ │ ├── java.text.DecimalFormat.json │ │ ├── java.text.DecimalFormatSymbols.json │ │ ├── java.text.FieldPosition.json │ │ ├── java.text.Format.Field.json │ │ ├── java.text.Format.json │ │ ├── java.text.MessageFormat.Field.json │ │ ├── java.text.MessageFormat.json │ │ ├── java.text.Normalizer.json │ │ ├── java.text.NumberFormat.Field.json │ │ ├── java.text.NumberFormat.json │ │ ├── java.text.ParseException.json │ │ ├── java.text.ParsePosition.json │ │ ├── java.text.RuleBasedCollator.json │ │ ├── java.text.SimpleDateFormat.json │ │ ├── java.text.StringCharacterIterator.json │ │ ├── java.text.spi.BreakIteratorProvider.json │ │ ├── java.text.spi.CollatorProvider.json │ │ ├── java.text.spi.DateFormatProvider.json │ │ ├── java.text.spi.DateFormatSymbolsProvider.json │ │ ├── java.text.spi.DecimalFormatSymbolsProvider.json │ │ ├── java.text.spi.NumberFormatProvider.json │ │ ├── java.time.Clock.json │ │ ├── java.time.DateTimeException.json │ │ ├── java.time.Duration.json │ │ ├── java.time.Instant.json │ │ ├── java.time.LocalDate.json │ │ ├── java.time.LocalDateTime.json │ │ ├── java.time.LocalTime.json │ │ ├── java.time.MonthDay.json │ │ ├── java.time.OffsetDateTime.json │ │ ├── java.time.OffsetTime.json │ │ ├── java.time.Period.json │ │ ├── java.time.Year.json │ │ ├── java.time.YearMonth.json │ │ ├── java.time.ZoneId.json │ │ ├── java.time.ZoneOffset.json │ │ ├── java.time.ZonedDateTime.json │ │ ├── java.time.chrono.AbstractChronology.json │ │ ├── java.time.chrono.ChronoLocalDate.json │ │ ├── java.time.chrono.ChronoLocalDateTime.json │ │ ├── java.time.chrono.ChronoPeriod.json │ │ ├── java.time.chrono.ChronoZonedDateTime.json │ │ ├── java.time.chrono.Chronology.json │ │ ├── java.time.chrono.Era.json │ │ ├── java.time.chrono.HijrahChronology.json │ │ ├── java.time.chrono.HijrahDate.json │ │ ├── java.time.chrono.IsoChronology.json │ │ ├── java.time.chrono.JapaneseChronology.json │ │ ├── java.time.chrono.JapaneseDate.json │ │ ├── java.time.chrono.JapaneseEra.json │ │ ├── java.time.chrono.MinguoChronology.json │ │ ├── java.time.chrono.MinguoDate.json │ │ ├── java.time.chrono.ThaiBuddhistChronology.json │ │ ├── java.time.chrono.ThaiBuddhistDate.json │ │ ├── java.time.format.DateTimeFormatter.json │ │ ├── java.time.format.DateTimeFormatterBuilder.json │ │ ├── java.time.format.DateTimeParseException.json │ │ ├── java.time.format.DecimalStyle.json │ │ ├── java.time.temporal.IsoFields.json │ │ ├── java.time.temporal.JulianFields.json │ │ ├── java.time.temporal.Temporal.json │ │ ├── java.time.temporal.TemporalAccessor.json │ │ ├── java.time.temporal.TemporalAdjuster.json │ │ ├── java.time.temporal.TemporalAdjusters.json │ │ ├── java.time.temporal.TemporalAmount.json │ │ ├── java.time.temporal.TemporalField.json │ │ ├── java.time.temporal.TemporalQueries.json │ │ ├── java.time.temporal.TemporalQuery.json │ │ ├── java.time.temporal.TemporalUnit.json │ │ ├── java.time.temporal.UnsupportedTemporalTypeException.json │ │ ├── java.time.temporal.ValueRange.json │ │ ├── java.time.temporal.WeekFields.json │ │ ├── java.time.zone.ZoneOffsetTransition.json │ │ ├── java.time.zone.ZoneOffsetTransitionRule.json │ │ ├── java.time.zone.ZoneRules.json │ │ ├── java.time.zone.ZoneRulesException.json │ │ ├── java.time.zone.ZoneRulesProvider.json │ │ ├── java.util.AbstractCollection.json │ │ ├── java.util.AbstractList.json │ │ ├── java.util.AbstractMap.SimpleEntry.json │ │ ├── java.util.AbstractMap.SimpleImmutableEntry.json │ │ ├── java.util.AbstractMap.json │ │ ├── java.util.AbstractQueue.json │ │ ├── java.util.AbstractSequentialList.json │ │ ├── java.util.AbstractSet.json │ │ ├── java.util.ArrayDeque.json │ │ ├── java.util.ArrayList.json │ │ ├── java.util.Arrays.json │ │ ├── java.util.Base64.Decoder.json │ │ ├── java.util.Base64.Encoder.json │ │ ├── java.util.Base64.json │ │ ├── java.util.BitSet.json │ │ ├── java.util.Calendar.Builder.json │ │ ├── java.util.Calendar.json │ │ ├── java.util.Collection.json │ │ ├── java.util.Collections.json │ │ ├── java.util.Comparator.json │ │ ├── java.util.ConcurrentModificationException.json │ │ ├── java.util.Currency.json │ │ ├── java.util.Date.json │ │ ├── java.util.Deque.json │ │ ├── java.util.Dictionary.json │ │ ├── java.util.DoubleSummaryStatistics.json │ │ ├── java.util.DuplicateFormatFlagsException.json │ │ ├── java.util.EmptyStackException.json │ │ ├── java.util.Enumeration.json │ │ ├── java.util.EventListener.json │ │ ├── java.util.EventListenerProxy.json │ │ ├── java.util.EventObject.json │ │ ├── java.util.FormatFlagsConversionMismatchException.json │ │ ├── java.util.Formattable.json │ │ ├── java.util.FormattableFlags.json │ │ ├── java.util.Formatter.json │ │ ├── java.util.FormatterClosedException.json │ │ ├── java.util.GregorianCalendar.json │ │ ├── java.util.HashMap.json │ │ ├── java.util.HashSet.json │ │ ├── java.util.Hashtable.json │ │ ├── java.util.IdentityHashMap.json │ │ ├── java.util.IllegalFormatCodePointException.json │ │ ├── java.util.IllegalFormatConversionException.json │ │ ├── java.util.IllegalFormatException.json │ │ ├── java.util.IllegalFormatFlagsException.json │ │ ├── java.util.IllegalFormatPrecisionException.json │ │ ├── java.util.IllegalFormatWidthException.json │ │ ├── java.util.IllformedLocaleException.json │ │ ├── java.util.InputMismatchException.json │ │ ├── java.util.IntSummaryStatistics.json │ │ ├── java.util.InvalidPropertiesFormatException.json │ │ ├── java.util.Iterator.json │ │ ├── java.util.LinkedHashMap.json │ │ ├── java.util.LinkedHashSet.json │ │ ├── java.util.LinkedList.json │ │ ├── java.util.List.json │ │ ├── java.util.ListIterator.json │ │ ├── java.util.ListResourceBundle.json │ │ ├── java.util.Locale.Builder.json │ │ ├── java.util.Locale.LanguageRange.json │ │ ├── java.util.Locale.json │ │ ├── java.util.LongSummaryStatistics.json │ │ ├── java.util.Map.Entry.json │ │ ├── java.util.Map.json │ │ ├── java.util.MissingFormatArgumentException.json │ │ ├── java.util.MissingFormatWidthException.json │ │ ├── java.util.MissingResourceException.json │ │ ├── java.util.NavigableMap.json │ │ ├── java.util.NavigableSet.json │ │ ├── java.util.NoSuchElementException.json │ │ ├── java.util.Objects.json │ │ ├── java.util.Observable.json │ │ ├── java.util.Observer.json │ │ ├── java.util.Optional.json │ │ ├── java.util.OptionalDouble.json │ │ ├── java.util.OptionalInt.json │ │ ├── java.util.OptionalLong.json │ │ ├── java.util.PrimitiveIterator.OfDouble.json │ │ ├── java.util.PrimitiveIterator.OfInt.json │ │ ├── java.util.PrimitiveIterator.OfLong.json │ │ ├── java.util.PrimitiveIterator.json │ │ ├── java.util.PriorityQueue.json │ │ ├── java.util.Properties.json │ │ ├── java.util.PropertyPermission.json │ │ ├── java.util.PropertyResourceBundle.json │ │ ├── java.util.Queue.json │ │ ├── java.util.Random.json │ │ ├── java.util.RandomAccess.json │ │ ├── java.util.ResourceBundle.Control.json │ │ ├── java.util.ResourceBundle.json │ │ ├── java.util.Scanner.json │ │ ├── java.util.ServiceConfigurationError.json │ │ ├── java.util.ServiceLoader.Provider.json │ │ ├── java.util.ServiceLoader.json │ │ ├── java.util.Set.json │ │ ├── java.util.SimpleTimeZone.json │ │ ├── java.util.SortedMap.json │ │ ├── java.util.SortedSet.json │ │ ├── java.util.Spliterator.OfDouble.json │ │ ├── java.util.Spliterator.OfInt.json │ │ ├── java.util.Spliterator.OfLong.json │ │ ├── java.util.Spliterator.OfPrimitive.json │ │ ├── java.util.Spliterator.json │ │ ├── java.util.Spliterators.AbstractDoubleSpliterator.json │ │ ├── java.util.Spliterators.AbstractIntSpliterator.json │ │ ├── java.util.Spliterators.AbstractLongSpliterator.json │ │ ├── java.util.Spliterators.AbstractSpliterator.json │ │ ├── java.util.Spliterators.json │ │ ├── java.util.SplittableRandom.json │ │ ├── java.util.Stack.json │ │ ├── java.util.StringJoiner.json │ │ ├── java.util.StringTokenizer.json │ │ ├── java.util.TimeZone.json │ │ ├── java.util.Timer.json │ │ ├── java.util.TimerTask.json │ │ ├── java.util.TooManyListenersException.json │ │ ├── java.util.TreeMap.json │ │ ├── java.util.TreeSet.json │ │ ├── java.util.UUID.json │ │ ├── java.util.UnknownFormatConversionException.json │ │ ├── java.util.UnknownFormatFlagsException.json │ │ ├── java.util.Vector.json │ │ ├── java.util.WeakHashMap.json │ │ ├── java.util.concurrent.AbstractExecutorService.json │ │ ├── java.util.concurrent.ArrayBlockingQueue.json │ │ ├── java.util.concurrent.BlockingDeque.json │ │ ├── java.util.concurrent.BlockingQueue.json │ │ ├── java.util.concurrent.BrokenBarrierException.json │ │ ├── java.util.concurrent.Callable.json │ │ ├── java.util.concurrent.CancellationException.json │ │ ├── java.util.concurrent.CompletableFuture.AsynchronousCompletionTask.json │ │ ├── java.util.concurrent.CompletableFuture.json │ │ ├── java.util.concurrent.CompletionException.json │ │ ├── java.util.concurrent.CompletionService.json │ │ ├── java.util.concurrent.CompletionStage.json │ │ ├── java.util.concurrent.ConcurrentHashMap.KeySetView.json │ │ ├── java.util.concurrent.ConcurrentHashMap.json │ │ ├── java.util.concurrent.ConcurrentLinkedDeque.json │ │ ├── java.util.concurrent.ConcurrentLinkedQueue.json │ │ ├── java.util.concurrent.ConcurrentMap.json │ │ ├── java.util.concurrent.ConcurrentNavigableMap.json │ │ ├── java.util.concurrent.ConcurrentSkipListMap.json │ │ ├── java.util.concurrent.ConcurrentSkipListSet.json │ │ ├── java.util.concurrent.CopyOnWriteArrayList.json │ │ ├── java.util.concurrent.CopyOnWriteArraySet.json │ │ ├── java.util.concurrent.CountDownLatch.json │ │ ├── java.util.concurrent.CountedCompleter.json │ │ ├── java.util.concurrent.CyclicBarrier.json │ │ ├── java.util.concurrent.DelayQueue.json │ │ ├── java.util.concurrent.Delayed.json │ │ ├── java.util.concurrent.Exchanger.json │ │ ├── java.util.concurrent.ExecutionException.json │ │ ├── java.util.concurrent.Executor.json │ │ ├── java.util.concurrent.ExecutorCompletionService.json │ │ ├── java.util.concurrent.ExecutorService.json │ │ ├── java.util.concurrent.Executors.json │ │ ├── java.util.concurrent.Flow.Processor.json │ │ ├── java.util.concurrent.Flow.Publisher.json │ │ ├── java.util.concurrent.Flow.Subscriber.json │ │ ├── java.util.concurrent.Flow.Subscription.json │ │ ├── java.util.concurrent.Flow.json │ │ ├── java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory.json │ │ ├── java.util.concurrent.ForkJoinPool.ManagedBlocker.json │ │ ├── java.util.concurrent.ForkJoinPool.json │ │ ├── java.util.concurrent.ForkJoinTask.json │ │ ├── java.util.concurrent.ForkJoinWorkerThread.json │ │ ├── java.util.concurrent.Future.json │ │ ├── java.util.concurrent.FutureTask.json │ │ ├── java.util.concurrent.LinkedBlockingDeque.json │ │ ├── java.util.concurrent.LinkedBlockingQueue.json │ │ ├── java.util.concurrent.LinkedTransferQueue.json │ │ ├── java.util.concurrent.Phaser.json │ │ ├── java.util.concurrent.PriorityBlockingQueue.json │ │ ├── java.util.concurrent.RecursiveAction.json │ │ ├── java.util.concurrent.RecursiveTask.json │ │ ├── java.util.concurrent.RejectedExecutionException.json │ │ ├── java.util.concurrent.RejectedExecutionHandler.json │ │ ├── java.util.concurrent.RunnableFuture.json │ │ ├── java.util.concurrent.RunnableScheduledFuture.json │ │ ├── java.util.concurrent.ScheduledExecutorService.json │ │ ├── java.util.concurrent.ScheduledFuture.json │ │ ├── java.util.concurrent.ScheduledThreadPoolExecutor.json │ │ ├── java.util.concurrent.Semaphore.json │ │ ├── java.util.concurrent.SubmissionPublisher.json │ │ ├── java.util.concurrent.SynchronousQueue.json │ │ ├── java.util.concurrent.ThreadFactory.json │ │ ├── java.util.concurrent.ThreadLocalRandom.json │ │ ├── java.util.concurrent.ThreadPoolExecutor.AbortPolicy.json │ │ ├── java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy.json │ │ ├── java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy.json │ │ ├── java.util.concurrent.ThreadPoolExecutor.DiscardPolicy.json │ │ ├── java.util.concurrent.ThreadPoolExecutor.json │ │ ├── java.util.concurrent.TimeoutException.json │ │ ├── java.util.concurrent.TransferQueue.json │ │ ├── java.util.concurrent.atomic.AtomicBoolean.json │ │ ├── java.util.concurrent.atomic.AtomicInteger.json │ │ ├── java.util.concurrent.atomic.AtomicIntegerArray.json │ │ ├── java.util.concurrent.atomic.AtomicIntegerFieldUpdater.json │ │ ├── java.util.concurrent.atomic.AtomicLong.json │ │ ├── java.util.concurrent.atomic.AtomicLongArray.json │ │ ├── java.util.concurrent.atomic.AtomicLongFieldUpdater.json │ │ ├── java.util.concurrent.atomic.AtomicMarkableReference.json │ │ ├── java.util.concurrent.atomic.AtomicReference.json │ │ ├── java.util.concurrent.atomic.AtomicReferenceArray.json │ │ ├── java.util.concurrent.atomic.AtomicReferenceFieldUpdater.json │ │ ├── java.util.concurrent.atomic.AtomicStampedReference.json │ │ ├── java.util.concurrent.atomic.DoubleAccumulator.json │ │ ├── java.util.concurrent.atomic.DoubleAdder.json │ │ ├── java.util.concurrent.atomic.LongAccumulator.json │ │ ├── java.util.concurrent.atomic.LongAdder.json │ │ ├── java.util.concurrent.locks.AbstractOwnableSynchronizer.json │ │ ├── java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject.json │ │ ├── java.util.concurrent.locks.AbstractQueuedLongSynchronizer.json │ │ ├── java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject.json │ │ ├── java.util.concurrent.locks.AbstractQueuedSynchronizer.json │ │ ├── java.util.concurrent.locks.Condition.json │ │ ├── java.util.concurrent.locks.Lock.json │ │ ├── java.util.concurrent.locks.LockSupport.json │ │ ├── java.util.concurrent.locks.ReadWriteLock.json │ │ ├── java.util.concurrent.locks.ReentrantLock.json │ │ ├── java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock.json │ │ ├── java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock.json │ │ ├── java.util.concurrent.locks.ReentrantReadWriteLock.json │ │ ├── java.util.concurrent.locks.StampedLock.json │ │ ├── java.util.function.BiConsumer.json │ │ ├── java.util.function.BiFunction.json │ │ ├── java.util.function.BiPredicate.json │ │ ├── java.util.function.BinaryOperator.json │ │ ├── java.util.function.BooleanSupplier.json │ │ ├── java.util.function.Consumer.json │ │ ├── java.util.function.DoubleBinaryOperator.json │ │ ├── java.util.function.DoubleConsumer.json │ │ ├── java.util.function.DoubleFunction.json │ │ ├── java.util.function.DoublePredicate.json │ │ ├── java.util.function.DoubleSupplier.json │ │ ├── java.util.function.DoubleToIntFunction.json │ │ ├── java.util.function.DoubleToLongFunction.json │ │ ├── java.util.function.DoubleUnaryOperator.json │ │ ├── java.util.function.Function.json │ │ ├── java.util.function.IntBinaryOperator.json │ │ ├── java.util.function.IntConsumer.json │ │ ├── java.util.function.IntFunction.json │ │ ├── java.util.function.IntPredicate.json │ │ ├── java.util.function.IntSupplier.json │ │ ├── java.util.function.IntToDoubleFunction.json │ │ ├── java.util.function.IntToLongFunction.json │ │ ├── java.util.function.IntUnaryOperator.json │ │ ├── java.util.function.LongBinaryOperator.json │ │ ├── java.util.function.LongConsumer.json │ │ ├── java.util.function.LongFunction.json │ │ ├── java.util.function.LongPredicate.json │ │ ├── java.util.function.LongSupplier.json │ │ ├── java.util.function.LongToDoubleFunction.json │ │ ├── java.util.function.LongToIntFunction.json │ │ ├── java.util.function.LongUnaryOperator.json │ │ ├── java.util.function.ObjDoubleConsumer.json │ │ ├── java.util.function.ObjIntConsumer.json │ │ ├── java.util.function.ObjLongConsumer.json │ │ ├── java.util.function.Predicate.json │ │ ├── java.util.function.Supplier.json │ │ ├── java.util.function.ToDoubleBiFunction.json │ │ ├── java.util.function.ToDoubleFunction.json │ │ ├── java.util.function.ToIntBiFunction.json │ │ ├── java.util.function.ToIntFunction.json │ │ ├── java.util.function.ToLongBiFunction.json │ │ ├── java.util.function.ToLongFunction.json │ │ ├── java.util.function.UnaryOperator.json │ │ ├── java.util.jar.Attributes.Name.json │ │ ├── java.util.jar.Attributes.json │ │ ├── java.util.jar.JarEntry.json │ │ ├── java.util.jar.JarException.json │ │ ├── java.util.jar.JarFile.json │ │ ├── java.util.jar.JarInputStream.json │ │ ├── java.util.jar.JarOutputStream.json │ │ ├── java.util.jar.Manifest.json │ │ ├── java.util.jar.Pack200.Packer.json │ │ ├── java.util.jar.Pack200.Unpacker.json │ │ ├── java.util.jar.Pack200.json │ │ ├── java.util.regex.MatchResult.json │ │ ├── java.util.regex.Matcher.json │ │ ├── java.util.regex.Pattern.json │ │ ├── java.util.regex.PatternSyntaxException.json │ │ ├── java.util.spi.AbstractResourceBundleProvider.json │ │ ├── java.util.spi.CalendarDataProvider.json │ │ ├── java.util.spi.CalendarNameProvider.json │ │ ├── java.util.spi.CurrencyNameProvider.json │ │ ├── java.util.spi.LocaleNameProvider.json │ │ ├── java.util.spi.LocaleServiceProvider.json │ │ ├── java.util.spi.ResourceBundleControlProvider.json │ │ ├── java.util.spi.ResourceBundleProvider.json │ │ ├── java.util.spi.TimeZoneNameProvider.json │ │ ├── java.util.spi.ToolProvider.json │ │ ├── java.util.stream.BaseStream.json │ │ ├── java.util.stream.Collector.json │ │ ├── java.util.stream.Collectors.json │ │ ├── java.util.stream.DoubleStream.Builder.json │ │ ├── java.util.stream.DoubleStream.json │ │ ├── java.util.stream.IntStream.Builder.json │ │ ├── java.util.stream.IntStream.json │ │ ├── java.util.stream.LongStream.Builder.json │ │ ├── java.util.stream.LongStream.json │ │ ├── java.util.stream.Stream.Builder.json │ │ ├── java.util.stream.Stream.json │ │ ├── java.util.stream.StreamSupport.json │ │ ├── java.util.zip.Adler32.json │ │ ├── java.util.zip.CRC32.json │ │ ├── java.util.zip.CRC32C.json │ │ ├── java.util.zip.CheckedInputStream.json │ │ ├── java.util.zip.CheckedOutputStream.json │ │ ├── java.util.zip.Checksum.json │ │ ├── java.util.zip.DataFormatException.json │ │ ├── java.util.zip.Deflater.json │ │ ├── java.util.zip.DeflaterInputStream.json │ │ ├── java.util.zip.DeflaterOutputStream.json │ │ ├── java.util.zip.GZIPInputStream.json │ │ ├── java.util.zip.GZIPOutputStream.json │ │ ├── java.util.zip.Inflater.json │ │ ├── java.util.zip.InflaterInputStream.json │ │ ├── java.util.zip.InflaterOutputStream.json │ │ ├── java.util.zip.ZipEntry.json │ │ ├── java.util.zip.ZipError.json │ │ ├── java.util.zip.ZipException.json │ │ ├── java.util.zip.ZipFile.json │ │ ├── java.util.zip.ZipInputStream.json │ │ └── java.util.zip.ZipOutputStream.json ├── java-stdlib │ ├── api-rules.json │ └── json-docs │ │ ├── java.io.BufferedInputStream.json │ │ ├── java.io.BufferedOutputStream.json │ │ ├── java.io.BufferedReader.json │ │ ├── java.io.BufferedWriter.json │ │ ├── java.io.ByteArrayInputStream.json │ │ ├── java.io.ByteArrayOutputStream.json │ │ ├── java.io.CharArrayReader.json │ │ ├── java.io.CharArrayWriter.json │ │ ├── java.io.CharConversionException.json │ │ ├── java.io.Closeable.json │ │ ├── java.io.Console.json │ │ ├── java.io.DataInput.json │ │ ├── java.io.DataInputStream.json │ │ ├── java.io.DataOutput.json │ │ ├── java.io.DataOutputStream.json │ │ ├── java.io.EOFException.json │ │ ├── java.io.Externalizable.json │ │ ├── java.io.File.json │ │ ├── java.io.FileDescriptor.json │ │ ├── java.io.FileFilter.json │ │ ├── java.io.FileInputStream.json │ │ ├── java.io.FileNotFoundException.json │ │ ├── java.io.FileOutputStream.json │ │ ├── java.io.FilePermission.json │ │ ├── java.io.FileReader.json │ │ ├── java.io.FileWriter.json │ │ ├── java.io.FilenameFilter.json │ │ ├── java.io.FilterInputStream.json │ │ ├── java.io.FilterOutputStream.json │ │ ├── java.io.FilterReader.json │ │ ├── java.io.FilterWriter.json │ │ ├── java.io.Flushable.json │ │ ├── java.io.IOError.json │ │ ├── java.io.IOException.json │ │ ├── java.io.InputStream.json │ │ ├── java.io.InputStreamReader.json │ │ ├── java.io.InterruptedIOException.json │ │ ├── java.io.InvalidClassException.json │ │ ├── java.io.InvalidObjectException.json │ │ ├── java.io.LineNumberInputStream.json │ │ ├── java.io.LineNumberReader.json │ │ ├── java.io.NotActiveException.json │ │ ├── java.io.NotSerializableException.json │ │ ├── java.io.ObjectInput.json │ │ ├── java.io.ObjectInputFilter.Config.json │ │ ├── java.io.ObjectInputFilter.FilterInfo.json │ │ ├── java.io.ObjectInputFilter.json │ │ ├── java.io.ObjectInputStream.GetField.json │ │ ├── java.io.ObjectInputStream.json │ │ ├── java.io.ObjectInputValidation.json │ │ ├── java.io.ObjectOutput.json │ │ ├── java.io.ObjectOutputStream.PutField.json │ │ ├── java.io.ObjectOutputStream.json │ │ ├── java.io.ObjectStreamClass.json │ │ ├── java.io.ObjectStreamConstants.json │ │ ├── java.io.ObjectStreamException.json │ │ ├── java.io.ObjectStreamField.json │ │ ├── java.io.OptionalDataException.json │ │ ├── java.io.OutputStream.json │ │ ├── java.io.OutputStreamWriter.json │ │ ├── java.io.PipedInputStream.json │ │ ├── java.io.PipedOutputStream.json │ │ ├── java.io.PipedReader.json │ │ ├── java.io.PipedWriter.json │ │ ├── java.io.PrintStream.json │ │ ├── java.io.PrintWriter.json │ │ ├── java.io.PushbackInputStream.json │ │ ├── java.io.PushbackReader.json │ │ ├── java.io.RandomAccessFile.json │ │ ├── java.io.Reader.json │ │ ├── java.io.SequenceInputStream.json │ │ ├── java.io.Serializable.json │ │ ├── java.io.SerializablePermission.json │ │ ├── java.io.StreamCorruptedException.json │ │ ├── java.io.StreamTokenizer.json │ │ ├── java.io.StringBufferInputStream.json │ │ ├── java.io.StringReader.json │ │ ├── java.io.StringWriter.json │ │ ├── java.io.SyncFailedException.json │ │ ├── java.io.UTFDataFormatException.json │ │ ├── java.io.UncheckedIOException.json │ │ ├── java.io.UnsupportedEncodingException.json │ │ ├── java.io.WriteAbortedException.json │ │ ├── java.io.Writer.json │ │ ├── java.lang.AbstractMethodError.json │ │ ├── java.lang.Appendable.json │ │ ├── java.lang.ArithmeticException.json │ │ ├── java.lang.ArrayIndexOutOfBoundsException.json │ │ ├── java.lang.ArrayStoreException.json │ │ ├── java.lang.AssertionError.json │ │ ├── java.lang.AutoCloseable.json │ │ ├── java.lang.Boolean.json │ │ ├── java.lang.BootstrapMethodError.json │ │ ├── java.lang.Byte.json │ │ ├── java.lang.CharSequence.json │ │ ├── java.lang.Character.Subset.json │ │ ├── java.lang.Character.UnicodeBlock.json │ │ ├── java.lang.Character.json │ │ ├── java.lang.Class.json │ │ ├── java.lang.ClassCastException.json │ │ ├── java.lang.ClassCircularityError.json │ │ ├── java.lang.ClassFormatError.json │ │ ├── java.lang.ClassLoader.json │ │ ├── java.lang.ClassNotFoundException.json │ │ ├── java.lang.ClassValue.json │ │ ├── java.lang.CloneNotSupportedException.json │ │ ├── java.lang.Cloneable.json │ │ ├── java.lang.Comparable.json │ │ ├── java.lang.Compiler.json │ │ ├── java.lang.Double.json │ │ ├── java.lang.EnumConstantNotPresentException.json │ │ ├── java.lang.Error.json │ │ ├── java.lang.Exception.json │ │ ├── java.lang.ExceptionInInitializerError.json │ │ ├── java.lang.Float.json │ │ ├── java.lang.IllegalAccessError.json │ │ ├── java.lang.IllegalAccessException.json │ │ ├── java.lang.IllegalArgumentException.json │ │ ├── java.lang.IllegalCallerException.json │ │ ├── java.lang.IllegalMonitorStateException.json │ │ ├── java.lang.IllegalStateException.json │ │ ├── java.lang.IllegalThreadStateException.json │ │ ├── java.lang.IncompatibleClassChangeError.json │ │ ├── java.lang.IndexOutOfBoundsException.json │ │ ├── java.lang.InheritableThreadLocal.json │ │ ├── java.lang.InstantiationError.json │ │ ├── java.lang.InstantiationException.json │ │ ├── java.lang.Integer.json │ │ ├── java.lang.InternalError.json │ │ ├── java.lang.InterruptedException.json │ │ ├── java.lang.Iterable.json │ │ ├── java.lang.LayerInstantiationException.json │ │ ├── java.lang.LinkageError.json │ │ ├── java.lang.Long.json │ │ ├── java.lang.Math.json │ │ ├── java.lang.Module.json │ │ ├── java.lang.ModuleLayer.Controller.json │ │ ├── java.lang.ModuleLayer.json │ │ ├── java.lang.NegativeArraySizeException.json │ │ ├── java.lang.NoClassDefFoundError.json │ │ ├── java.lang.NoSuchFieldError.json │ │ ├── java.lang.NoSuchFieldException.json │ │ ├── java.lang.NoSuchMethodError.json │ │ ├── java.lang.NoSuchMethodException.json │ │ ├── java.lang.NullPointerException.json │ │ ├── java.lang.Number.json │ │ ├── java.lang.NumberFormatException.json │ │ ├── java.lang.Object.json │ │ ├── java.lang.OutOfMemoryError.json │ │ ├── java.lang.Package.json │ │ ├── java.lang.Process.json │ │ ├── java.lang.ProcessBuilder.Redirect.json │ │ ├── java.lang.ProcessBuilder.json │ │ ├── java.lang.ProcessHandle.Info.json │ │ ├── java.lang.ProcessHandle.json │ │ ├── java.lang.Readable.json │ │ ├── java.lang.ReflectiveOperationException.json │ │ ├── java.lang.Runnable.json │ │ ├── java.lang.Runtime.Version.json │ │ ├── java.lang.Runtime.json │ │ ├── java.lang.RuntimeException.json │ │ ├── java.lang.RuntimePermission.json │ │ ├── java.lang.SecurityException.json │ │ ├── java.lang.SecurityManager.json │ │ ├── java.lang.Short.json │ │ ├── java.lang.StackOverflowError.json │ │ ├── java.lang.StackTraceElement.json │ │ ├── java.lang.StackWalker.StackFrame.json │ │ ├── java.lang.StackWalker.json │ │ ├── java.lang.StrictMath.json │ │ ├── java.lang.String.json │ │ ├── java.lang.StringBuffer.json │ │ ├── java.lang.StringBuilder.json │ │ ├── java.lang.StringIndexOutOfBoundsException.json │ │ ├── java.lang.System.Logger.json │ │ ├── java.lang.System.LoggerFinder.json │ │ ├── java.lang.System.json │ │ ├── java.lang.Thread.UncaughtExceptionHandler.json │ │ ├── java.lang.Thread.json │ │ ├── java.lang.ThreadDeath.json │ │ ├── java.lang.ThreadGroup.json │ │ ├── java.lang.ThreadLocal.json │ │ ├── java.lang.Throwable.json │ │ ├── java.lang.TypeNotPresentException.json │ │ ├── java.lang.UnknownError.json │ │ ├── java.lang.UnsatisfiedLinkError.json │ │ ├── java.lang.UnsupportedClassVersionError.json │ │ ├── java.lang.UnsupportedOperationException.json │ │ ├── java.lang.VerifyError.json │ │ ├── java.lang.VirtualMachineError.json │ │ ├── java.lang.Void.json │ │ ├── java.lang.annotation.Annotation.json │ │ ├── java.lang.annotation.AnnotationFormatError.json │ │ ├── java.lang.annotation.AnnotationTypeMismatchException.json │ │ ├── java.lang.annotation.IncompleteAnnotationException.json │ │ ├── java.lang.invoke.CallSite.json │ │ ├── java.lang.invoke.ConstantBootstraps.json │ │ ├── java.lang.invoke.ConstantCallSite.json │ │ ├── java.lang.invoke.LambdaConversionException.json │ │ ├── java.lang.invoke.LambdaMetafactory.json │ │ ├── java.lang.invoke.MethodHandle.json │ │ ├── java.lang.invoke.MethodHandleInfo.json │ │ ├── java.lang.invoke.MethodHandleProxies.json │ │ ├── java.lang.invoke.MethodHandles.Lookup.json │ │ ├── java.lang.invoke.MethodHandles.json │ │ ├── java.lang.invoke.MethodType.json │ │ ├── java.lang.invoke.MutableCallSite.json │ │ ├── java.lang.invoke.SerializedLambda.json │ │ ├── java.lang.invoke.StringConcatException.json │ │ ├── java.lang.invoke.StringConcatFactory.json │ │ ├── java.lang.invoke.SwitchPoint.json │ │ ├── java.lang.invoke.VarHandle.json │ │ ├── java.lang.invoke.VolatileCallSite.json │ │ ├── java.lang.invoke.WrongMethodTypeException.json │ │ ├── java.lang.module.Configuration.json │ │ ├── java.lang.module.FindException.json │ │ ├── java.lang.module.InvalidModuleDescriptorException.json │ │ ├── java.lang.module.ModuleDescriptor.Builder.json │ │ ├── java.lang.module.ModuleDescriptor.Exports.json │ │ ├── java.lang.module.ModuleDescriptor.Opens.json │ │ ├── java.lang.module.ModuleDescriptor.Provides.json │ │ ├── java.lang.module.ModuleDescriptor.Requires.json │ │ ├── java.lang.module.ModuleDescriptor.Version.json │ │ ├── java.lang.module.ModuleDescriptor.json │ │ ├── java.lang.module.ModuleFinder.json │ │ ├── java.lang.module.ModuleReader.json │ │ ├── java.lang.module.ModuleReference.json │ │ ├── java.lang.module.ResolutionException.json │ │ ├── java.lang.module.ResolvedModule.json │ │ ├── java.lang.ref.Cleaner.Cleanable.json │ │ ├── java.lang.ref.Cleaner.json │ │ ├── java.lang.ref.PhantomReference.json │ │ ├── java.lang.ref.Reference.json │ │ ├── java.lang.ref.ReferenceQueue.json │ │ ├── java.lang.ref.SoftReference.json │ │ ├── java.lang.ref.WeakReference.json │ │ ├── java.lang.reflect.AccessibleObject.json │ │ ├── java.lang.reflect.AnnotatedArrayType.json │ │ ├── java.lang.reflect.AnnotatedElement.json │ │ ├── java.lang.reflect.AnnotatedParameterizedType.json │ │ ├── java.lang.reflect.AnnotatedType.json │ │ ├── java.lang.reflect.AnnotatedTypeVariable.json │ │ ├── java.lang.reflect.AnnotatedWildcardType.json │ │ ├── java.lang.reflect.Array.json │ │ ├── java.lang.reflect.Constructor.json │ │ ├── java.lang.reflect.Executable.json │ │ ├── java.lang.reflect.Field.json │ │ ├── java.lang.reflect.GenericArrayType.json │ │ ├── java.lang.reflect.GenericDeclaration.json │ │ ├── java.lang.reflect.GenericSignatureFormatError.json │ │ ├── java.lang.reflect.InaccessibleObjectException.json │ │ ├── java.lang.reflect.InvocationHandler.json │ │ ├── java.lang.reflect.InvocationTargetException.json │ │ ├── java.lang.reflect.MalformedParameterizedTypeException.json │ │ ├── java.lang.reflect.MalformedParametersException.json │ │ ├── java.lang.reflect.Member.json │ │ ├── java.lang.reflect.Method.json │ │ ├── java.lang.reflect.Modifier.json │ │ ├── java.lang.reflect.Parameter.json │ │ ├── java.lang.reflect.ParameterizedType.json │ │ ├── java.lang.reflect.Proxy.json │ │ ├── java.lang.reflect.ReflectPermission.json │ │ ├── java.lang.reflect.Type.json │ │ ├── java.lang.reflect.TypeVariable.json │ │ ├── java.lang.reflect.UndeclaredThrowableException.json │ │ ├── java.lang.reflect.WildcardType.json │ │ ├── java.math.BigDecimal.json │ │ ├── java.math.BigInteger.json │ │ ├── java.math.MathContext.json │ │ ├── java.net.Authenticator.json │ │ ├── java.net.BindException.json │ │ ├── java.net.CacheRequest.json │ │ ├── java.net.CacheResponse.json │ │ ├── java.net.ConnectException.json │ │ ├── java.net.ContentHandler.json │ │ ├── java.net.ContentHandlerFactory.json │ │ ├── java.net.CookieHandler.json │ │ ├── java.net.CookieManager.json │ │ ├── java.net.CookiePolicy.json │ │ ├── java.net.CookieStore.json │ │ ├── java.net.DatagramPacket.json │ │ ├── java.net.DatagramSocket.json │ │ ├── java.net.DatagramSocketImpl.json │ │ ├── java.net.DatagramSocketImplFactory.json │ │ ├── java.net.FileNameMap.json │ │ ├── java.net.HttpCookie.json │ │ ├── java.net.HttpRetryException.json │ │ ├── java.net.HttpURLConnection.json │ │ ├── java.net.IDN.json │ │ ├── java.net.Inet4Address.json │ │ ├── java.net.Inet6Address.json │ │ ├── java.net.InetAddress.json │ │ ├── java.net.InetSocketAddress.json │ │ ├── java.net.InterfaceAddress.json │ │ ├── java.net.JarURLConnection.json │ │ ├── java.net.MalformedURLException.json │ │ ├── java.net.MulticastSocket.json │ │ ├── java.net.NetPermission.json │ │ ├── java.net.NetworkInterface.json │ │ ├── java.net.NoRouteToHostException.json │ │ ├── java.net.PasswordAuthentication.json │ │ ├── java.net.PortUnreachableException.json │ │ ├── java.net.ProtocolException.json │ │ ├── java.net.ProtocolFamily.json │ │ ├── java.net.Proxy.json │ │ ├── java.net.ProxySelector.json │ │ ├── java.net.ResponseCache.json │ │ ├── java.net.SecureCacheResponse.json │ │ ├── java.net.ServerSocket.json │ │ ├── java.net.Socket.json │ │ ├── java.net.SocketAddress.json │ │ ├── java.net.SocketException.json │ │ ├── java.net.SocketImpl.json │ │ ├── java.net.SocketImplFactory.json │ │ ├── java.net.SocketOption.json │ │ ├── java.net.SocketOptions.json │ │ ├── java.net.SocketPermission.json │ │ ├── java.net.SocketTimeoutException.json │ │ ├── java.net.StandardSocketOptions.json │ │ ├── java.net.URI.json │ │ ├── java.net.URISyntaxException.json │ │ ├── java.net.URL.json │ │ ├── java.net.URLClassLoader.json │ │ ├── java.net.URLConnection.json │ │ ├── java.net.URLDecoder.json │ │ ├── java.net.URLEncoder.json │ │ ├── java.net.URLPermission.json │ │ ├── java.net.URLStreamHandler.json │ │ ├── java.net.URLStreamHandlerFactory.json │ │ ├── java.net.UnknownHostException.json │ │ ├── java.net.UnknownServiceException.json │ │ ├── java.net.spi.URLStreamHandlerProvider.json │ │ ├── java.nio.Buffer.json │ │ ├── java.nio.BufferOverflowException.json │ │ ├── java.nio.BufferUnderflowException.json │ │ ├── java.nio.ByteBuffer.json │ │ ├── java.nio.ByteOrder.json │ │ ├── java.nio.CharBuffer.json │ │ ├── java.nio.DoubleBuffer.json │ │ ├── java.nio.FloatBuffer.json │ │ ├── java.nio.IntBuffer.json │ │ ├── java.nio.InvalidMarkException.json │ │ ├── java.nio.LongBuffer.json │ │ ├── java.nio.MappedByteBuffer.json │ │ ├── java.nio.ReadOnlyBufferException.json │ │ ├── java.nio.ShortBuffer.json │ │ ├── java.nio.channels.AcceptPendingException.json │ │ ├── java.nio.channels.AlreadyBoundException.json │ │ ├── java.nio.channels.AlreadyConnectedException.json │ │ ├── java.nio.channels.AsynchronousByteChannel.json │ │ ├── java.nio.channels.AsynchronousChannel.json │ │ ├── java.nio.channels.AsynchronousChannelGroup.json │ │ ├── java.nio.channels.AsynchronousCloseException.json │ │ ├── java.nio.channels.AsynchronousFileChannel.json │ │ ├── java.nio.channels.AsynchronousServerSocketChannel.json │ │ ├── java.nio.channels.AsynchronousSocketChannel.json │ │ ├── java.nio.channels.ByteChannel.json │ │ ├── java.nio.channels.CancelledKeyException.json │ │ ├── java.nio.channels.Channel.json │ │ ├── java.nio.channels.Channels.json │ │ ├── java.nio.channels.ClosedByInterruptException.json │ │ ├── java.nio.channels.ClosedChannelException.json │ │ ├── java.nio.channels.ClosedSelectorException.json │ │ ├── java.nio.channels.CompletionHandler.json │ │ ├── java.nio.channels.ConnectionPendingException.json │ │ ├── java.nio.channels.DatagramChannel.json │ │ ├── java.nio.channels.FileChannel.MapMode.json │ │ ├── java.nio.channels.FileChannel.json │ │ ├── java.nio.channels.FileLock.json │ │ ├── java.nio.channels.FileLockInterruptionException.json │ │ ├── java.nio.channels.GatheringByteChannel.json │ │ ├── java.nio.channels.IllegalBlockingModeException.json │ │ ├── java.nio.channels.IllegalChannelGroupException.json │ │ ├── java.nio.channels.IllegalSelectorException.json │ │ ├── java.nio.channels.InterruptedByTimeoutException.json │ │ ├── java.nio.channels.InterruptibleChannel.json │ │ ├── java.nio.channels.MembershipKey.json │ │ ├── java.nio.channels.MulticastChannel.json │ │ ├── java.nio.channels.NetworkChannel.json │ │ ├── java.nio.channels.NoConnectionPendingException.json │ │ ├── java.nio.channels.NonReadableChannelException.json │ │ ├── java.nio.channels.NonWritableChannelException.json │ │ ├── java.nio.channels.NotYetBoundException.json │ │ ├── java.nio.channels.NotYetConnectedException.json │ │ ├── java.nio.channels.OverlappingFileLockException.json │ │ ├── java.nio.channels.Pipe.SinkChannel.json │ │ ├── java.nio.channels.Pipe.SourceChannel.json │ │ ├── java.nio.channels.Pipe.json │ │ ├── java.nio.channels.ReadPendingException.json │ │ ├── java.nio.channels.ReadableByteChannel.json │ │ ├── java.nio.channels.ScatteringByteChannel.json │ │ ├── java.nio.channels.SeekableByteChannel.json │ │ ├── java.nio.channels.SelectableChannel.json │ │ ├── java.nio.channels.SelectionKey.json │ │ ├── java.nio.channels.Selector.json │ │ ├── java.nio.channels.ServerSocketChannel.json │ │ ├── java.nio.channels.ShutdownChannelGroupException.json │ │ ├── java.nio.channels.SocketChannel.json │ │ ├── java.nio.channels.UnresolvedAddressException.json │ │ ├── java.nio.channels.UnsupportedAddressTypeException.json │ │ ├── java.nio.channels.WritableByteChannel.json │ │ ├── java.nio.channels.WritePendingException.json │ │ ├── java.nio.channels.spi.AbstractInterruptibleChannel.json │ │ ├── java.nio.channels.spi.AbstractSelectableChannel.json │ │ ├── java.nio.channels.spi.AbstractSelectionKey.json │ │ ├── java.nio.channels.spi.AbstractSelector.json │ │ ├── java.nio.channels.spi.AsynchronousChannelProvider.json │ │ ├── java.nio.channels.spi.SelectorProvider.json │ │ ├── java.nio.charset.CharacterCodingException.json │ │ ├── java.nio.charset.Charset.json │ │ ├── java.nio.charset.CharsetDecoder.json │ │ ├── java.nio.charset.CharsetEncoder.json │ │ ├── java.nio.charset.CoderMalfunctionError.json │ │ ├── java.nio.charset.CoderResult.json │ │ ├── java.nio.charset.CodingErrorAction.json │ │ ├── java.nio.charset.IllegalCharsetNameException.json │ │ ├── java.nio.charset.MalformedInputException.json │ │ ├── java.nio.charset.StandardCharsets.json │ │ ├── java.nio.charset.UnmappableCharacterException.json │ │ ├── java.nio.charset.UnsupportedCharsetException.json │ │ ├── java.nio.charset.spi.CharsetProvider.json │ │ ├── java.nio.file.AccessDeniedException.json │ │ ├── java.nio.file.AtomicMoveNotSupportedException.json │ │ ├── java.nio.file.ClosedDirectoryStreamException.json │ │ ├── java.nio.file.ClosedFileSystemException.json │ │ ├── java.nio.file.ClosedWatchServiceException.json │ │ ├── java.nio.file.CopyOption.json │ │ ├── java.nio.file.DirectoryIteratorException.json │ │ ├── java.nio.file.DirectoryNotEmptyException.json │ │ ├── java.nio.file.DirectoryStream.Filter.json │ │ ├── java.nio.file.DirectoryStream.json │ │ ├── java.nio.file.FileAlreadyExistsException.json │ │ ├── java.nio.file.FileStore.json │ │ ├── java.nio.file.FileSystem.json │ │ ├── java.nio.file.FileSystemAlreadyExistsException.json │ │ ├── java.nio.file.FileSystemException.json │ │ ├── java.nio.file.FileSystemLoopException.json │ │ ├── java.nio.file.FileSystemNotFoundException.json │ │ ├── java.nio.file.FileSystems.json │ │ ├── java.nio.file.FileVisitor.json │ │ ├── java.nio.file.Files.json │ │ ├── java.nio.file.InvalidPathException.json │ │ ├── java.nio.file.LinkPermission.json │ │ ├── java.nio.file.NoSuchFileException.json │ │ ├── java.nio.file.NotDirectoryException.json │ │ ├── java.nio.file.NotLinkException.json │ │ ├── java.nio.file.OpenOption.json │ │ ├── java.nio.file.Path.json │ │ ├── java.nio.file.PathMatcher.json │ │ ├── java.nio.file.Paths.json │ │ ├── java.nio.file.ProviderMismatchException.json │ │ ├── java.nio.file.ProviderNotFoundException.json │ │ ├── java.nio.file.ReadOnlyFileSystemException.json │ │ ├── java.nio.file.SecureDirectoryStream.json │ │ ├── java.nio.file.SimpleFileVisitor.json │ │ ├── java.nio.file.StandardWatchEventKinds.json │ │ ├── java.nio.file.WatchEvent.Kind.json │ │ ├── java.nio.file.WatchEvent.Modifier.json │ │ ├── java.nio.file.WatchEvent.json │ │ ├── java.nio.file.WatchKey.json │ │ ├── java.nio.file.WatchService.json │ │ ├── java.nio.file.Watchable.json │ │ ├── java.nio.file.attribute.AclEntry.Builder.json │ │ ├── java.nio.file.attribute.AclEntry.json │ │ ├── java.nio.file.attribute.AclFileAttributeView.json │ │ ├── java.nio.file.attribute.AttributeView.json │ │ ├── java.nio.file.attribute.BasicFileAttributeView.json │ │ ├── java.nio.file.attribute.BasicFileAttributes.json │ │ ├── java.nio.file.attribute.DosFileAttributeView.json │ │ ├── java.nio.file.attribute.DosFileAttributes.json │ │ ├── java.nio.file.attribute.FileAttribute.json │ │ ├── java.nio.file.attribute.FileAttributeView.json │ │ ├── java.nio.file.attribute.FileOwnerAttributeView.json │ │ ├── java.nio.file.attribute.FileStoreAttributeView.json │ │ ├── java.nio.file.attribute.FileTime.json │ │ ├── java.nio.file.attribute.GroupPrincipal.json │ │ ├── java.nio.file.attribute.PosixFileAttributeView.json │ │ ├── java.nio.file.attribute.PosixFileAttributes.json │ │ ├── java.nio.file.attribute.PosixFilePermissions.json │ │ ├── java.nio.file.attribute.UserDefinedFileAttributeView.json │ │ ├── java.nio.file.attribute.UserPrincipal.json │ │ ├── java.nio.file.attribute.UserPrincipalLookupService.json │ │ ├── java.nio.file.attribute.UserPrincipalNotFoundException.json │ │ ├── java.nio.file.spi.FileSystemProvider.json │ │ ├── java.nio.file.spi.FileTypeDetector.json │ │ ├── java.security.AccessControlContext.json │ │ ├── java.security.AccessControlException.json │ │ ├── java.security.AccessController.json │ │ ├── java.security.AlgorithmConstraints.json │ │ ├── java.security.AlgorithmParameterGenerator.json │ │ ├── java.security.AlgorithmParameterGeneratorSpi.json │ │ ├── java.security.AlgorithmParameters.json │ │ ├── java.security.AlgorithmParametersSpi.json │ │ ├── java.security.AllPermission.json │ │ ├── java.security.AuthProvider.json │ │ ├── java.security.BasicPermission.json │ │ ├── java.security.Certificate.json │ │ ├── java.security.CodeSigner.json │ │ ├── java.security.CodeSource.json │ │ ├── java.security.DigestException.json │ │ ├── java.security.DigestInputStream.json │ │ ├── java.security.DigestOutputStream.json │ │ ├── java.security.DomainCombiner.json │ │ ├── java.security.DomainLoadStoreParameter.json │ │ ├── java.security.DrbgParameters.Instantiation.json │ │ ├── java.security.DrbgParameters.NextBytes.json │ │ ├── java.security.DrbgParameters.Reseed.json │ │ ├── java.security.DrbgParameters.json │ │ ├── java.security.GeneralSecurityException.json │ │ ├── java.security.Guard.json │ │ ├── java.security.GuardedObject.json │ │ ├── java.security.Identity.json │ │ ├── java.security.IdentityScope.json │ │ ├── java.security.InvalidAlgorithmParameterException.json │ │ ├── java.security.InvalidKeyException.json │ │ ├── java.security.InvalidParameterException.json │ │ ├── java.security.Key.json │ │ ├── java.security.KeyException.json │ │ ├── java.security.KeyFactory.json │ │ ├── java.security.KeyFactorySpi.json │ │ ├── java.security.KeyManagementException.json │ │ ├── java.security.KeyPair.json │ │ ├── java.security.KeyPairGenerator.json │ │ ├── java.security.KeyPairGeneratorSpi.json │ │ ├── java.security.KeyRep.json │ │ ├── java.security.KeyStore.Builder.json │ │ ├── java.security.KeyStore.CallbackHandlerProtection.json │ │ ├── java.security.KeyStore.Entry.Attribute.json │ │ ├── java.security.KeyStore.Entry.json │ │ ├── java.security.KeyStore.LoadStoreParameter.json │ │ ├── java.security.KeyStore.PasswordProtection.json │ │ ├── java.security.KeyStore.PrivateKeyEntry.json │ │ ├── java.security.KeyStore.ProtectionParameter.json │ │ ├── java.security.KeyStore.SecretKeyEntry.json │ │ ├── java.security.KeyStore.TrustedCertificateEntry.json │ │ ├── java.security.KeyStore.json │ │ ├── java.security.KeyStoreException.json │ │ ├── java.security.KeyStoreSpi.json │ │ ├── java.security.MessageDigest.json │ │ ├── java.security.MessageDigestSpi.json │ │ ├── java.security.NoSuchAlgorithmException.json │ │ ├── java.security.NoSuchProviderException.json │ │ ├── java.security.PKCS12Attribute.json │ │ ├── java.security.Permission.json │ │ ├── java.security.PermissionCollection.json │ │ ├── java.security.Permissions.json │ │ ├── java.security.Policy.Parameters.json │ │ ├── java.security.Policy.json │ │ ├── java.security.PolicySpi.json │ │ ├── java.security.Principal.json │ │ ├── java.security.PrivateKey.json │ │ ├── java.security.PrivilegedAction.json │ │ ├── java.security.PrivilegedActionException.json │ │ ├── java.security.PrivilegedExceptionAction.json │ │ ├── java.security.ProtectionDomain.json │ │ ├── java.security.Provider.Service.json │ │ ├── java.security.Provider.json │ │ ├── java.security.ProviderException.json │ │ ├── java.security.PublicKey.json │ │ ├── java.security.SecureClassLoader.json │ │ ├── java.security.SecureRandom.json │ │ ├── java.security.SecureRandomParameters.json │ │ ├── java.security.SecureRandomSpi.json │ │ ├── java.security.Security.json │ │ ├── java.security.SecurityPermission.json │ │ ├── java.security.Signature.json │ │ ├── java.security.SignatureException.json │ │ ├── java.security.SignatureSpi.json │ │ ├── java.security.SignedObject.json │ │ ├── java.security.Signer.json │ │ ├── java.security.Timestamp.json │ │ ├── java.security.URIParameter.json │ │ ├── java.security.UnrecoverableEntryException.json │ │ ├── java.security.UnrecoverableKeyException.json │ │ ├── java.security.UnresolvedPermission.json │ │ ├── java.security.acl.Acl.json │ │ ├── java.security.acl.AclEntry.json │ │ ├── java.security.acl.AclNotFoundException.json │ │ ├── java.security.acl.Group.json │ │ ├── java.security.acl.LastOwnerException.json │ │ ├── java.security.acl.NotOwnerException.json │ │ ├── java.security.acl.Owner.json │ │ ├── java.security.acl.Permission.json │ │ ├── java.security.cert.CRL.json │ │ ├── java.security.cert.CRLException.json │ │ ├── java.security.cert.CRLSelector.json │ │ ├── java.security.cert.CertPath.CertPathRep.json │ │ ├── java.security.cert.CertPath.json │ │ ├── java.security.cert.CertPathBuilder.json │ │ ├── java.security.cert.CertPathBuilderException.json │ │ ├── java.security.cert.CertPathBuilderResult.json │ │ ├── java.security.cert.CertPathBuilderSpi.json │ │ ├── java.security.cert.CertPathChecker.json │ │ ├── java.security.cert.CertPathParameters.json │ │ ├── java.security.cert.CertPathValidator.json │ │ ├── java.security.cert.CertPathValidatorException.Reason.json │ │ ├── java.security.cert.CertPathValidatorException.json │ │ ├── java.security.cert.CertPathValidatorResult.json │ │ ├── java.security.cert.CertPathValidatorSpi.json │ │ ├── java.security.cert.CertSelector.json │ │ ├── java.security.cert.CertStore.json │ │ ├── java.security.cert.CertStoreException.json │ │ ├── java.security.cert.CertStoreParameters.json │ │ ├── java.security.cert.CertStoreSpi.json │ │ ├── java.security.cert.Certificate.CertificateRep.json │ │ ├── java.security.cert.Certificate.json │ │ ├── java.security.cert.CertificateEncodingException.json │ │ ├── java.security.cert.CertificateException.json │ │ ├── java.security.cert.CertificateExpiredException.json │ │ ├── java.security.cert.CertificateFactory.json │ │ ├── java.security.cert.CertificateFactorySpi.json │ │ ├── java.security.cert.CertificateNotYetValidException.json │ │ ├── java.security.cert.CertificateParsingException.json │ │ ├── java.security.cert.CertificateRevokedException.json │ │ ├── java.security.cert.CollectionCertStoreParameters.json │ │ ├── java.security.cert.Extension.json │ │ ├── java.security.cert.LDAPCertStoreParameters.json │ │ ├── java.security.cert.PKIXBuilderParameters.json │ │ ├── java.security.cert.PKIXCertPathBuilderResult.json │ │ ├── java.security.cert.PKIXCertPathChecker.json │ │ ├── java.security.cert.PKIXCertPathValidatorResult.json │ │ ├── java.security.cert.PKIXParameters.json │ │ ├── java.security.cert.PKIXRevocationChecker.json │ │ ├── java.security.cert.PolicyNode.json │ │ ├── java.security.cert.PolicyQualifierInfo.json │ │ ├── java.security.cert.TrustAnchor.json │ │ ├── java.security.cert.URICertStoreParameters.json │ │ ├── java.security.cert.X509CRL.json │ │ ├── java.security.cert.X509CRLEntry.json │ │ ├── java.security.cert.X509CRLSelector.json │ │ ├── java.security.cert.X509CertSelector.json │ │ ├── java.security.cert.X509Certificate.json │ │ ├── java.security.cert.X509Extension.json │ │ ├── java.security.interfaces.DSAKey.json │ │ ├── java.security.interfaces.DSAKeyPairGenerator.json │ │ ├── java.security.interfaces.DSAParams.json │ │ ├── java.security.interfaces.DSAPrivateKey.json │ │ ├── java.security.interfaces.DSAPublicKey.json │ │ ├── java.security.interfaces.ECKey.json │ │ ├── java.security.interfaces.ECPrivateKey.json │ │ ├── java.security.interfaces.ECPublicKey.json │ │ ├── java.security.interfaces.RSAKey.json │ │ ├── java.security.interfaces.RSAMultiPrimePrivateCrtKey.json │ │ ├── java.security.interfaces.RSAPrivateCrtKey.json │ │ ├── java.security.interfaces.RSAPrivateKey.json │ │ ├── java.security.interfaces.RSAPublicKey.json │ │ ├── java.security.interfaces.XECKey.json │ │ ├── java.security.interfaces.XECPrivateKey.json │ │ ├── java.security.interfaces.XECPublicKey.json │ │ ├── java.security.spec.AlgorithmParameterSpec.json │ │ ├── java.security.spec.DSAGenParameterSpec.json │ │ ├── java.security.spec.DSAParameterSpec.json │ │ ├── java.security.spec.DSAPrivateKeySpec.json │ │ ├── java.security.spec.DSAPublicKeySpec.json │ │ ├── java.security.spec.ECField.json │ │ ├── java.security.spec.ECFieldF2m.json │ │ ├── java.security.spec.ECFieldFp.json │ │ ├── java.security.spec.ECGenParameterSpec.json │ │ ├── java.security.spec.ECParameterSpec.json │ │ ├── java.security.spec.ECPoint.json │ │ ├── java.security.spec.ECPrivateKeySpec.json │ │ ├── java.security.spec.ECPublicKeySpec.json │ │ ├── java.security.spec.EllipticCurve.json │ │ ├── java.security.spec.EncodedKeySpec.json │ │ ├── java.security.spec.InvalidKeySpecException.json │ │ ├── java.security.spec.InvalidParameterSpecException.json │ │ ├── java.security.spec.KeySpec.json │ │ ├── java.security.spec.MGF1ParameterSpec.json │ │ ├── java.security.spec.NamedParameterSpec.json │ │ ├── java.security.spec.PKCS8EncodedKeySpec.json │ │ ├── java.security.spec.PSSParameterSpec.json │ │ ├── java.security.spec.RSAKeyGenParameterSpec.json │ │ ├── java.security.spec.RSAMultiPrimePrivateCrtKeySpec.json │ │ ├── java.security.spec.RSAOtherPrimeInfo.json │ │ ├── java.security.spec.RSAPrivateCrtKeySpec.json │ │ ├── java.security.spec.RSAPrivateKeySpec.json │ │ ├── java.security.spec.RSAPublicKeySpec.json │ │ ├── java.security.spec.X509EncodedKeySpec.json │ │ ├── java.security.spec.XECPrivateKeySpec.json │ │ ├── java.security.spec.XECPublicKeySpec.json │ │ ├── java.text.Annotation.json │ │ ├── java.text.AttributedCharacterIterator.Attribute.json │ │ ├── java.text.AttributedCharacterIterator.json │ │ ├── java.text.AttributedString.json │ │ ├── java.text.Bidi.json │ │ ├── java.text.BreakIterator.json │ │ ├── java.text.CharacterIterator.json │ │ ├── java.text.ChoiceFormat.json │ │ ├── java.text.CollationElementIterator.json │ │ ├── java.text.CollationKey.json │ │ ├── java.text.Collator.json │ │ ├── java.text.DateFormat.Field.json │ │ ├── java.text.DateFormat.json │ │ ├── java.text.DateFormatSymbols.json │ │ ├── java.text.DecimalFormat.json │ │ ├── java.text.DecimalFormatSymbols.json │ │ ├── java.text.FieldPosition.json │ │ ├── java.text.Format.Field.json │ │ ├── java.text.Format.json │ │ ├── java.text.MessageFormat.Field.json │ │ ├── java.text.MessageFormat.json │ │ ├── java.text.Normalizer.json │ │ ├── java.text.NumberFormat.Field.json │ │ ├── java.text.NumberFormat.json │ │ ├── java.text.ParseException.json │ │ ├── java.text.ParsePosition.json │ │ ├── java.text.RuleBasedCollator.json │ │ ├── java.text.SimpleDateFormat.json │ │ ├── java.text.StringCharacterIterator.json │ │ ├── java.text.spi.BreakIteratorProvider.json │ │ ├── java.text.spi.CollatorProvider.json │ │ ├── java.text.spi.DateFormatProvider.json │ │ ├── java.text.spi.DateFormatSymbolsProvider.json │ │ ├── java.text.spi.DecimalFormatSymbolsProvider.json │ │ ├── java.text.spi.NumberFormatProvider.json │ │ ├── java.time.Clock.json │ │ ├── java.time.DateTimeException.json │ │ ├── java.time.Duration.json │ │ ├── java.time.Instant.json │ │ ├── java.time.LocalDate.json │ │ ├── java.time.LocalDateTime.json │ │ ├── java.time.LocalTime.json │ │ ├── java.time.MonthDay.json │ │ ├── java.time.OffsetDateTime.json │ │ ├── java.time.OffsetTime.json │ │ ├── java.time.Period.json │ │ ├── java.time.Year.json │ │ ├── java.time.YearMonth.json │ │ ├── java.time.ZoneId.json │ │ ├── java.time.ZoneOffset.json │ │ ├── java.time.ZonedDateTime.json │ │ ├── java.time.chrono.AbstractChronology.json │ │ ├── java.time.chrono.ChronoLocalDate.json │ │ ├── java.time.chrono.ChronoLocalDateTime.json │ │ ├── java.time.chrono.ChronoPeriod.json │ │ ├── java.time.chrono.ChronoZonedDateTime.json │ │ ├── java.time.chrono.Chronology.json │ │ ├── java.time.chrono.Era.json │ │ ├── java.time.chrono.HijrahChronology.json │ │ ├── java.time.chrono.HijrahDate.json │ │ ├── java.time.chrono.IsoChronology.json │ │ ├── java.time.chrono.JapaneseChronology.json │ │ ├── java.time.chrono.JapaneseDate.json │ │ ├── java.time.chrono.JapaneseEra.json │ │ ├── java.time.chrono.MinguoChronology.json │ │ ├── java.time.chrono.MinguoDate.json │ │ ├── java.time.chrono.ThaiBuddhistChronology.json │ │ ├── java.time.chrono.ThaiBuddhistDate.json │ │ ├── java.time.format.DateTimeFormatter.json │ │ ├── java.time.format.DateTimeFormatterBuilder.json │ │ ├── java.time.format.DateTimeParseException.json │ │ ├── java.time.format.DecimalStyle.json │ │ ├── java.time.temporal.IsoFields.json │ │ ├── java.time.temporal.JulianFields.json │ │ ├── java.time.temporal.Temporal.json │ │ ├── java.time.temporal.TemporalAccessor.json │ │ ├── java.time.temporal.TemporalAdjuster.json │ │ ├── java.time.temporal.TemporalAdjusters.json │ │ ├── java.time.temporal.TemporalAmount.json │ │ ├── java.time.temporal.TemporalField.json │ │ ├── java.time.temporal.TemporalQueries.json │ │ ├── java.time.temporal.TemporalQuery.json │ │ ├── java.time.temporal.TemporalUnit.json │ │ ├── java.time.temporal.UnsupportedTemporalTypeException.json │ │ ├── java.time.temporal.ValueRange.json │ │ ├── java.time.temporal.WeekFields.json │ │ ├── java.time.zone.ZoneOffsetTransition.json │ │ ├── java.time.zone.ZoneOffsetTransitionRule.json │ │ ├── java.time.zone.ZoneRules.json │ │ ├── java.time.zone.ZoneRulesException.json │ │ ├── java.time.zone.ZoneRulesProvider.json │ │ ├── java.util.AbstractCollection.json │ │ ├── java.util.AbstractList.json │ │ ├── java.util.AbstractMap.SimpleEntry.json │ │ ├── java.util.AbstractMap.SimpleImmutableEntry.json │ │ ├── java.util.AbstractMap.json │ │ ├── java.util.AbstractQueue.json │ │ ├── java.util.AbstractSequentialList.json │ │ ├── java.util.AbstractSet.json │ │ ├── java.util.ArrayDeque.json │ │ ├── java.util.ArrayList.json │ │ ├── java.util.Arrays.json │ │ ├── java.util.Base64.Decoder.json │ │ ├── java.util.Base64.Encoder.json │ │ ├── java.util.Base64.json │ │ ├── java.util.BitSet.json │ │ ├── java.util.Calendar.Builder.json │ │ ├── java.util.Calendar.json │ │ ├── java.util.Collection.json │ │ ├── java.util.Collections.json │ │ ├── java.util.Comparator.json │ │ ├── java.util.ConcurrentModificationException.json │ │ ├── java.util.Currency.json │ │ ├── java.util.Date.json │ │ ├── java.util.Deque.json │ │ ├── java.util.Dictionary.json │ │ ├── java.util.DoubleSummaryStatistics.json │ │ ├── java.util.DuplicateFormatFlagsException.json │ │ ├── java.util.EmptyStackException.json │ │ ├── java.util.Enumeration.json │ │ ├── java.util.EventListener.json │ │ ├── java.util.EventListenerProxy.json │ │ ├── java.util.EventObject.json │ │ ├── java.util.FormatFlagsConversionMismatchException.json │ │ ├── java.util.Formattable.json │ │ ├── java.util.FormattableFlags.json │ │ ├── java.util.Formatter.json │ │ ├── java.util.FormatterClosedException.json │ │ ├── java.util.GregorianCalendar.json │ │ ├── java.util.HashMap.json │ │ ├── java.util.HashSet.json │ │ ├── java.util.Hashtable.json │ │ ├── java.util.IdentityHashMap.json │ │ ├── java.util.IllegalFormatCodePointException.json │ │ ├── java.util.IllegalFormatConversionException.json │ │ ├── java.util.IllegalFormatException.json │ │ ├── java.util.IllegalFormatFlagsException.json │ │ ├── java.util.IllegalFormatPrecisionException.json │ │ ├── java.util.IllegalFormatWidthException.json │ │ ├── java.util.IllformedLocaleException.json │ │ ├── java.util.InputMismatchException.json │ │ ├── java.util.IntSummaryStatistics.json │ │ ├── java.util.InvalidPropertiesFormatException.json │ │ ├── java.util.Iterator.json │ │ ├── java.util.LinkedHashMap.json │ │ ├── java.util.LinkedHashSet.json │ │ ├── java.util.LinkedList.json │ │ ├── java.util.List.json │ │ ├── java.util.ListIterator.json │ │ ├── java.util.ListResourceBundle.json │ │ ├── java.util.Locale.Builder.json │ │ ├── java.util.Locale.LanguageRange.json │ │ ├── java.util.Locale.json │ │ ├── java.util.LongSummaryStatistics.json │ │ ├── java.util.Map.Entry.json │ │ ├── java.util.Map.json │ │ ├── java.util.MissingFormatArgumentException.json │ │ ├── java.util.MissingFormatWidthException.json │ │ ├── java.util.MissingResourceException.json │ │ ├── java.util.NavigableMap.json │ │ ├── java.util.NavigableSet.json │ │ ├── java.util.NoSuchElementException.json │ │ ├── java.util.Objects.json │ │ ├── java.util.Observable.json │ │ ├── java.util.Observer.json │ │ ├── java.util.Optional.json │ │ ├── java.util.OptionalDouble.json │ │ ├── java.util.OptionalInt.json │ │ ├── java.util.OptionalLong.json │ │ ├── java.util.PrimitiveIterator.OfDouble.json │ │ ├── java.util.PrimitiveIterator.OfInt.json │ │ ├── java.util.PrimitiveIterator.OfLong.json │ │ ├── java.util.PrimitiveIterator.json │ │ ├── java.util.PriorityQueue.json │ │ ├── java.util.Properties.json │ │ ├── java.util.PropertyPermission.json │ │ ├── java.util.PropertyResourceBundle.json │ │ ├── java.util.Queue.json │ │ ├── java.util.Random.json │ │ ├── java.util.RandomAccess.json │ │ ├── java.util.ResourceBundle.Control.json │ │ ├── java.util.ResourceBundle.json │ │ ├── java.util.Scanner.json │ │ ├── java.util.ServiceConfigurationError.json │ │ ├── java.util.ServiceLoader.Provider.json │ │ ├── java.util.ServiceLoader.json │ │ ├── java.util.Set.json │ │ ├── java.util.SimpleTimeZone.json │ │ ├── java.util.SortedMap.json │ │ ├── java.util.SortedSet.json │ │ ├── java.util.Spliterator.OfDouble.json │ │ ├── java.util.Spliterator.OfInt.json │ │ ├── java.util.Spliterator.OfLong.json │ │ ├── java.util.Spliterator.OfPrimitive.json │ │ ├── java.util.Spliterator.json │ │ ├── java.util.Spliterators.AbstractDoubleSpliterator.json │ │ ├── java.util.Spliterators.AbstractIntSpliterator.json │ │ ├── java.util.Spliterators.AbstractLongSpliterator.json │ │ ├── java.util.Spliterators.AbstractSpliterator.json │ │ ├── java.util.Spliterators.json │ │ ├── java.util.SplittableRandom.json │ │ ├── java.util.Stack.json │ │ ├── java.util.StringJoiner.json │ │ ├── java.util.StringTokenizer.json │ │ ├── java.util.TimeZone.json │ │ ├── java.util.Timer.json │ │ ├── java.util.TimerTask.json │ │ ├── java.util.TooManyListenersException.json │ │ ├── java.util.TreeMap.json │ │ ├── java.util.TreeSet.json │ │ ├── java.util.UUID.json │ │ ├── java.util.UnknownFormatConversionException.json │ │ ├── java.util.UnknownFormatFlagsException.json │ │ ├── java.util.Vector.json │ │ ├── java.util.WeakHashMap.json │ │ ├── java.util.concurrent.AbstractExecutorService.json │ │ ├── java.util.concurrent.ArrayBlockingQueue.json │ │ ├── java.util.concurrent.BlockingDeque.json │ │ ├── java.util.concurrent.BlockingQueue.json │ │ ├── java.util.concurrent.BrokenBarrierException.json │ │ ├── java.util.concurrent.Callable.json │ │ ├── java.util.concurrent.CancellationException.json │ │ ├── java.util.concurrent.CompletableFuture.AsynchronousCompletionTask.json │ │ ├── java.util.concurrent.CompletableFuture.json │ │ ├── java.util.concurrent.CompletionException.json │ │ ├── java.util.concurrent.CompletionService.json │ │ ├── java.util.concurrent.CompletionStage.json │ │ ├── java.util.concurrent.ConcurrentHashMap.KeySetView.json │ │ ├── java.util.concurrent.ConcurrentHashMap.json │ │ ├── java.util.concurrent.ConcurrentLinkedDeque.json │ │ ├── java.util.concurrent.ConcurrentLinkedQueue.json │ │ ├── java.util.concurrent.ConcurrentMap.json │ │ ├── java.util.concurrent.ConcurrentNavigableMap.json │ │ ├── java.util.concurrent.ConcurrentSkipListMap.json │ │ ├── java.util.concurrent.ConcurrentSkipListSet.json │ │ ├── java.util.concurrent.CopyOnWriteArrayList.json │ │ ├── java.util.concurrent.CopyOnWriteArraySet.json │ │ ├── java.util.concurrent.CountDownLatch.json │ │ ├── java.util.concurrent.CountedCompleter.json │ │ ├── java.util.concurrent.CyclicBarrier.json │ │ ├── java.util.concurrent.DelayQueue.json │ │ ├── java.util.concurrent.Delayed.json │ │ ├── java.util.concurrent.Exchanger.json │ │ ├── java.util.concurrent.ExecutionException.json │ │ ├── java.util.concurrent.Executor.json │ │ ├── java.util.concurrent.ExecutorCompletionService.json │ │ ├── java.util.concurrent.ExecutorService.json │ │ ├── java.util.concurrent.Executors.json │ │ ├── java.util.concurrent.Flow.Processor.json │ │ ├── java.util.concurrent.Flow.Publisher.json │ │ ├── java.util.concurrent.Flow.Subscriber.json │ │ ├── java.util.concurrent.Flow.Subscription.json │ │ ├── java.util.concurrent.Flow.json │ │ ├── java.util.concurrent.ForkJoinPool.ForkJoinWorkerThreadFactory.json │ │ ├── java.util.concurrent.ForkJoinPool.ManagedBlocker.json │ │ ├── java.util.concurrent.ForkJoinPool.json │ │ ├── java.util.concurrent.ForkJoinTask.json │ │ ├── java.util.concurrent.ForkJoinWorkerThread.json │ │ ├── java.util.concurrent.Future.json │ │ ├── java.util.concurrent.FutureTask.json │ │ ├── java.util.concurrent.LinkedBlockingDeque.json │ │ ├── java.util.concurrent.LinkedBlockingQueue.json │ │ ├── java.util.concurrent.LinkedTransferQueue.json │ │ ├── java.util.concurrent.Phaser.json │ │ ├── java.util.concurrent.PriorityBlockingQueue.json │ │ ├── java.util.concurrent.RecursiveAction.json │ │ ├── java.util.concurrent.RecursiveTask.json │ │ ├── java.util.concurrent.RejectedExecutionException.json │ │ ├── java.util.concurrent.RejectedExecutionHandler.json │ │ ├── java.util.concurrent.RunnableFuture.json │ │ ├── java.util.concurrent.RunnableScheduledFuture.json │ │ ├── java.util.concurrent.ScheduledExecutorService.json │ │ ├── java.util.concurrent.ScheduledFuture.json │ │ ├── java.util.concurrent.ScheduledThreadPoolExecutor.json │ │ ├── java.util.concurrent.Semaphore.json │ │ ├── java.util.concurrent.SubmissionPublisher.json │ │ ├── java.util.concurrent.SynchronousQueue.json │ │ ├── java.util.concurrent.ThreadFactory.json │ │ ├── java.util.concurrent.ThreadLocalRandom.json │ │ ├── java.util.concurrent.ThreadPoolExecutor.AbortPolicy.json │ │ ├── java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy.json │ │ ├── java.util.concurrent.ThreadPoolExecutor.DiscardOldestPolicy.json │ │ ├── java.util.concurrent.ThreadPoolExecutor.DiscardPolicy.json │ │ ├── java.util.concurrent.ThreadPoolExecutor.json │ │ ├── java.util.concurrent.TimeoutException.json │ │ ├── java.util.concurrent.TransferQueue.json │ │ ├── java.util.concurrent.atomic.AtomicBoolean.json │ │ ├── java.util.concurrent.atomic.AtomicInteger.json │ │ ├── java.util.concurrent.atomic.AtomicIntegerArray.json │ │ ├── java.util.concurrent.atomic.AtomicIntegerFieldUpdater.json │ │ ├── java.util.concurrent.atomic.AtomicLong.json │ │ ├── java.util.concurrent.atomic.AtomicLongArray.json │ │ ├── java.util.concurrent.atomic.AtomicLongFieldUpdater.json │ │ ├── java.util.concurrent.atomic.AtomicMarkableReference.json │ │ ├── java.util.concurrent.atomic.AtomicReference.json │ │ ├── java.util.concurrent.atomic.AtomicReferenceArray.json │ │ ├── java.util.concurrent.atomic.AtomicReferenceFieldUpdater.json │ │ ├── java.util.concurrent.atomic.AtomicStampedReference.json │ │ ├── java.util.concurrent.atomic.DoubleAccumulator.json │ │ ├── java.util.concurrent.atomic.DoubleAdder.json │ │ ├── java.util.concurrent.atomic.LongAccumulator.json │ │ ├── java.util.concurrent.atomic.LongAdder.json │ │ ├── java.util.concurrent.locks.AbstractOwnableSynchronizer.json │ │ ├── java.util.concurrent.locks.AbstractQueuedLongSynchronizer.ConditionObject.json │ │ ├── java.util.concurrent.locks.AbstractQueuedLongSynchronizer.json │ │ ├── java.util.concurrent.locks.AbstractQueuedSynchronizer.ConditionObject.json │ │ ├── java.util.concurrent.locks.AbstractQueuedSynchronizer.json │ │ ├── java.util.concurrent.locks.Condition.json │ │ ├── java.util.concurrent.locks.Lock.json │ │ ├── java.util.concurrent.locks.LockSupport.json │ │ ├── java.util.concurrent.locks.ReadWriteLock.json │ │ ├── java.util.concurrent.locks.ReentrantLock.json │ │ ├── java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock.json │ │ ├── java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock.json │ │ ├── java.util.concurrent.locks.ReentrantReadWriteLock.json │ │ ├── java.util.concurrent.locks.StampedLock.json │ │ ├── java.util.function.BiConsumer.json │ │ ├── java.util.function.BiFunction.json │ │ ├── java.util.function.BiPredicate.json │ │ ├── java.util.function.BinaryOperator.json │ │ ├── java.util.function.BooleanSupplier.json │ │ ├── java.util.function.Consumer.json │ │ ├── java.util.function.DoubleBinaryOperator.json │ │ ├── java.util.function.DoubleConsumer.json │ │ ├── java.util.function.DoubleFunction.json │ │ ├── java.util.function.DoublePredicate.json │ │ ├── java.util.function.DoubleSupplier.json │ │ ├── java.util.function.DoubleToIntFunction.json │ │ ├── java.util.function.DoubleToLongFunction.json │ │ ├── java.util.function.DoubleUnaryOperator.json │ │ ├── java.util.function.Function.json │ │ ├── java.util.function.IntBinaryOperator.json │ │ ├── java.util.function.IntConsumer.json │ │ ├── java.util.function.IntFunction.json │ │ ├── java.util.function.IntPredicate.json │ │ ├── java.util.function.IntSupplier.json │ │ ├── java.util.function.IntToDoubleFunction.json │ │ ├── java.util.function.IntToLongFunction.json │ │ ├── java.util.function.IntUnaryOperator.json │ │ ├── java.util.function.LongBinaryOperator.json │ │ ├── java.util.function.LongConsumer.json │ │ ├── java.util.function.LongFunction.json │ │ ├── java.util.function.LongPredicate.json │ │ ├── java.util.function.LongSupplier.json │ │ ├── java.util.function.LongToDoubleFunction.json │ │ ├── java.util.function.LongToIntFunction.json │ │ ├── java.util.function.LongUnaryOperator.json │ │ ├── java.util.function.ObjDoubleConsumer.json │ │ ├── java.util.function.ObjIntConsumer.json │ │ ├── java.util.function.ObjLongConsumer.json │ │ ├── java.util.function.Predicate.json │ │ ├── java.util.function.Supplier.json │ │ ├── java.util.function.ToDoubleBiFunction.json │ │ ├── java.util.function.ToDoubleFunction.json │ │ ├── java.util.function.ToIntBiFunction.json │ │ ├── java.util.function.ToIntFunction.json │ │ ├── java.util.function.ToLongBiFunction.json │ │ ├── java.util.function.ToLongFunction.json │ │ ├── java.util.function.UnaryOperator.json │ │ ├── java.util.jar.Attributes.Name.json │ │ ├── java.util.jar.Attributes.json │ │ ├── java.util.jar.JarEntry.json │ │ ├── java.util.jar.JarException.json │ │ ├── java.util.jar.JarFile.json │ │ ├── java.util.jar.JarInputStream.json │ │ ├── java.util.jar.JarOutputStream.json │ │ ├── java.util.jar.Manifest.json │ │ ├── java.util.jar.Pack200.Packer.json │ │ ├── java.util.jar.Pack200.Unpacker.json │ │ ├── java.util.jar.Pack200.json │ │ ├── java.util.regex.MatchResult.json │ │ ├── java.util.regex.Matcher.json │ │ ├── java.util.regex.Pattern.json │ │ ├── java.util.regex.PatternSyntaxException.json │ │ ├── java.util.spi.AbstractResourceBundleProvider.json │ │ ├── java.util.spi.CalendarDataProvider.json │ │ ├── java.util.spi.CalendarNameProvider.json │ │ ├── java.util.spi.CurrencyNameProvider.json │ │ ├── java.util.spi.LocaleNameProvider.json │ │ ├── java.util.spi.LocaleServiceProvider.json │ │ ├── java.util.spi.ResourceBundleControlProvider.json │ │ ├── java.util.spi.ResourceBundleProvider.json │ │ ├── java.util.spi.TimeZoneNameProvider.json │ │ ├── java.util.spi.ToolProvider.json │ │ ├── java.util.stream.BaseStream.json │ │ ├── java.util.stream.Collector.json │ │ ├── java.util.stream.Collectors.json │ │ ├── java.util.stream.DoubleStream.Builder.json │ │ ├── java.util.stream.DoubleStream.json │ │ ├── java.util.stream.IntStream.Builder.json │ │ ├── java.util.stream.IntStream.json │ │ ├── java.util.stream.LongStream.Builder.json │ │ ├── java.util.stream.LongStream.json │ │ ├── java.util.stream.Stream.Builder.json │ │ ├── java.util.stream.Stream.json │ │ ├── java.util.stream.StreamSupport.json │ │ ├── java.util.zip.Adler32.json │ │ ├── java.util.zip.CRC32.json │ │ ├── java.util.zip.CRC32C.json │ │ ├── java.util.zip.CheckedInputStream.json │ │ ├── java.util.zip.CheckedOutputStream.json │ │ ├── java.util.zip.Checksum.json │ │ ├── java.util.zip.DataFormatException.json │ │ ├── java.util.zip.Deflater.json │ │ ├── java.util.zip.DeflaterInputStream.json │ │ ├── java.util.zip.DeflaterOutputStream.json │ │ ├── java.util.zip.GZIPInputStream.json │ │ ├── java.util.zip.GZIPOutputStream.json │ │ ├── java.util.zip.Inflater.json │ │ ├── java.util.zip.InflaterInputStream.json │ │ ├── java.util.zip.InflaterOutputStream.json │ │ ├── java.util.zip.ZipEntry.json │ │ ├── java.util.zip.ZipError.json │ │ ├── java.util.zip.ZipException.json │ │ ├── java.util.zip.ZipFile.json │ │ ├── java.util.zip.ZipInputStream.json │ │ └── java.util.zip.ZipOutputStream.json ├── kotlin-stdlib-jvm │ ├── api-rules.json │ └── json-docs │ │ ├── java.io.BufferedInputStream.json │ │ ├── java.io.BufferedOutputStream.json │ │ ├── java.io.BufferedReader.json │ │ ├── java.io.BufferedWriter.json │ │ ├── java.io.ByteArrayInputStream.json │ │ ├── java.io.ByteArrayOutputStream.json │ │ ├── java.io.CharArrayReader.json │ │ ├── java.io.CharArrayWriter.json │ │ ├── java.io.CharConversionException.json │ │ ├── java.io.Closeable.json │ │ ├── java.io.Console.json │ │ ├── java.io.DataInput.json │ │ ├── java.io.DataInputStream.json │ │ ├── java.io.DataOutput.json │ │ ├── java.io.DataOutputStream.json │ │ ├── java.io.EOFException.json │ │ ├── java.io.Externalizable.json │ │ ├── java.io.File.json │ │ ├── java.io.FileDescriptor.json │ │ ├── java.io.FileFilter.json │ │ ├── java.io.FileInputStream.json │ │ ├── java.io.FileNotFoundException.json │ │ ├── java.io.FileOutputStream.json │ │ ├── java.io.FilePermission.json │ │ ├── java.io.FileReader.json │ │ ├── java.io.FileWriter.json │ │ ├── java.io.FilenameFilter.json │ │ ├── java.io.FilterInputStream.json │ │ ├── java.io.FilterOutputStream.json │ │ ├── java.io.FilterReader.json │ │ ├── java.io.FilterWriter.json │ │ ├── java.io.Flushable.json │ │ ├── java.io.IOError.json │ │ ├── java.io.IOException.json │ │ ├── java.io.InputStream.json │ │ ├── java.io.InputStreamReader.json │ │ ├── java.io.InterruptedIOException.json │ │ ├── java.io.InvalidClassException.json │ │ ├── java.io.InvalidObjectException.json │ │ ├── java.io.LineNumberInputStream.json │ │ ├── java.io.LineNumberReader.json │ │ ├── java.io.NotActiveException.json │ │ ├── java.io.NotSerializableException.json │ │ ├── java.io.ObjectInput.json │ │ ├── java.io.ObjectInputFilter.Config.json │ │ ├── java.io.ObjectInputFilter.FilterInfo.json │ │ ├── java.io.ObjectInputFilter.json │ │ ├── java.io.ObjectInputStream.GetField.json │ │ ├── java.io.ObjectInputStream.json │ │ ├── java.io.ObjectInputValidation.json │ │ ├── java.io.ObjectOutput.json │ │ ├── java.io.ObjectOutputStream.PutField.json │ │ ├── java.io.ObjectOutputStream.json │ │ ├── java.io.ObjectStreamClass.json │ │ ├── java.io.ObjectStreamConstants.json │ │ ├── java.io.ObjectStreamException.json │ │ ├── java.io.ObjectStreamField.json │ │ ├── java.io.OptionalDataException.json │ │ ├── java.io.OutputStream.json │ │ ├── java.io.OutputStreamWriter.json │ │ ├── java.io.PipedInputStream.json │ │ ├── java.io.PipedOutputStream.json │ │ ├── java.io.PipedReader.json │ │ ├── java.io.PipedWriter.json │ │ ├── java.io.PrintStream.json │ │ ├── java.io.PrintWriter.json │ │ ├── java.io.PushbackInputStream.json │ │ ├── java.io.PushbackReader.json │ │ ├── java.io.RandomAccessFile.json │ │ ├── java.io.Reader.json │ │ ├── java.io.SequenceInputStream.json │ │ ├── java.io.Serializable.json │ │ ├── java.io.SerializablePermission.json │ │ ├── java.io.StreamCorruptedException.json │ │ ├── java.io.StreamTokenizer.json │ │ ├── java.io.StringBufferInputStream.json │ │ ├── java.io.StringReader.json │ │ ├── java.io.StringWriter.json │ │ ├── java.io.SyncFailedException.json │ │ ├── java.io.UTFDataFormatException.json │ │ ├── java.io.UncheckedIOException.json │ │ ├── java.io.UnsupportedEncodingException.json │ │ ├── java.io.WriteAbortedException.json │ │ ├── java.io.Writer.json │ │ ├── java.lang.AbstractMethodError.json │ │ ├── java.lang.Appendable.json │ │ ├── java.lang.ArithmeticException.json │ │ ├── java.lang.ArrayIndexOutOfBoundsException.json │ │ ├── java.lang.ArrayStoreException.json │ │ ├── java.lang.AssertionError.json │ │ ├── java.lang.AutoCloseable.json │ │ ├── java.lang.BootstrapMethodError.json │ │ ├── java.lang.CharSequence.json │ │ ├── java.lang.Character.Subset.json │ │ ├── java.lang.Character.UnicodeBlock.json │ │ ├── java.lang.Character.json │ │ ├── java.lang.Class.json │ │ ├── java.lang.ClassCastException.json │ │ ├── java.lang.ClassCircularityError.json │ │ ├── java.lang.ClassFormatError.json │ │ ├── java.lang.ClassLoader.json │ │ ├── java.lang.ClassNotFoundException.json │ │ ├── java.lang.ClassValue.json │ │ ├── java.lang.CloneNotSupportedException.json │ │ ├── java.lang.Cloneable.json │ │ ├── java.lang.Comparable.json │ │ ├── java.lang.Compiler.json │ │ ├── java.lang.EnumConstantNotPresentException.json │ │ ├── java.lang.Error.json │ │ ├── java.lang.Exception.json │ │ ├── java.lang.ExceptionInInitializerError.json │ │ ├── java.lang.IllegalAccessError.json │ │ ├── java.lang.IllegalAccessException.json │ │ ├── java.lang.IllegalArgumentException.json │ │ ├── java.lang.IllegalCallerException.json │ │ ├── java.lang.IllegalMonitorStateException.json │ │ ├── java.lang.IllegalStateException.json │ │ ├── java.lang.IllegalThreadStateException.json │ │ ├── java.lang.IncompatibleClassChangeError.json │ │ ├── java.lang.IndexOutOfBoundsException.json │ │ ├── java.lang.InheritableThreadLocal.json │ │ ├── java.lang.InstantiationError.json │ │ ├── java.lang.InstantiationException.json │ │ ├── java.lang.InternalError.json │ │ ├── java.lang.InterruptedException.json │ │ ├── java.lang.Iterable.json │ │ ├── java.lang.LayerInstantiationException.json │ │ ├── java.lang.LinkageError.json │ │ ├── java.lang.Math.json │ │ ├── java.lang.Module.json │ │ ├── java.lang.ModuleLayer.Controller.json │ │ ├── java.lang.ModuleLayer.json │ │ ├── java.lang.NegativeArraySizeException.json │ │ ├── java.lang.NoClassDefFoundError.json │ │ ├── java.lang.NoSuchFieldError.json │ │ ├── java.lang.NoSuchFieldException.json │ │ ├── java.lang.NoSuchMethodError.json │ │ ├── java.lang.NoSuchMethodException.json │ │ ├── java.lang.NullPointerException.json │ │ ├── java.lang.Number.json │ │ ├── java.lang.NumberFormatException.json │ │ ├── java.lang.Object.json │ │ ├── java.lang.OutOfMemoryError.json │ │ ├── java.lang.Package.json │ │ ├── java.lang.Process.json │ │ ├── java.lang.ProcessBuilder.Redirect.json │ │ ├── java.lang.ProcessBuilder.json │ │ ├── java.lang.ProcessHandle.Info.json │ │ ├── java.lang.ProcessHandle.json │ │ ├── java.lang.Readable.json │ │ ├── java.lang.ReflectiveOperationException.json │ │ ├── java.lang.Runnable.json │ │ ├── java.lang.Runtime.Version.json │ │ ├── java.lang.Runtime.json │ │ ├── java.lang.RuntimeException.json │ │ ├── java.lang.RuntimePermission.json │ │ ├── java.lang.SecurityException.json │ │ ├── java.lang.SecurityManager.json │ │ ├── java.lang.StackOverflowError.json │ │ ├── java.lang.StackTraceElement.json │ │ ├── java.lang.StackWalker.StackFrame.json │ │ ├── java.lang.StackWalker.json │ │ ├── java.lang.StrictMath.json │ │ ├── java.lang.StringBuffer.json │ │ ├── java.lang.StringBuilder.json │ │ ├── java.lang.StringIndexOutOfBoundsException.json │ │ ├── java.lang.System.Logger.json │ │ ├── java.lang.System.LoggerFinder.json │ │ ├── java.lang.System.json │ │ ├── java.lang.Thread.UncaughtExceptionHandler.json │ │ ├── java.lang.Thread.json │ │ ├── java.lang.ThreadDeath.json │ │ ├── java.lang.ThreadGroup.json │ │ ├── java.lang.ThreadLocal.json │ │ ├── java.lang.Throwable.json │ │ ├── java.lang.TypeNotPresentException.json │ │ ├── java.lang.UnknownError.json │ │ ├── java.lang.UnsatisfiedLinkError.json │ │ ├── java.lang.UnsupportedClassVersionError.json │ │ ├── java.lang.UnsupportedOperationException.json │ │ ├── java.lang.VerifyError.json │ │ ├── java.lang.VirtualMachineError.json │ │ ├── java.lang.Void.json │ │ ├── java.lang.annotation.Annotation.json │ │ ├── java.lang.annotation.AnnotationFormatError.json │ │ ├── java.lang.annotation.AnnotationTypeMismatchException.json │ │ ├── java.lang.annotation.IncompleteAnnotationException.json │ │ ├── java.lang.invoke.CallSite.json │ │ ├── java.lang.invoke.ConstantBootstraps.json │ │ ├── java.lang.invoke.ConstantCallSite.json │ │ ├── java.lang.invoke.LambdaConversionException.json │ │ ├── java.lang.invoke.LambdaMetafactory.json │ │ ├── java.lang.invoke.MethodHandle.json │ │ ├── java.lang.invoke.MethodHandleInfo.json │ │ ├── java.lang.invoke.MethodHandleProxies.json │ │ ├── java.lang.invoke.MethodHandles.Lookup.json │ │ ├── java.lang.invoke.MethodHandles.json │ │ ├── java.lang.invoke.MethodType.json │ │ ├── java.lang.invoke.MutableCallSite.json │ │ ├── java.lang.invoke.SerializedLambda.json │ │ ├── java.lang.invoke.StringConcatException.json │ │ ├── java.lang.invoke.StringConcatFactory.json │ │ ├── java.lang.invoke.SwitchPoint.json │ │ ├── java.lang.invoke.VarHandle.json │ │ ├── java.lang.invoke.VolatileCallSite.json │ │ ├── java.lang.invoke.WrongMethodTypeException.json │ │ ├── java.lang.module.Configuration.json │ │ ├── java.lang.module.FindException.json │ │ ├── java.lang.module.InvalidModuleDescriptorException.json │ │ ├── java.lang.module.ModuleDescriptor.Builder.json │ │ ├── java.lang.module.ModuleDescriptor.Exports.json │ │ ├── java.lang.module.ModuleDescriptor.Opens.json │ │ ├── java.lang.module.ModuleDescriptor.Provides.json │ │ ├── java.lang.module.ModuleDescriptor.Requires.json │ │ ├── java.lang.module.ModuleDescriptor.Version.json │ │ ├── java.lang.module.ModuleDescriptor.json │ │ ├── java.lang.module.ModuleFinder.json │ │ ├── java.lang.module.ModuleReader.json │ │ ├── java.lang.module.ModuleReference.json │ │ ├── java.lang.module.ResolutionException.json │ │ ├── java.lang.module.ResolvedModule.json │ │ ├── java.lang.ref.Cleaner.Cleanable.json │ │ ├── java.lang.ref.Cleaner.json │ │ ├── java.lang.ref.PhantomReference.json │ │ ├── java.lang.ref.Reference.json │ │ ├── java.lang.ref.ReferenceQueue.json │ │ ├── java.lang.ref.SoftReference.json │ │ ├── java.lang.ref.WeakReference.json │ │ ├── java.lang.reflect.AccessibleObject.json │ │ ├── java.lang.reflect.AnnotatedArrayType.json │ │ ├── java.lang.reflect.AnnotatedElement.json │ │ ├── java.lang.reflect.AnnotatedParameterizedType.json │ │ ├── java.lang.reflect.AnnotatedType.json │ │ ├── java.lang.reflect.AnnotatedTypeVariable.json │ │ ├── java.lang.reflect.AnnotatedWildcardType.json │ │ ├── java.lang.reflect.Array.json │ │ ├── java.lang.reflect.Constructor.json │ │ ├── java.lang.reflect.Executable.json │ │ ├── java.lang.reflect.Field.json │ │ ├── java.lang.reflect.GenericArrayType.json │ │ ├── java.lang.reflect.GenericDeclaration.json │ │ ├── java.lang.reflect.GenericSignatureFormatError.json │ │ ├── java.lang.reflect.InaccessibleObjectException.json │ │ ├── java.lang.reflect.InvocationHandler.json │ │ ├── java.lang.reflect.InvocationTargetException.json │ │ ├── java.lang.reflect.MalformedParameterizedTypeException.json │ │ ├── java.lang.reflect.MalformedParametersException.json │ │ ├── java.lang.reflect.Member.json │ │ ├── java.lang.reflect.Method.json │ │ ├── java.lang.reflect.Modifier.json │ │ ├── java.lang.reflect.Parameter.json │ │ ├── java.lang.reflect.ParameterizedType.json │ │ ├── java.lang.reflect.Proxy.json │ │ ├── java.lang.reflect.ReflectPermission.json │ │ ├── java.lang.reflect.Type.json │ │ ├── java.lang.reflect.TypeVariable.json │ │ ├── java.lang.reflect.UndeclaredThrowableException.json │ │ ├── java.lang.reflect.WildcardType.json │ │ ├── java.util.stream.BaseStream.json │ │ ├── java.util.stream.Collector.json │ │ ├── java.util.stream.Collectors.json │ │ ├── java.util.stream.DoubleStream.Builder.json │ │ ├── java.util.stream.DoubleStream.json │ │ ├── java.util.stream.IntStream.Builder.json │ │ ├── java.util.stream.IntStream.json │ │ ├── java.util.stream.LongStream.Builder.json │ │ ├── java.util.stream.LongStream.json │ │ ├── java.util.stream.Stream.Builder.json │ │ ├── java.util.stream.Stream.json │ │ ├── java.util.stream.StreamSupport.json │ │ ├── kotlin.Annotation.json │ │ ├── kotlin.Any.json │ │ ├── kotlin.Array.json │ │ ├── kotlin.Boolean.Companion.json │ │ ├── kotlin.Boolean.json │ │ ├── kotlin.BooleanArray.json │ │ ├── kotlin.Byte.Companion.json │ │ ├── kotlin.Byte.json │ │ ├── kotlin.ByteArray.json │ │ ├── kotlin.Char.Companion.json │ │ ├── kotlin.Char.json │ │ ├── kotlin.CharArray.json │ │ ├── kotlin.CharSequence.json │ │ ├── kotlin.Comparable.json │ │ ├── kotlin.DeprecationLevel.json │ │ ├── kotlin.Double.Companion.json │ │ ├── kotlin.Double.json │ │ ├── kotlin.DoubleArray.json │ │ ├── kotlin.Enum.Companion.json │ │ ├── kotlin.Enum.json │ │ ├── kotlin.Float.Companion.json │ │ ├── kotlin.Float.json │ │ ├── kotlin.FloatArray.json │ │ ├── kotlin.Function.json │ │ ├── kotlin.Int.Companion.json │ │ ├── kotlin.Int.json │ │ ├── kotlin.IntArray.json │ │ ├── kotlin.KotlinNullPointerException.json │ │ ├── kotlin.Long.Companion.json │ │ ├── kotlin.Long.json │ │ ├── kotlin.LongArray.json │ │ ├── kotlin.NoWhenBranchMatchedException.json │ │ ├── kotlin.Number.json │ │ ├── kotlin.Short.Companion.json │ │ ├── kotlin.Short.json │ │ ├── kotlin.ShortArray.json │ │ ├── kotlin.String.Companion.json │ │ ├── kotlin.String.json │ │ ├── kotlin.Throwable.json │ │ ├── kotlin.TypeCastException.json │ │ ├── kotlin.UninitializedPropertyAccessException.json │ │ ├── kotlin.Unit.json │ │ ├── kotlin.collections.AbstractMutableCollection.json │ │ ├── kotlin.collections.AbstractMutableList.json │ │ ├── kotlin.collections.AbstractMutableMap.json │ │ ├── kotlin.collections.AbstractMutableSet.json │ │ ├── kotlin.collections.Collection.json │ │ ├── kotlin.collections.Iterable.json │ │ ├── kotlin.collections.Iterator.json │ │ ├── kotlin.collections.List.json │ │ ├── kotlin.collections.ListIterator.json │ │ ├── kotlin.collections.Map.Entry.json │ │ ├── kotlin.collections.Map.json │ │ ├── kotlin.collections.MutableCollection.json │ │ ├── kotlin.collections.MutableIterable.json │ │ ├── kotlin.collections.MutableIterator.json │ │ ├── kotlin.collections.MutableList.json │ │ ├── kotlin.collections.MutableListIterator.json │ │ ├── kotlin.collections.MutableMap.MutableEntry.json │ │ ├── kotlin.collections.MutableMap.json │ │ ├── kotlin.collections.MutableSet.json │ │ ├── kotlin.collections.Set.json │ │ ├── kotlin.collections.json │ │ ├── kotlin.comparisons.json │ │ ├── kotlin.concurrent.json │ │ ├── kotlin.coroutines.intrinsics.json │ │ ├── kotlin.io.AccessDeniedException.json │ │ ├── kotlin.io.FileAlreadyExistsException.json │ │ ├── kotlin.io.FileSystemException.json │ │ ├── kotlin.io.FileTreeWalk.json │ │ ├── kotlin.io.FileWalkDirection.json │ │ ├── kotlin.io.NoSuchFileException.json │ │ ├── kotlin.io.OnErrorAction.json │ │ ├── kotlin.io.encoding.json │ │ ├── kotlin.io.json │ │ ├── kotlin.io.path.json │ │ ├── kotlin.json │ │ ├── kotlin.math.json │ │ ├── kotlin.random.json │ │ ├── kotlin.reflect.KAnnotatedElement.json │ │ ├── kotlin.reflect.KCallable.json │ │ ├── kotlin.reflect.KClass.json │ │ ├── kotlin.reflect.KDeclarationContainer.json │ │ ├── kotlin.reflect.KFunction.json │ │ ├── kotlin.reflect.KMutableProperty.Setter.json │ │ ├── kotlin.reflect.KMutableProperty.json │ │ ├── kotlin.reflect.KMutableProperty0.Setter.json │ │ ├── kotlin.reflect.KMutableProperty0.json │ │ ├── kotlin.reflect.KMutableProperty1.Setter.json │ │ ├── kotlin.reflect.KMutableProperty1.json │ │ ├── kotlin.reflect.KMutableProperty2.Setter.json │ │ ├── kotlin.reflect.KMutableProperty2.json │ │ ├── kotlin.reflect.KParameter.Kind.json │ │ ├── kotlin.reflect.KParameter.json │ │ ├── kotlin.reflect.KProperty.Accessor.json │ │ ├── kotlin.reflect.KProperty.Getter.json │ │ ├── kotlin.reflect.KProperty.json │ │ ├── kotlin.reflect.KProperty0.Getter.json │ │ ├── kotlin.reflect.KProperty0.json │ │ ├── kotlin.reflect.KProperty1.Getter.json │ │ ├── kotlin.reflect.KProperty1.json │ │ ├── kotlin.reflect.KProperty2.Getter.json │ │ ├── kotlin.reflect.KProperty2.json │ │ ├── kotlin.reflect.KType.json │ │ ├── kotlin.reflect.KVisibility.json │ │ ├── kotlin.reflect.json │ │ ├── kotlin.sequences.json │ │ ├── kotlin.streams.json │ │ ├── kotlin.system.json │ │ ├── kotlin.text.CharCategory.json │ │ ├── kotlin.text.CharDirectionality.json │ │ ├── kotlin.text.Charsets.json │ │ ├── kotlin.text.MatchGroup.json │ │ ├── kotlin.text.Regex.Companion.json │ │ ├── kotlin.text.Regex.json │ │ ├── kotlin.text.RegexOption.json │ │ ├── kotlin.text.json │ │ ├── kotlin.time.DurationUnit.json │ │ └── kotlin.time.json ├── kotlin-stdlib │ ├── api-rules.json │ └── json-docs │ │ ├── kotlin.Annotation.json │ │ ├── kotlin.Any.json │ │ ├── kotlin.ArithmeticException.json │ │ ├── kotlin.Array.json │ │ ├── kotlin.AssertionError.json │ │ ├── kotlin.Boolean.Companion.json │ │ ├── kotlin.Boolean.json │ │ ├── kotlin.BooleanArray.json │ │ ├── kotlin.Byte.Companion.json │ │ ├── kotlin.Byte.json │ │ ├── kotlin.ByteArray.json │ │ ├── kotlin.Char.Companion.json │ │ ├── kotlin.Char.json │ │ ├── kotlin.CharArray.json │ │ ├── kotlin.CharSequence.json │ │ ├── kotlin.ClassCastException.json │ │ ├── kotlin.Comparable.json │ │ ├── kotlin.Comparator.json │ │ ├── kotlin.ConcurrentModificationException.json │ │ ├── kotlin.DeepRecursiveFunction.json │ │ ├── kotlin.DeepRecursiveScope.json │ │ ├── kotlin.DeprecationLevel.json │ │ ├── kotlin.Double.Companion.json │ │ ├── kotlin.Double.json │ │ ├── kotlin.DoubleArray.json │ │ ├── kotlin.Enum.Companion.json │ │ ├── kotlin.Enum.json │ │ ├── kotlin.Error.json │ │ ├── kotlin.Exception.json │ │ ├── kotlin.Float.Companion.json │ │ ├── kotlin.Float.json │ │ ├── kotlin.FloatArray.json │ │ ├── kotlin.Function.json │ │ ├── kotlin.IllegalArgumentException.json │ │ ├── kotlin.IllegalStateException.json │ │ ├── kotlin.IndexOutOfBoundsException.json │ │ ├── kotlin.Int.Companion.json │ │ ├── kotlin.Int.json │ │ ├── kotlin.IntArray.json │ │ ├── kotlin.KotlinNullPointerException.json │ │ ├── kotlin.KotlinVersion.Companion.json │ │ ├── kotlin.KotlinVersion.json │ │ ├── kotlin.Lazy.json │ │ ├── kotlin.LazyThreadSafetyMode.json │ │ ├── kotlin.Long.Companion.json │ │ ├── kotlin.Long.json │ │ ├── kotlin.LongArray.json │ │ ├── kotlin.NoSuchElementException.json │ │ ├── kotlin.NoWhenBranchMatchedException.json │ │ ├── kotlin.NotImplementedError.json │ │ ├── kotlin.NullPointerException.json │ │ ├── kotlin.Number.json │ │ ├── kotlin.NumberFormatException.json │ │ ├── kotlin.Pair.json │ │ ├── kotlin.Result.Companion.json │ │ ├── kotlin.Result.json │ │ ├── kotlin.RuntimeException.json │ │ ├── kotlin.Short.Companion.json │ │ ├── kotlin.Short.json │ │ ├── kotlin.ShortArray.json │ │ ├── kotlin.String.Companion.json │ │ ├── kotlin.String.json │ │ ├── kotlin.Throwable.json │ │ ├── kotlin.Triple.json │ │ ├── kotlin.TypeCastException.json │ │ ├── kotlin.UByte.Companion.json │ │ ├── kotlin.UByte.json │ │ ├── kotlin.UByteArray.json │ │ ├── kotlin.UInt.Companion.json │ │ ├── kotlin.UInt.json │ │ ├── kotlin.UIntArray.json │ │ ├── kotlin.ULong.Companion.json │ │ ├── kotlin.ULong.json │ │ ├── kotlin.ULongArray.json │ │ ├── kotlin.UShort.Companion.json │ │ ├── kotlin.UShort.json │ │ ├── kotlin.UShortArray.json │ │ ├── kotlin.UninitializedPropertyAccessException.json │ │ ├── kotlin.Unit.json │ │ ├── kotlin.UnsupportedOperationException.json │ │ ├── kotlin.collections.AbstractCollection.json │ │ ├── kotlin.collections.AbstractIterator.json │ │ ├── kotlin.collections.AbstractList.json │ │ ├── kotlin.collections.AbstractMap.json │ │ ├── kotlin.collections.AbstractMutableCollection.json │ │ ├── kotlin.collections.AbstractMutableList.json │ │ ├── kotlin.collections.AbstractMutableMap.json │ │ ├── kotlin.collections.AbstractMutableSet.json │ │ ├── kotlin.collections.AbstractSet.json │ │ ├── kotlin.collections.ArrayDeque.json │ │ ├── kotlin.collections.ArrayList.json │ │ ├── kotlin.collections.BooleanIterator.json │ │ ├── kotlin.collections.ByteIterator.json │ │ ├── kotlin.collections.CharIterator.json │ │ ├── kotlin.collections.Collection.json │ │ ├── kotlin.collections.DoubleIterator.json │ │ ├── kotlin.collections.FloatIterator.json │ │ ├── kotlin.collections.Grouping.json │ │ ├── kotlin.collections.HashMap.json │ │ ├── kotlin.collections.HashSet.json │ │ ├── kotlin.collections.IndexedValue.json │ │ ├── kotlin.collections.IntIterator.json │ │ ├── kotlin.collections.Iterable.json │ │ ├── kotlin.collections.Iterator.json │ │ ├── kotlin.collections.LinkedHashMap.json │ │ ├── kotlin.collections.LinkedHashSet.json │ │ ├── kotlin.collections.List.json │ │ ├── kotlin.collections.ListIterator.json │ │ ├── kotlin.collections.LongIterator.json │ │ ├── kotlin.collections.Map.Entry.json │ │ ├── kotlin.collections.Map.json │ │ ├── kotlin.collections.MutableCollection.json │ │ ├── kotlin.collections.MutableIterable.json │ │ ├── kotlin.collections.MutableIterator.json │ │ ├── kotlin.collections.MutableList.json │ │ ├── kotlin.collections.MutableListIterator.json │ │ ├── kotlin.collections.MutableMap.MutableEntry.json │ │ ├── kotlin.collections.MutableMap.json │ │ ├── kotlin.collections.MutableSet.json │ │ ├── kotlin.collections.RandomAccess.json │ │ ├── kotlin.collections.Set.json │ │ ├── kotlin.collections.ShortIterator.json │ │ ├── kotlin.collections.json │ │ ├── kotlin.comparisons.json │ │ ├── kotlin.concurrent.json │ │ ├── kotlin.contracts.CallsInPlace.json │ │ ├── kotlin.contracts.ConditionalEffect.json │ │ ├── kotlin.contracts.ContractBuilder.json │ │ ├── kotlin.contracts.Effect.json │ │ ├── kotlin.contracts.InvocationKind.json │ │ ├── kotlin.contracts.Returns.json │ │ ├── kotlin.contracts.ReturnsNotNull.json │ │ ├── kotlin.contracts.SimpleEffect.json │ │ ├── kotlin.contracts.json │ │ ├── kotlin.coroutines.AbstractCoroutineContextElement.json │ │ ├── kotlin.coroutines.AbstractCoroutineContextKey.json │ │ ├── kotlin.coroutines.Continuation.json │ │ ├── kotlin.coroutines.ContinuationInterceptor.Key.json │ │ ├── kotlin.coroutines.ContinuationInterceptor.json │ │ ├── kotlin.coroutines.CoroutineContext.Element.json │ │ ├── kotlin.coroutines.CoroutineContext.Key.json │ │ ├── kotlin.coroutines.CoroutineContext.json │ │ ├── kotlin.coroutines.EmptyCoroutineContext.json │ │ ├── kotlin.coroutines.cancellation.CancellationException.json │ │ ├── kotlin.coroutines.cancellation.json │ │ ├── kotlin.coroutines.intrinsics.json │ │ ├── kotlin.coroutines.json │ │ ├── kotlin.io.AccessDeniedException.json │ │ ├── kotlin.io.FileAlreadyExistsException.json │ │ ├── kotlin.io.FileSystemException.json │ │ ├── kotlin.io.FileTreeWalk.json │ │ ├── kotlin.io.FileWalkDirection.json │ │ ├── kotlin.io.NoSuchFileException.json │ │ ├── kotlin.io.OnErrorAction.json │ │ ├── kotlin.io.encoding.Base64.Default.json │ │ ├── kotlin.io.encoding.Base64.json │ │ ├── kotlin.io.encoding.json │ │ ├── kotlin.io.json │ │ ├── kotlin.io.path.json │ │ ├── kotlin.json │ │ ├── kotlin.jvm.json │ │ ├── kotlin.math.json │ │ ├── kotlin.properties.Delegates.json │ │ ├── kotlin.properties.ObservableProperty.json │ │ ├── kotlin.properties.PropertyDelegateProvider.json │ │ ├── kotlin.properties.ReadOnlyProperty.json │ │ ├── kotlin.properties.ReadWriteProperty.json │ │ ├── kotlin.properties.json │ │ ├── kotlin.random.Random.Default.json │ │ ├── kotlin.random.Random.json │ │ ├── kotlin.random.json │ │ ├── kotlin.ranges.CharProgression.Companion.json │ │ ├── kotlin.ranges.CharProgression.json │ │ ├── kotlin.ranges.CharRange.Companion.json │ │ ├── kotlin.ranges.CharRange.json │ │ ├── kotlin.ranges.ClosedFloatingPointRange.json │ │ ├── kotlin.ranges.ClosedRange.json │ │ ├── kotlin.ranges.IntProgression.Companion.json │ │ ├── kotlin.ranges.IntProgression.json │ │ ├── kotlin.ranges.IntRange.Companion.json │ │ ├── kotlin.ranges.IntRange.json │ │ ├── kotlin.ranges.LongProgression.Companion.json │ │ ├── kotlin.ranges.LongProgression.json │ │ ├── kotlin.ranges.LongRange.Companion.json │ │ ├── kotlin.ranges.LongRange.json │ │ ├── kotlin.ranges.OpenEndRange.json │ │ ├── kotlin.ranges.UIntProgression.Companion.json │ │ ├── kotlin.ranges.UIntProgression.json │ │ ├── kotlin.ranges.UIntRange.Companion.json │ │ ├── kotlin.ranges.UIntRange.json │ │ ├── kotlin.ranges.ULongProgression.Companion.json │ │ ├── kotlin.ranges.ULongProgression.json │ │ ├── kotlin.ranges.ULongRange.Companion.json │ │ ├── kotlin.ranges.ULongRange.json │ │ ├── kotlin.ranges.json │ │ ├── kotlin.reflect.KAnnotatedElement.json │ │ ├── kotlin.reflect.KCallable.json │ │ ├── kotlin.reflect.KClass.json │ │ ├── kotlin.reflect.KClassifier.json │ │ ├── kotlin.reflect.KDeclarationContainer.json │ │ ├── kotlin.reflect.KFunction.json │ │ ├── kotlin.reflect.KMutableProperty.Setter.json │ │ ├── kotlin.reflect.KMutableProperty.json │ │ ├── kotlin.reflect.KMutableProperty0.Setter.json │ │ ├── kotlin.reflect.KMutableProperty0.json │ │ ├── kotlin.reflect.KMutableProperty1.Setter.json │ │ ├── kotlin.reflect.KMutableProperty1.json │ │ ├── kotlin.reflect.KMutableProperty2.Setter.json │ │ ├── kotlin.reflect.KMutableProperty2.json │ │ ├── kotlin.reflect.KParameter.Kind.json │ │ ├── kotlin.reflect.KParameter.json │ │ ├── kotlin.reflect.KProperty.Accessor.json │ │ ├── kotlin.reflect.KProperty.Getter.json │ │ ├── kotlin.reflect.KProperty.json │ │ ├── kotlin.reflect.KProperty0.Getter.json │ │ ├── kotlin.reflect.KProperty0.json │ │ ├── kotlin.reflect.KProperty1.Getter.json │ │ ├── kotlin.reflect.KProperty1.json │ │ ├── kotlin.reflect.KProperty2.Getter.json │ │ ├── kotlin.reflect.KProperty2.json │ │ ├── kotlin.reflect.KType.json │ │ ├── kotlin.reflect.KTypeParameter.json │ │ ├── kotlin.reflect.KTypeProjection.Companion.json │ │ ├── kotlin.reflect.KTypeProjection.json │ │ ├── kotlin.reflect.KVariance.json │ │ ├── kotlin.reflect.KVisibility.json │ │ ├── kotlin.reflect.json │ │ ├── kotlin.sequences.Sequence.json │ │ ├── kotlin.sequences.SequenceScope.json │ │ ├── kotlin.sequences.json │ │ ├── kotlin.streams.json │ │ ├── kotlin.system.json │ │ ├── kotlin.text.Appendable.json │ │ ├── kotlin.text.CharCategory.json │ │ ├── kotlin.text.CharDirectionality.json │ │ ├── kotlin.text.CharacterCodingException.json │ │ ├── kotlin.text.Charsets.json │ │ ├── kotlin.text.MatchGroup.json │ │ ├── kotlin.text.MatchGroupCollection.json │ │ ├── kotlin.text.MatchNamedGroupCollection.json │ │ ├── kotlin.text.MatchResult.Destructured.json │ │ ├── kotlin.text.MatchResult.json │ │ ├── kotlin.text.Regex.Companion.json │ │ ├── kotlin.text.Regex.json │ │ ├── kotlin.text.RegexOption.json │ │ ├── kotlin.text.StringBuilder.json │ │ ├── kotlin.text.Typography.json │ │ ├── kotlin.text.json │ │ ├── kotlin.time.AbstractLongTimeSource.json │ │ ├── kotlin.time.ComparableTimeMark.json │ │ ├── kotlin.time.Duration.Companion.json │ │ ├── kotlin.time.Duration.json │ │ ├── kotlin.time.DurationUnit.json │ │ ├── kotlin.time.TestTimeSource.json │ │ ├── kotlin.time.TimeMark.json │ │ ├── kotlin.time.TimeSource.Companion.json │ │ ├── kotlin.time.TimeSource.Monotonic.ValueTimeMark.json │ │ ├── kotlin.time.TimeSource.Monotonic.json │ │ ├── kotlin.time.TimeSource.WithComparableMarks.json │ │ ├── kotlin.time.TimeSource.json │ │ ├── kotlin.time.TimedValue.json │ │ └── kotlin.time.json └── scala-stdlib │ ├── api-rules.json │ └── json-docs │ ├── java.io.BufferedInputStream.json │ ├── java.io.BufferedOutputStream.json │ ├── java.io.BufferedReader.json │ ├── java.io.BufferedWriter.json │ ├── java.io.ByteArrayInputStream.json │ ├── java.io.ByteArrayOutputStream.json │ ├── java.io.CharArrayReader.json │ ├── java.io.CharArrayWriter.json │ ├── java.io.CharConversionException.json │ ├── java.io.Closeable.json │ ├── java.io.Console.json │ ├── java.io.DataInput.json │ ├── java.io.DataInputStream.json │ ├── java.io.DataOutput.json │ ├── java.io.DataOutputStream.json │ ├── java.io.EOFException.json │ ├── java.io.Externalizable.json │ ├── java.io.File.json │ ├── java.io.FileDescriptor.json │ ├── java.io.FileFilter.json │ ├── java.io.FileInputStream.json │ ├── java.io.FileNotFoundException.json │ ├── java.io.FileOutputStream.json │ ├── java.io.FilePermission.json │ ├── java.io.FileReader.json │ ├── java.io.FileWriter.json │ ├── java.io.FilenameFilter.json │ ├── java.io.FilterInputStream.json │ ├── java.io.FilterOutputStream.json │ ├── java.io.FilterReader.json │ ├── java.io.FilterWriter.json │ ├── java.io.Flushable.json │ ├── java.io.IOError.json │ ├── java.io.IOException.json │ ├── java.io.InputStream.json │ ├── java.io.InputStreamReader.json │ ├── java.io.InterruptedIOException.json │ ├── java.io.InvalidClassException.json │ ├── java.io.InvalidObjectException.json │ ├── java.io.LineNumberInputStream.json │ ├── java.io.LineNumberReader.json │ ├── java.io.NotActiveException.json │ ├── java.io.NotSerializableException.json │ ├── java.io.ObjectInput.json │ ├── java.io.ObjectInputFilter.Config.json │ ├── java.io.ObjectInputFilter.FilterInfo.json │ ├── java.io.ObjectInputFilter.json │ ├── java.io.ObjectInputStream.GetField.json │ ├── java.io.ObjectInputStream.json │ ├── java.io.ObjectInputValidation.json │ ├── java.io.ObjectOutput.json │ ├── java.io.ObjectOutputStream.PutField.json │ ├── java.io.ObjectOutputStream.json │ ├── java.io.ObjectStreamClass.json │ ├── java.io.ObjectStreamConstants.json │ ├── java.io.ObjectStreamException.json │ ├── java.io.ObjectStreamField.json │ ├── java.io.OptionalDataException.json │ ├── java.io.OutputStream.json │ ├── java.io.OutputStreamWriter.json │ ├── java.io.PipedInputStream.json │ ├── java.io.PipedOutputStream.json │ ├── java.io.PipedReader.json │ ├── java.io.PipedWriter.json │ ├── java.io.PrintStream.json │ ├── java.io.PrintWriter.json │ ├── java.io.PushbackInputStream.json │ ├── java.io.PushbackReader.json │ ├── java.io.RandomAccessFile.json │ ├── java.io.Reader.json │ ├── java.io.SequenceInputStream.json │ ├── java.io.Serializable.json │ ├── java.io.SerializablePermission.json │ ├── java.io.StreamCorruptedException.json │ ├── java.io.StreamTokenizer.json │ ├── java.io.StringBufferInputStream.json │ ├── java.io.StringReader.json │ ├── java.io.StringWriter.json │ ├── java.io.SyncFailedException.json │ ├── java.io.UTFDataFormatException.json │ ├── java.io.UncheckedIOException.json │ ├── java.io.UnsupportedEncodingException.json │ ├── java.io.WriteAbortedException.json │ ├── java.io.Writer.json │ ├── scala.<:<.json │ ├── scala.=:=.json │ ├── scala.Any.json │ ├── scala.AnyRef.json │ ├── scala.AnyVal.json │ ├── scala.App.json │ ├── scala.Array.UnapplySeqWrapper.json │ ├── scala.Array.json │ ├── scala.Boolean.json │ ├── scala.Byte.json │ ├── scala.Char.json │ ├── scala.DelayedInit.json │ ├── scala.Double.json │ ├── scala.DummyImplicit.json │ ├── scala.Dynamic.json │ ├── scala.Enumeration.Val.json │ ├── scala.Enumeration.Value.json │ ├── scala.Enumeration.ValueSet.json │ ├── scala.Enumeration.json │ ├── scala.Equals.json │ ├── scala.Float.json │ ├── scala.Function0.json │ ├── scala.Function1.UnliftOps.json │ ├── scala.Function1.json │ ├── scala.Function2.json │ ├── scala.Function3.json │ ├── scala.Function4.json │ ├── scala.Int.json │ ├── scala.Long.json │ ├── scala.MatchError.json │ ├── scala.NotImplementedError.json │ ├── scala.Nothing.json │ ├── scala.Null.json │ ├── scala.Option.WithFilter.json │ ├── scala.Option.json │ ├── scala.PartialFunction.ElementWiseExtractor.json │ ├── scala.PartialFunction.json │ ├── scala.Predef.ArrayCharSequence.json │ ├── scala.Predef.ArrowAssoc.json │ ├── scala.Predef.Ensuring.json │ ├── scala.Predef.SeqCharSequence.json │ ├── scala.Predef.StringFormat.json │ ├── scala.Predef.any2stringadd.json │ ├── scala.Product.json │ ├── scala.Product1.json │ ├── scala.Product2.json │ ├── scala.Product3.json │ ├── scala.Product4.json │ ├── scala.Proxy.Typed.json │ ├── scala.Proxy.json │ ├── scala.ScalaReflectionException.json │ ├── scala.SerialVersionUID.json │ ├── scala.Short.json │ ├── scala.Singleton.json │ ├── scala.Some.json │ ├── scala.Specializable.Group.json │ ├── scala.Specializable.SpecializedGroup.json │ ├── scala.Specializable.json │ ├── scala.StringContext.InvalidEscapeException.json │ ├── scala.StringContext.InvalidUnicodeEscapeException.json │ ├── scala.StringContext.json │ ├── scala.Symbol.json │ ├── scala.Tuple1.json │ ├── scala.Tuple2.json │ ├── scala.Tuple3.json │ ├── scala.Tuple4.json │ ├── scala.UninitializedError.json │ ├── scala.UninitializedFieldError.json │ ├── scala.Unit.json │ ├── scala.ValueOf.json │ ├── scala.annotation.Annotation.json │ ├── scala.annotation.ClassfileAnnotation.json │ ├── scala.annotation.ConstantAnnotation.json │ ├── scala.annotation.StaticAnnotation.json │ ├── scala.annotation.TypeConstraint.json │ ├── scala.annotation.compileTimeOnly.json │ ├── scala.annotation.elidable.json │ ├── scala.annotation.implicitAmbiguous.json │ ├── scala.annotation.implicitNotFound.json │ ├── scala.annotation.meta.beanGetter.json │ ├── scala.annotation.meta.beanSetter.json │ ├── scala.annotation.meta.companionClass.json │ ├── scala.annotation.meta.companionMethod.json │ ├── scala.annotation.meta.companionObject.json │ ├── scala.annotation.meta.field.json │ ├── scala.annotation.meta.getter.json │ ├── scala.annotation.meta.languageFeature.json │ ├── scala.annotation.meta.param.json │ ├── scala.annotation.meta.setter.json │ ├── scala.annotation.nowarn.json │ ├── scala.annotation.showAsInfix.json │ ├── scala.annotation.strictfp.json │ ├── scala.annotation.switch.json │ ├── scala.annotation.tailrec.json │ ├── scala.annotation.unchecked.uncheckedStable.json │ ├── scala.annotation.unchecked.uncheckedVariance.json │ ├── scala.annotation.unspecialized.json │ ├── scala.annotation.unused.json │ ├── scala.annotation.varargs.json │ ├── scala.beans.BeanProperty.json │ ├── scala.beans.BooleanBeanProperty.json │ ├── scala.collection.AbstractIterable.json │ ├── scala.collection.AbstractIterator.json │ ├── scala.collection.AbstractSeqView.json │ ├── scala.collection.AbstractView.json │ ├── scala.collection.AnyStepper.json │ ├── scala.collection.ArrayOps.json │ ├── scala.collection.BufferedIterator.json │ ├── scala.collection.BuildFrom.json │ ├── scala.collection.BuildFromLowPriority1.json │ ├── scala.collection.BuildFromLowPriority2.json │ ├── scala.collection.Iterable.json │ ├── scala.collection.IterableFactoryDefaults.json │ ├── scala.collection.IterableOnce.json │ ├── scala.collection.IterableOnceOps.json │ ├── scala.collection.IterableOps.json │ ├── scala.collection.Iterator.json │ ├── scala.collection.Seq.json │ ├── scala.collection.SeqOps.json │ ├── scala.collection.SeqView.json │ ├── scala.collection.Stepper.json │ ├── scala.collection.View.json │ ├── scala.collection.WithFilter.json │ ├── scala.concurrent.Awaitable.json │ ├── scala.concurrent.Batchable.json │ ├── scala.concurrent.BlockContext.json │ ├── scala.concurrent.CanAwait.json │ ├── scala.concurrent.Channel.json │ ├── scala.concurrent.DelayedLazyVal.json │ ├── scala.concurrent.ExecutionContext.json │ ├── scala.concurrent.ExecutionContextExecutor.json │ ├── scala.concurrent.ExecutionContextExecutorService.json │ ├── scala.concurrent.Future.json │ ├── scala.concurrent.OnCompleteRunnable.json │ ├── scala.concurrent.Promise.json │ ├── scala.concurrent.SyncChannel.json │ ├── scala.concurrent.SyncVar.json │ ├── scala.concurrent.duration.Deadline.json │ ├── scala.concurrent.duration.DoubleMult.json │ ├── scala.concurrent.duration.Duration.Infinite.json │ ├── scala.concurrent.duration.Duration.json │ ├── scala.concurrent.duration.DurationConversions.Classifier.json │ ├── scala.concurrent.duration.DurationConversions.json │ ├── scala.concurrent.duration.DurationDouble.json │ ├── scala.concurrent.duration.DurationInt.json │ ├── scala.concurrent.duration.DurationLong.json │ ├── scala.concurrent.duration.FiniteDuration.json │ ├── scala.concurrent.duration.IntMult.json │ ├── scala.concurrent.duration.LongMult.json │ ├── scala.deprecated.json │ ├── scala.deprecatedInheritance.json │ ├── scala.deprecatedName.json │ ├── scala.deprecatedOverriding.json │ ├── scala.inline.json │ ├── scala.io.AnsiColor.json │ ├── scala.io.BufferedSource.BufferedLineIterator.json │ ├── scala.io.BufferedSource.json │ ├── scala.io.Codec.json │ ├── scala.io.LowPriorityCodecImplicits.json │ ├── scala.io.Source.LineIterator.json │ ├── scala.io.Source.Positioner.json │ ├── scala.io.Source.json │ ├── scala.jdk.Accumulator.AccumulatorFactoryShape.json │ ├── scala.jdk.Accumulator.LowPriorityAccumulatorFactoryShape.json │ ├── scala.jdk.Accumulator.json │ ├── scala.jdk.AnyAccumulator.SerializationProxy.json │ ├── scala.jdk.AnyAccumulator.json │ ├── scala.jdk.DoubleAccumulator.SerializationProxy.json │ ├── scala.jdk.DoubleAccumulator.json │ ├── scala.jdk.DurationConverters.JavaDurationOps.json │ ├── scala.jdk.DurationConverters.ScalaDurationOps.json │ ├── scala.jdk.FunctionWrappers.AsJavaBiConsumer.json │ ├── scala.jdk.FunctionWrappers.AsJavaBiFunction.json │ ├── scala.jdk.FunctionWrappers.AsJavaBiPredicate.json │ ├── scala.jdk.FunctionWrappers.AsJavaBinaryOperator.json │ ├── scala.jdk.FunctionWrappers.AsJavaBooleanSupplier.json │ ├── scala.jdk.FunctionWrappers.AsJavaConsumer.json │ ├── scala.jdk.FunctionWrappers.AsJavaDoubleBinaryOperator.json │ ├── scala.jdk.FunctionWrappers.AsJavaDoubleConsumer.json │ ├── scala.jdk.FunctionWrappers.AsJavaDoubleFunction.json │ ├── scala.jdk.FunctionWrappers.AsJavaDoublePredicate.json │ ├── scala.jdk.FunctionWrappers.AsJavaDoubleSupplier.json │ ├── scala.jdk.FunctionWrappers.AsJavaDoubleToIntFunction.json │ ├── scala.jdk.FunctionWrappers.AsJavaDoubleToLongFunction.json │ ├── scala.jdk.FunctionWrappers.AsJavaDoubleUnaryOperator.json │ ├── scala.jdk.FunctionWrappers.AsJavaFunction.json │ ├── scala.jdk.FunctionWrappers.AsJavaIntBinaryOperator.json │ ├── scala.jdk.FunctionWrappers.AsJavaIntConsumer.json │ ├── scala.jdk.FunctionWrappers.AsJavaIntFunction.json │ ├── scala.jdk.FunctionWrappers.AsJavaIntPredicate.json │ ├── scala.jdk.FunctionWrappers.AsJavaIntSupplier.json │ ├── scala.jdk.FunctionWrappers.AsJavaIntToDoubleFunction.json │ ├── scala.jdk.FunctionWrappers.AsJavaIntToLongFunction.json │ ├── scala.jdk.FunctionWrappers.AsJavaIntUnaryOperator.json │ ├── scala.jdk.FunctionWrappers.AsJavaLongBinaryOperator.json │ ├── scala.jdk.FunctionWrappers.AsJavaLongConsumer.json │ ├── scala.jdk.FunctionWrappers.AsJavaLongFunction.json │ ├── scala.jdk.FunctionWrappers.AsJavaLongPredicate.json │ ├── scala.jdk.FunctionWrappers.AsJavaLongSupplier.json │ ├── scala.jdk.FunctionWrappers.AsJavaLongToDoubleFunction.json │ ├── scala.jdk.FunctionWrappers.AsJavaLongToIntFunction.json │ ├── scala.jdk.FunctionWrappers.AsJavaLongUnaryOperator.json │ ├── scala.jdk.FunctionWrappers.AsJavaObjDoubleConsumer.json │ ├── scala.jdk.FunctionWrappers.AsJavaObjIntConsumer.json │ ├── scala.jdk.FunctionWrappers.AsJavaObjLongConsumer.json │ ├── scala.jdk.FunctionWrappers.AsJavaPredicate.json │ ├── scala.jdk.FunctionWrappers.AsJavaSupplier.json │ ├── scala.jdk.FunctionWrappers.AsJavaToDoubleBiFunction.json │ ├── scala.jdk.FunctionWrappers.AsJavaToDoubleFunction.json │ ├── scala.jdk.FunctionWrappers.AsJavaToIntBiFunction.json │ ├── scala.jdk.FunctionWrappers.AsJavaToIntFunction.json │ ├── scala.jdk.FunctionWrappers.AsJavaToLongBiFunction.json │ ├── scala.jdk.FunctionWrappers.AsJavaToLongFunction.json │ ├── scala.jdk.FunctionWrappers.AsJavaUnaryOperator.json │ ├── scala.jdk.FunctionWrappers.FromJavaBiConsumer.json │ ├── scala.jdk.FunctionWrappers.FromJavaBiFunction.json │ ├── scala.jdk.FunctionWrappers.FromJavaBiPredicate.json │ ├── scala.jdk.FunctionWrappers.FromJavaBinaryOperator.json │ ├── scala.jdk.FunctionWrappers.FromJavaBooleanSupplier.json │ ├── scala.jdk.FunctionWrappers.FromJavaConsumer.json │ ├── scala.jdk.FunctionWrappers.FromJavaDoubleBinaryOperator.json │ ├── scala.jdk.FunctionWrappers.FromJavaDoubleConsumer.json │ ├── scala.jdk.FunctionWrappers.FromJavaDoubleFunction.json │ ├── scala.jdk.FunctionWrappers.FromJavaDoublePredicate.json │ ├── scala.jdk.FunctionWrappers.FromJavaDoubleSupplier.json │ ├── scala.jdk.FunctionWrappers.FromJavaDoubleToIntFunction.json │ ├── scala.jdk.FunctionWrappers.FromJavaDoubleToLongFunction.json │ ├── scala.jdk.FunctionWrappers.FromJavaDoubleUnaryOperator.json │ ├── scala.jdk.FunctionWrappers.FromJavaFunction.json │ ├── scala.jdk.FunctionWrappers.FromJavaIntBinaryOperator.json │ ├── scala.jdk.FunctionWrappers.FromJavaIntConsumer.json │ ├── scala.jdk.FunctionWrappers.FromJavaIntFunction.json │ ├── scala.jdk.FunctionWrappers.FromJavaIntPredicate.json │ ├── scala.jdk.FunctionWrappers.FromJavaIntSupplier.json │ ├── scala.jdk.FunctionWrappers.FromJavaIntToDoubleFunction.json │ ├── scala.jdk.FunctionWrappers.FromJavaIntToLongFunction.json │ ├── scala.jdk.FunctionWrappers.FromJavaIntUnaryOperator.json │ ├── scala.jdk.FunctionWrappers.FromJavaLongBinaryOperator.json │ ├── scala.jdk.FunctionWrappers.FromJavaLongConsumer.json │ ├── scala.jdk.FunctionWrappers.FromJavaLongFunction.json │ ├── scala.jdk.FunctionWrappers.FromJavaLongPredicate.json │ ├── scala.jdk.FunctionWrappers.FromJavaLongSupplier.json │ ├── scala.jdk.FunctionWrappers.FromJavaLongToDoubleFunction.json │ ├── scala.jdk.FunctionWrappers.FromJavaLongToIntFunction.json │ ├── scala.jdk.FunctionWrappers.FromJavaLongUnaryOperator.json │ ├── scala.jdk.FunctionWrappers.FromJavaObjDoubleConsumer.json │ ├── scala.jdk.FunctionWrappers.FromJavaObjIntConsumer.json │ ├── scala.jdk.FunctionWrappers.FromJavaObjLongConsumer.json │ ├── scala.jdk.FunctionWrappers.FromJavaPredicate.json │ ├── scala.jdk.FunctionWrappers.FromJavaSupplier.json │ ├── scala.jdk.FunctionWrappers.FromJavaToDoubleBiFunction.json │ ├── scala.jdk.FunctionWrappers.FromJavaToDoubleFunction.json │ ├── scala.jdk.FunctionWrappers.FromJavaToIntBiFunction.json │ ├── scala.jdk.FunctionWrappers.FromJavaToIntFunction.json │ ├── scala.jdk.FunctionWrappers.FromJavaToLongBiFunction.json │ ├── scala.jdk.FunctionWrappers.FromJavaToLongFunction.json │ ├── scala.jdk.FunctionWrappers.FromJavaUnaryOperator.json │ ├── scala.jdk.FunctionWrappers.RichBiConsumerAsFunction2.json │ ├── scala.jdk.FunctionWrappers.RichBiFunctionAsFunction2.json │ ├── scala.jdk.FunctionWrappers.RichBiPredicateAsFunction2.json │ ├── scala.jdk.FunctionWrappers.RichBinaryOperatorAsFunction2.json │ ├── scala.jdk.FunctionWrappers.RichBooleanSupplierAsFunction0.json │ ├── scala.jdk.FunctionWrappers.RichConsumerAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichDoubleBinaryOperatorAsFunction2.json │ ├── scala.jdk.FunctionWrappers.RichDoubleConsumerAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichDoubleFunctionAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichDoublePredicateAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichDoubleSupplierAsFunction0.json │ ├── scala.jdk.FunctionWrappers.RichDoubleToIntFunctionAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichDoubleToLongFunctionAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichDoubleUnaryOperatorAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichFunction0AsBooleanSupplier.json │ ├── scala.jdk.FunctionWrappers.RichFunction0AsDoubleSupplier.json │ ├── scala.jdk.FunctionWrappers.RichFunction0AsIntSupplier.json │ ├── scala.jdk.FunctionWrappers.RichFunction0AsLongSupplier.json │ ├── scala.jdk.FunctionWrappers.RichFunction0AsSupplier.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsConsumer.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsDoubleConsumer.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsDoubleFunction.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsDoublePredicate.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsDoubleToIntFunction.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsDoubleToLongFunction.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsDoubleUnaryOperator.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsFunction.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsIntConsumer.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsIntFunction.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsIntPredicate.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsIntToDoubleFunction.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsIntToLongFunction.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsIntUnaryOperator.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsLongConsumer.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsLongFunction.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsLongPredicate.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsLongToDoubleFunction.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsLongToIntFunction.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsLongUnaryOperator.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsPredicate.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsToDoubleFunction.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsToIntFunction.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsToLongFunction.json │ ├── scala.jdk.FunctionWrappers.RichFunction1AsUnaryOperator.json │ ├── scala.jdk.FunctionWrappers.RichFunction2AsBiConsumer.json │ ├── scala.jdk.FunctionWrappers.RichFunction2AsBiFunction.json │ ├── scala.jdk.FunctionWrappers.RichFunction2AsBiPredicate.json │ ├── scala.jdk.FunctionWrappers.RichFunction2AsBinaryOperator.json │ ├── scala.jdk.FunctionWrappers.RichFunction2AsDoubleBinaryOperator.json │ ├── scala.jdk.FunctionWrappers.RichFunction2AsIntBinaryOperator.json │ ├── scala.jdk.FunctionWrappers.RichFunction2AsLongBinaryOperator.json │ ├── scala.jdk.FunctionWrappers.RichFunction2AsObjDoubleConsumer.json │ ├── scala.jdk.FunctionWrappers.RichFunction2AsObjIntConsumer.json │ ├── scala.jdk.FunctionWrappers.RichFunction2AsObjLongConsumer.json │ ├── scala.jdk.FunctionWrappers.RichFunction2AsToDoubleBiFunction.json │ ├── scala.jdk.FunctionWrappers.RichFunction2AsToIntBiFunction.json │ ├── scala.jdk.FunctionWrappers.RichFunction2AsToLongBiFunction.json │ ├── scala.jdk.FunctionWrappers.RichFunctionAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichIntBinaryOperatorAsFunction2.json │ ├── scala.jdk.FunctionWrappers.RichIntConsumerAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichIntFunctionAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichIntPredicateAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichIntSupplierAsFunction0.json │ ├── scala.jdk.FunctionWrappers.RichIntToDoubleFunctionAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichIntToLongFunctionAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichIntUnaryOperatorAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichLongBinaryOperatorAsFunction2.json │ ├── scala.jdk.FunctionWrappers.RichLongConsumerAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichLongFunctionAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichLongPredicateAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichLongSupplierAsFunction0.json │ ├── scala.jdk.FunctionWrappers.RichLongToDoubleFunctionAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichLongToIntFunctionAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichLongUnaryOperatorAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichObjDoubleConsumerAsFunction2.json │ ├── scala.jdk.FunctionWrappers.RichObjIntConsumerAsFunction2.json │ ├── scala.jdk.FunctionWrappers.RichObjLongConsumerAsFunction2.json │ ├── scala.jdk.FunctionWrappers.RichPredicateAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichSupplierAsFunction0.json │ ├── scala.jdk.FunctionWrappers.RichToDoubleBiFunctionAsFunction2.json │ ├── scala.jdk.FunctionWrappers.RichToDoubleFunctionAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichToIntBiFunctionAsFunction2.json │ ├── scala.jdk.FunctionWrappers.RichToIntFunctionAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichToLongBiFunctionAsFunction2.json │ ├── scala.jdk.FunctionWrappers.RichToLongFunctionAsFunction1.json │ ├── scala.jdk.FunctionWrappers.RichUnaryOperatorAsFunction1.json │ ├── scala.jdk.FutureConverters.CompletionStageOps.json │ ├── scala.jdk.FutureConverters.FutureOps.json │ ├── scala.jdk.IntAccumulator.SerializationProxy.json │ ├── scala.jdk.IntAccumulator.json │ ├── scala.jdk.LongAccumulator.SerializationProxy.json │ ├── scala.jdk.LongAccumulator.json │ ├── scala.jdk.OptionConverters.RichOption.json │ ├── scala.jdk.OptionConverters.RichOptional.json │ ├── scala.jdk.OptionConverters.RichOptionalDouble.json │ ├── scala.jdk.OptionConverters.RichOptionalInt.json │ ├── scala.jdk.OptionConverters.RichOptionalLong.json │ ├── scala.jdk.OptionShape.json │ ├── scala.jdk.Priority0FunctionExtensions.json │ ├── scala.jdk.Priority1FunctionExtensions.json │ ├── scala.jdk.Priority2FunctionExtensions.json │ ├── scala.jdk.Priority3FunctionExtensions.json │ ├── scala.languageFeature.dynamics.json │ ├── scala.languageFeature.existentials.json │ ├── scala.languageFeature.experimental.macros.json │ ├── scala.languageFeature.higherKinds.json │ ├── scala.languageFeature.implicitConversions.json │ ├── scala.languageFeature.postfixOps.json │ ├── scala.languageFeature.reflectiveCalls.json │ ├── scala.math.BigDecimal.json │ ├── scala.math.BigInt.json │ ├── scala.math.Equiv.Double.IeeeEquiv.json │ ├── scala.math.Equiv.Double.StrictEquiv.json │ ├── scala.math.Equiv.ExtraImplicits.json │ ├── scala.math.Equiv.Float.IeeeEquiv.json │ ├── scala.math.Equiv.Float.StrictEquiv.json │ ├── scala.math.Equiv.json │ ├── scala.math.Fractional.ExtraImplicits.json │ ├── scala.math.Fractional.FractionalOps.json │ ├── scala.math.Fractional.json │ ├── scala.math.Integral.ExtraImplicits.json │ ├── scala.math.Integral.IntegralOps.json │ ├── scala.math.Integral.json │ ├── scala.math.LowPriorityEquiv.json │ ├── scala.math.LowPriorityOrderingImplicits.json │ ├── scala.math.Numeric.BigDecimalAsIfIntegral.json │ ├── scala.math.Numeric.BigDecimalIsConflicted.json │ ├── scala.math.Numeric.BigDecimalIsFractional.json │ ├── scala.math.Numeric.BigIntIsIntegral.json │ ├── scala.math.Numeric.ByteIsIntegral.json │ ├── scala.math.Numeric.CharIsIntegral.json │ ├── scala.math.Numeric.DoubleIsFractional.json │ ├── scala.math.Numeric.ExtraImplicits.json │ ├── scala.math.Numeric.FloatIsFractional.json │ ├── scala.math.Numeric.IntIsIntegral.json │ ├── scala.math.Numeric.LongIsIntegral.json │ ├── scala.math.Numeric.NumericOps.json │ ├── scala.math.Numeric.ShortIsIntegral.json │ ├── scala.math.Numeric.json │ ├── scala.math.Ordered.json │ ├── scala.math.Ordering.BigDecimalOrdering.json │ ├── scala.math.Ordering.BigIntOrdering.json │ ├── scala.math.Ordering.BooleanOrdering.json │ ├── scala.math.Ordering.ByteOrdering.json │ ├── scala.math.Ordering.CachedReverse.json │ ├── scala.math.Ordering.CharOrdering.json │ ├── scala.math.Ordering.Double.IeeeOrdering.json │ ├── scala.math.Ordering.Double.TotalOrdering.json │ ├── scala.math.Ordering.ExtraImplicits.json │ ├── scala.math.Ordering.Float.IeeeOrdering.json │ ├── scala.math.Ordering.Float.TotalOrdering.json │ ├── scala.math.Ordering.IntOrdering.json │ ├── scala.math.Ordering.LongOrdering.json │ ├── scala.math.Ordering.OptionOrdering.json │ ├── scala.math.Ordering.OrderingOps.json │ ├── scala.math.Ordering.ShortOrdering.json │ ├── scala.math.Ordering.StringOrdering.json │ ├── scala.math.Ordering.SymbolOrdering.json │ ├── scala.math.Ordering.UnitOrdering.json │ ├── scala.math.Ordering.json │ ├── scala.math.PartialOrdering.json │ ├── scala.math.PartiallyOrdered.json │ ├── scala.math.ScalaNumericAnyConversions.json │ ├── scala.math.ScalaNumericConversions.json │ ├── scala.native.json │ ├── scala.noinline.json │ ├── scala.ref.PhantomReference.json │ ├── scala.ref.Reference.json │ ├── scala.ref.ReferenceQueue.json │ ├── scala.ref.ReferenceWrapper.json │ ├── scala.ref.SoftReference.json │ ├── scala.ref.WeakReference.json │ ├── scala.reflect.AnyValManifest.json │ ├── scala.reflect.ClassManifestDeprecatedApis.json │ ├── scala.reflect.ClassTag.json │ ├── scala.reflect.Manifest.json │ ├── scala.reflect.OptManifest.json │ ├── scala.specialized.json │ ├── scala.sys.BooleanProp.json │ ├── scala.sys.Prop.Creator.json │ ├── scala.sys.Prop.json │ ├── scala.sys.ShutdownHookThread.json │ ├── scala.sys.SystemProperties.json │ ├── scala.sys.process.FileProcessLogger.json │ ├── scala.sys.process.Process.json │ ├── scala.sys.process.ProcessBuilder.FileBuilder.json │ ├── scala.sys.process.ProcessBuilder.Sink.json │ ├── scala.sys.process.ProcessBuilder.Source.json │ ├── scala.sys.process.ProcessBuilder.URLBuilder.json │ ├── scala.sys.process.ProcessBuilder.json │ ├── scala.sys.process.ProcessCreation.json │ ├── scala.sys.process.ProcessIO.json │ ├── scala.sys.process.ProcessImplicits.json │ ├── scala.sys.process.ProcessLogger.json │ ├── scala.throws.json │ ├── scala.transient.json │ ├── scala.unchecked.json │ ├── scala.util.ChainingOps.json │ ├── scala.util.ChainingSyntax.json │ ├── scala.util.DynamicVariable.json │ ├── scala.util.Either.LeftProjection.json │ ├── scala.util.Either.MergeableEither.json │ ├── scala.util.Either.RightProjection.json │ ├── scala.util.Either.json │ ├── scala.util.Failure.json │ ├── scala.util.Left.json │ ├── scala.util.Random.json │ ├── scala.util.Right.json │ ├── scala.util.Success.json │ ├── scala.util.Try.WithFilter.json │ ├── scala.util.Try.json │ ├── scala.util.Using.Manager.json │ ├── scala.util.Using.Releasable.json │ ├── scala.util.control.Breaks.TryBlock.json │ ├── scala.util.control.Breaks.json │ ├── scala.util.control.ControlThrowable.json │ ├── scala.util.control.Exception.By.json │ ├── scala.util.control.Exception.Catch.json │ ├── scala.util.control.Exception.Described.json │ ├── scala.util.control.Exception.Finally.json │ ├── scala.util.control.NoStackTrace.json │ ├── scala.util.control.TailCalls.Call.json │ ├── scala.util.control.TailCalls.Cont.json │ ├── scala.util.control.TailCalls.Done.json │ ├── scala.util.control.TailCalls.TailRec.json │ ├── scala.util.hashing.ByteswapHashing.json │ ├── scala.util.hashing.Hashing.Default.json │ ├── scala.util.hashing.Hashing.json │ ├── scala.util.hashing.MurmurHash3.ArrayHashing.json │ ├── scala.util.matching.Regex.Match.json │ ├── scala.util.matching.Regex.MatchData.json │ ├── scala.util.matching.Regex.MatchIterator.json │ ├── scala.util.matching.Regex.json │ ├── scala.util.matching.UnanchoredRegex.json │ └── scala.volatile.json ├── extras ├── java-inner-class │ └── src │ │ └── mypkg │ │ ├── Bar.java │ │ └── Foo.java ├── kotlin-docs-dokka │ ├── build.gradle.kts │ ├── gradle │ │ └── wrapper │ │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ ├── settings.gradle.kts │ └── src │ │ └── main │ │ └── kotlin │ │ └── kotlin │ │ └── collections │ │ └── kotlin.collections.kt └── kotlin-inner-class │ ├── build.gradle.kts │ ├── gradle │ └── wrapper │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ ├── settings.gradle.kts │ └── src │ └── main │ └── kotlin │ └── mypkg │ └── mypkg.main.kt ├── pylintrc ├── pyproject.toml ├── reported ├── bugs.json ├── fetch_groovy_bugs.py ├── fetch_java_bugs.py ├── fetch_kotlin_bugs.py ├── fetch_scala_bugs.py ├── schema.json ├── stats.py └── supported_features.json ├── src ├── __init__.py ├── analysis │ ├── __init__.py │ ├── call_analysis.py │ ├── type_dependency_analysis.py │ └── use_analysis.py ├── args.py ├── compilers │ ├── __init__.py │ ├── base.py │ ├── groovy.py │ ├── java.py │ ├── kotlin.py │ └── scala.py ├── config.py ├── generators │ ├── __init__.py │ ├── api │ │ ├── __init__.py │ │ ├── api_generator.py │ │ ├── api_graph.py │ │ ├── builder.py │ │ ├── fault_injection.py │ │ ├── matcher.py │ │ ├── nodes.py │ │ ├── type_erasure.py │ │ ├── type_parsers.py │ │ └── utils.py │ ├── generator.py │ ├── generators.py │ └── utils.py ├── graph_utils.py ├── ir │ ├── __init__.py │ ├── ast.py │ ├── builtins.py │ ├── context.py │ ├── groovy_types.py │ ├── java_types.py │ ├── keywords.py │ ├── kotlin_types.py │ ├── node.py │ ├── scala_types.py │ ├── type_utils.py │ ├── types.py │ └── visitors.py ├── modules │ ├── __init__.py │ ├── logging.py │ └── processor.py ├── resources │ ├── __init__.py │ ├── groovy_keywords │ ├── scala_keywords │ └── words ├── transformations │ ├── __init__.py │ ├── base.py │ ├── type_erasure.py │ └── type_overwriting.py ├── translators │ ├── __init__.py │ ├── base.py │ ├── groovy.py │ ├── java.py │ ├── kotlin.py │ └── scala.py └── utils.py ├── tests ├── __init__.py ├── resources │ ├── __init__.py │ ├── program1.py │ ├── program10.py │ ├── program11.py │ ├── program12.py │ ├── program2.py │ ├── program3.py │ ├── program4.py │ ├── program5.py │ ├── program6.py │ ├── program7.py │ ├── program8.py │ ├── program9.py │ ├── translators │ │ ├── __init__.py │ │ ├── groovy │ │ │ └── program4.py │ │ ├── program1.groovy │ │ ├── program1.java │ │ ├── program1.py │ │ ├── program2.groovy │ │ ├── program2.java │ │ ├── program2.py │ │ ├── program3.groovy │ │ ├── program3.java │ │ ├── program3.py │ │ ├── program4.groovy │ │ ├── program4.java │ │ ├── program4.py │ │ ├── program5.java │ │ ├── program5.py │ │ ├── program6.java │ │ └── program6.py │ └── type_analysis_programs.py ├── test_api_graph.py ├── test_api_graph_subtyping.py ├── test_api_graph_utils.py ├── test_call_analysis.py ├── test_graph_utils.py ├── test_ir.py ├── test_matcher.py ├── test_parse_type.py ├── test_translators.py ├── test_type_dependency_analysis.py ├── test_type_utils.py ├── test_types.py └── test_use_analysis.py └── thalia.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/README.md -------------------------------------------------------------------------------- /deployment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/deployment/README.md -------------------------------------------------------------------------------- /deployment/api-statistics.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/deployment/api-statistics.sh -------------------------------------------------------------------------------- /deployment/create-api-rules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/deployment/create-api-rules.py -------------------------------------------------------------------------------- /deployment/hephaestus-run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/deployment/hephaestus-run.sh -------------------------------------------------------------------------------- /deployment/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/deployment/run.sh -------------------------------------------------------------------------------- /deployment/setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/deployment/setup.sh -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/api-rules.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/api-rules.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.cli.TypedOption.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.cli.TypedOption.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.grape.Grape.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.grape.Grape.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.Binding.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.Binding.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.Buildable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.Buildable.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.Closure.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.Closure.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.EmptyRange.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.EmptyRange.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.GString.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.GString.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.IntRange.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.IntRange.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.MetaClass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.MetaClass.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.MetaMethod.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.MetaMethod.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.NamedValue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.NamedValue.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.Range.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.Range.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.Reference.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.Reference.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.Script.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.Script.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.Sequence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.Sequence.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.SpreadMap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.SpreadMap.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.Tuple.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.Tuple.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.Tuple0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.Tuple0.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.Tuple1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.Tuple1.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.Tuple2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.Tuple2.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.Tuple3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.Tuple3.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.Tuple4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.Tuple4.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.Tuple5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.Tuple5.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.lang.Writable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.lang.Writable.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.namespace.QName.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.namespace.QName.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.time.Duration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.time.Duration.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.ui.GroovyMain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.ui.GroovyMain.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.util.Eval.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.util.Eval.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.util.Expando.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.util.Expando.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.util.Factory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.util.Factory.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.util.MapEntry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.util.MapEntry.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.util.Node.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.util.Node.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.util.NodeList.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.util.NodeList.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.util.OrderBy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.util.OrderBy.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/groovy.util.Proxy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/groovy.util.Proxy.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.BufferedReader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.BufferedReader.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.BufferedWriter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.BufferedWriter.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.Closeable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.Closeable.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.Console.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.Console.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.DataInput.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.DataInput.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.DataOutput.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.DataOutput.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.EOFException.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.EOFException.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.Externalizable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.Externalizable.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.File.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.File.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.FileDescriptor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.FileDescriptor.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.FileFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.FileFilter.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.FilePermission.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.FilePermission.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.FileReader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.FileReader.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.FileWriter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.FileWriter.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.FilenameFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.FilenameFilter.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.FilterReader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.FilterReader.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.FilterWriter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.FilterWriter.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.Flushable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.Flushable.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.IOError.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.IOError.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.IOException.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.IOException.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.InputStream.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.InputStream.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.ObjectInput.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.ObjectInput.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.ObjectOutput.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.ObjectOutput.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.OutputStream.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.OutputStream.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.PipedReader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.PipedReader.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.PipedWriter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.PipedWriter.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.PrintStream.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.PrintStream.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.PrintWriter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.PrintWriter.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.PushbackReader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.PushbackReader.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.Reader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.Reader.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.Serializable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.Serializable.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.StringReader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.StringReader.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.StringWriter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.StringWriter.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.io.Writer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.io.Writer.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Appendable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Appendable.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Boolean.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Boolean.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Byte.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Byte.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.CharSequence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.CharSequence.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Character.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Character.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Class.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Class.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.ClassLoader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.ClassLoader.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.ClassValue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.ClassValue.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Cloneable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Cloneable.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Comparable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Comparable.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Compiler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Compiler.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Double.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Double.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Error.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Error.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Exception.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Exception.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Float.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Float.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Integer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Integer.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Iterable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Iterable.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.LinkageError.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.LinkageError.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Long.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Long.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Math.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Math.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Module.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Module.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.ModuleLayer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.ModuleLayer.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Number.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Object.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Object.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Package.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Process.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Process.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Readable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Readable.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Runnable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Runnable.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Runtime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Runtime.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Short.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Short.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.StackWalker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.StackWalker.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.StrictMath.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.StrictMath.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.String.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.String.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.StringBuffer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.StringBuffer.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.System.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.System.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Thread.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Thread.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.ThreadDeath.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.ThreadDeath.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.ThreadGroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.ThreadGroup.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.ThreadLocal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.ThreadLocal.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Throwable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Throwable.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.UnknownError.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.UnknownError.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.VerifyError.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.VerifyError.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.Void.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.Void.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.ref.Cleaner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.ref.Cleaner.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.lang.reflect.Type.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.lang.reflect.Type.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.math.BigDecimal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.math.BigDecimal.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.math.BigInteger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.math.BigInteger.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.math.MathContext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.math.MathContext.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.net.Authenticator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.net.Authenticator.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.net.BindException.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.net.BindException.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.net.CacheRequest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.net.CacheRequest.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.net.CacheResponse.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.net.CacheResponse.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.net.CookieHandler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.net.CookieHandler.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.net.CookieManager.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.net.CookieManager.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.net.CookiePolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.net.CookiePolicy.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.net.CookieStore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.net.CookieStore.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.net.FileNameMap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.net.FileNameMap.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.net.HttpCookie.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.net.HttpCookie.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.net.IDN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.net.IDN.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.net.Inet4Address.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.net.Inet4Address.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.net.Proxy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.net.Proxy.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.net.Socket.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.net.Socket.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.net.SocketImpl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.net.SocketImpl.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.net.URI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.net.URI.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.net.URL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.net.URL.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.net.URLDecoder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.net.URLDecoder.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.net.URLEncoder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.net.URLEncoder.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.nio.Buffer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.nio.Buffer.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.nio.ByteBuffer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.nio.ByteBuffer.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.nio.ByteOrder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.nio.ByteOrder.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.nio.CharBuffer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.nio.CharBuffer.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.nio.IntBuffer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.nio.IntBuffer.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.nio.LongBuffer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.nio.LongBuffer.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.nio.file.Files.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.nio.file.Files.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.nio.file.Path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.nio.file.Path.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.nio.file.Paths.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.nio.file.Paths.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.security.Guard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.security.Guard.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.security.Key.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.security.Key.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.text.Bidi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.text.Bidi.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.text.Collator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.text.Collator.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.text.Format.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.text.Format.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.time.Clock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.time.Clock.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.time.Duration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.time.Duration.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.time.Instant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.time.Instant.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.time.LocalDate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.time.LocalDate.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.time.LocalTime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.time.LocalTime.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.time.MonthDay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.time.MonthDay.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.time.Period.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.time.Period.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.time.Year.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.time.Year.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.time.YearMonth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.time.YearMonth.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.time.ZoneId.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.time.ZoneId.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.ArrayList.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.ArrayList.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Arrays.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Arrays.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Base64.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Base64.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.BitSet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.BitSet.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Calendar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Calendar.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Currency.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Date.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Date.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Deque.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Deque.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Formatter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Formatter.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.HashMap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.HashMap.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.HashSet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.HashSet.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Hashtable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Hashtable.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Iterator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Iterator.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.List.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.List.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Locale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Locale.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Map.Entry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Map.Entry.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Map.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Map.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Objects.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Objects.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Observer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Observer.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Optional.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Optional.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Queue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Queue.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Random.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Random.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Scanner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Scanner.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Set.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Set.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.SortedMap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.SortedMap.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.SortedSet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.SortedSet.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Stack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Stack.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.TimeZone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.TimeZone.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Timer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Timer.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.TimerTask.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.TimerTask.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.TreeMap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.TreeMap.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.TreeSet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.TreeSet.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.UUID.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.UUID.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.Vector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.Vector.json -------------------------------------------------------------------------------- /example-apis/groovy-stdlib/json-docs/java.util.zip.CRC32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/groovy-stdlib/json-docs/java.util.zip.CRC32.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/api-rules.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/api-rules.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.Closeable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.Closeable.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.Console.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.Console.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.DataInput.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.DataInput.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.DataOutput.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.DataOutput.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.EOFException.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.EOFException.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.File.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.File.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.FileFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.FileFilter.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.FileReader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.FileReader.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.FileWriter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.FileWriter.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.FilterReader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.FilterReader.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.FilterWriter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.FilterWriter.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.Flushable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.Flushable.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.IOError.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.IOError.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.IOException.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.IOException.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.InputStream.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.InputStream.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.ObjectInput.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.ObjectInput.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.ObjectOutput.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.ObjectOutput.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.OutputStream.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.OutputStream.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.PipedReader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.PipedReader.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.PipedWriter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.PipedWriter.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.PrintStream.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.PrintStream.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.PrintWriter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.PrintWriter.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.Reader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.Reader.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.Serializable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.Serializable.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.StringReader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.StringReader.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.StringWriter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.StringWriter.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.io.Writer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.io.Writer.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Appendable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Appendable.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Boolean.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Boolean.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Byte.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Byte.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Character.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Character.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Class.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Class.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.ClassLoader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.ClassLoader.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.ClassValue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.ClassValue.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Cloneable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Cloneable.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Comparable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Comparable.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Compiler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Compiler.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Double.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Double.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Error.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Error.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Exception.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Exception.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Float.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Float.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Integer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Integer.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Iterable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Iterable.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Long.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Long.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Math.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Math.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Module.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Module.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.ModuleLayer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.ModuleLayer.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Number.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Object.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Object.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Package.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Process.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Process.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Readable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Readable.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Runnable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Runnable.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Runtime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Runtime.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Short.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Short.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.StackWalker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.StackWalker.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.StrictMath.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.StrictMath.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.String.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.String.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.System.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.System.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Thread.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Thread.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.ThreadDeath.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.ThreadDeath.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.ThreadGroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.ThreadGroup.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.ThreadLocal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.ThreadLocal.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Throwable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Throwable.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.VerifyError.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.VerifyError.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.Void.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.Void.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.lang.ref.Cleaner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.lang.ref.Cleaner.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.math.BigDecimal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.math.BigDecimal.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.math.BigInteger.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.math.BigInteger.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.math.MathContext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.math.MathContext.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.net.CacheRequest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.net.CacheRequest.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.net.CookiePolicy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.net.CookiePolicy.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.net.CookieStore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.net.CookieStore.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.net.FileNameMap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.net.FileNameMap.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.net.HttpCookie.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.net.HttpCookie.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.net.IDN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.net.IDN.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.net.Inet4Address.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.net.Inet4Address.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.net.Inet6Address.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.net.Inet6Address.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.net.InetAddress.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.net.InetAddress.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.net.Proxy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.net.Proxy.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.net.ServerSocket.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.net.ServerSocket.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.net.Socket.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.net.Socket.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.net.SocketImpl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.net.SocketImpl.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.net.SocketOption.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.net.SocketOption.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.net.URI.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.net.URI.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.net.URL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.net.URL.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.net.URLDecoder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.net.URLDecoder.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.net.URLEncoder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.net.URLEncoder.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.nio.Buffer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.nio.Buffer.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.nio.ByteBuffer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.nio.ByteBuffer.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.nio.ByteOrder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.nio.ByteOrder.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.nio.CharBuffer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.nio.CharBuffer.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.nio.DoubleBuffer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.nio.DoubleBuffer.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.nio.FloatBuffer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.nio.FloatBuffer.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.nio.IntBuffer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.nio.IntBuffer.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.nio.LongBuffer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.nio.LongBuffer.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.nio.ShortBuffer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.nio.ShortBuffer.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.nio.file.Files.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.nio.file.Files.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.nio.file.Path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.nio.file.Path.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.nio.file.Paths.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.nio.file.Paths.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.security.Guard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.security.Guard.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.security.Key.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.security.Key.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.security.KeyPair.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.security.KeyPair.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.security.KeyRep.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.security.KeyRep.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.security.Policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.security.Policy.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.security.Signer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.security.Signer.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.security.acl.Acl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.security.acl.Acl.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.text.Annotation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.text.Annotation.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.text.Bidi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.text.Bidi.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.text.Collator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.text.Collator.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.text.DateFormat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.text.DateFormat.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.text.Format.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.text.Format.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.text.Normalizer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.text.Normalizer.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.time.Clock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.time.Clock.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.time.Duration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.time.Duration.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.time.Instant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.time.Instant.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.time.LocalDate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.time.LocalDate.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.time.LocalTime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.time.LocalTime.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.time.MonthDay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.time.MonthDay.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.time.OffsetTime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.time.OffsetTime.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.time.Period.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.time.Period.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.time.Year.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.time.Year.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.time.YearMonth.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.time.YearMonth.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.time.ZoneId.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.time.ZoneId.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.time.ZoneOffset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.time.ZoneOffset.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.time.chrono.Era.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.time.chrono.Era.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.AbstractMap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.AbstractMap.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.AbstractSet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.AbstractSet.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.ArrayDeque.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.ArrayDeque.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.ArrayList.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.ArrayList.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Arrays.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Arrays.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Base64.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Base64.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.BitSet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.BitSet.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Calendar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Calendar.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Collection.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Collection.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Collections.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Collections.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Comparator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Comparator.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Currency.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Currency.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Date.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Date.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Deque.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Deque.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Dictionary.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Dictionary.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Enumeration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Enumeration.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.EventObject.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.EventObject.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Formattable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Formattable.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Formatter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Formatter.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.HashMap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.HashMap.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.HashSet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.HashSet.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Hashtable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Hashtable.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Iterator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Iterator.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.LinkedList.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.LinkedList.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.List.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.List.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Locale.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Locale.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Map.Entry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Map.Entry.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Map.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Map.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Objects.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Objects.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Observable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Observable.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Observer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Observer.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Optional.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Optional.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.OptionalInt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.OptionalInt.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Properties.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Queue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Queue.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Random.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Random.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Scanner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Scanner.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Set.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Set.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.SortedMap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.SortedMap.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.SortedSet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.SortedSet.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Spliterator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Spliterator.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Stack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Stack.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.TimeZone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.TimeZone.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Timer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Timer.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.TimerTask.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.TimerTask.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.TreeMap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.TreeMap.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.TreeSet.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.TreeSet.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.UUID.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.UUID.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.Vector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.Vector.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.WeakHashMap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.WeakHashMap.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.jar.JarFile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.jar.JarFile.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.jar.Pack200.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.jar.Pack200.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.zip.Adler32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.zip.Adler32.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.zip.CRC32.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.zip.CRC32.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.zip.CRC32C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.zip.CRC32C.json -------------------------------------------------------------------------------- /example-apis/java-stdlib/json-docs/java.util.zip.ZipFile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/java-stdlib/json-docs/java.util.zip.ZipFile.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/api-rules.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/api-rules.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/java.io.Console.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/java.io.Console.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/java.io.File.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/java.io.File.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/java.io.IOError.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/java.io.IOError.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/java.io.Reader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/java.io.Reader.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/java.io.Writer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/java.io.Writer.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/java.lang.Class.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/java.lang.Class.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/java.lang.Error.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/java.lang.Error.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/java.lang.Math.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/java.lang.Math.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/java.lang.Void.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/java.lang.Void.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Any.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Any.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Array.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Boolean.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Boolean.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Byte.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Byte.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Char.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Char.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Double.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Double.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Enum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Enum.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Float.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Float.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Function.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Int.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Int.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.IntArray.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.IntArray.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Long.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Long.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Number.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Short.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Short.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.String.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.String.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Unit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.Unit.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.io.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.io.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.io.path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.io.path.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.math.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.math.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.random.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.random.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.reflect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.reflect.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.streams.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.streams.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.system.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.system.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.text.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.text.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib-jvm/json-docs/kotlin.time.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib-jvm/json-docs/kotlin.time.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/api-rules.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/api-rules.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Annotation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Annotation.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Any.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Any.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Array.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Boolean.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Boolean.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.BooleanArray.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.BooleanArray.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Byte.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Byte.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.ByteArray.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.ByteArray.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Char.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Char.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.CharArray.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.CharArray.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.CharSequence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.CharSequence.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Comparable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Comparable.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Comparator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Comparator.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Double.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Double.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.DoubleArray.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.DoubleArray.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Enum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Enum.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Error.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Error.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Exception.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Exception.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Float.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Float.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.FloatArray.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.FloatArray.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Function.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Function.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Int.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Int.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.IntArray.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.IntArray.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Lazy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Lazy.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Long.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Long.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.LongArray.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.LongArray.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Number.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Number.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Pair.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Pair.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Result.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Result.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Short.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Short.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.ShortArray.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.ShortArray.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.String.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.String.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Throwable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Throwable.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Triple.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Triple.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.UByte.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.UByte.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.UByteArray.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.UByteArray.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.UInt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.UInt.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.UIntArray.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.UIntArray.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.ULong.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.ULong.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.ULongArray.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.ULongArray.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.UShort.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.UShort.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.UShortArray.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.UShortArray.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.Unit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.Unit.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.collections.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.collections.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.comparisons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.comparisons.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.concurrent.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.concurrent.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.contracts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.contracts.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.coroutines.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.coroutines.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.io.encoding.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.io.encoding.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.io.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.io.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.io.path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.io.path.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.jvm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.jvm.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.math.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.math.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.properties.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.random.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.random.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.ranges.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.ranges.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.reflect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.reflect.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.sequences.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.sequences.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.streams.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.streams.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.system.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.system.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.text.Regex.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.text.Regex.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.text.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.text.json -------------------------------------------------------------------------------- /example-apis/kotlin-stdlib/json-docs/kotlin.time.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/kotlin-stdlib/json-docs/kotlin.time.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/api-rules.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/api-rules.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.Closeable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.Closeable.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.Console.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.Console.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.DataInput.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.DataInput.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.DataOutput.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.DataOutput.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.EOFException.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.EOFException.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.File.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.File.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.FileFilter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.FileFilter.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.FileReader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.FileReader.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.FileWriter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.FileWriter.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.FilterReader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.FilterReader.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.FilterWriter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.FilterWriter.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.Flushable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.Flushable.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.IOError.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.IOError.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.IOException.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.IOException.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.InputStream.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.InputStream.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.ObjectInput.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.ObjectInput.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.ObjectOutput.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.ObjectOutput.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.OutputStream.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.OutputStream.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.PipedReader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.PipedReader.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.PipedWriter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.PipedWriter.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.PrintStream.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.PrintStream.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.PrintWriter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.PrintWriter.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.Reader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.Reader.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.Serializable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.Serializable.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.StringReader.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.StringReader.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.StringWriter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.StringWriter.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/java.io.Writer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/java.io.Writer.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.<:<.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.<:<.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.=:=.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.=:=.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Any.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Any.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.AnyRef.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.AnyRef.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.AnyVal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.AnyVal.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.App.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.App.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Array.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Array.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Boolean.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Boolean.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Byte.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Byte.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Char.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Char.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.DelayedInit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.DelayedInit.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Double.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Double.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.DummyImplicit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.DummyImplicit.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Dynamic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Dynamic.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Enumeration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Enumeration.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Equals.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Equals.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Float.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Float.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Function0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Function0.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Function1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Function1.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Function2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Function2.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Function3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Function3.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Function4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Function4.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Int.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Int.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Long.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Long.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.MatchError.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.MatchError.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Nothing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Nothing.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Null.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Null.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Option.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Option.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Product.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Product.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Product1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Product1.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Product2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Product2.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Product3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Product3.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Product4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Product4.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Proxy.Typed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Proxy.Typed.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Proxy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Proxy.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Short.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Short.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Singleton.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Singleton.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Some.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Some.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Specializable.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Specializable.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.StringContext.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.StringContext.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Symbol.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Symbol.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Tuple1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Tuple1.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Tuple2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Tuple2.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Tuple3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Tuple3.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Tuple4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Tuple4.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.Unit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.Unit.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.ValueOf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.ValueOf.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.collection.Seq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.collection.Seq.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.deprecated.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.deprecated.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.deprecatedName.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.deprecatedName.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.inline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.inline.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.io.AnsiColor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.io.AnsiColor.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.io.Codec.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.io.Codec.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.io.Source.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.io.Source.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.math.BigInt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.math.BigInt.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.math.Equiv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.math.Equiv.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.math.Integral.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.math.Integral.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.math.Numeric.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.math.Numeric.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.math.Ordered.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.math.Ordered.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.math.Ordering.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.math.Ordering.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.native.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.native.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.noinline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.noinline.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.ref.Reference.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.ref.Reference.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.specialized.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.specialized.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.sys.Prop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.sys.Prop.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.throws.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.throws.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.transient.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.transient.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.unchecked.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.unchecked.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.util.Either.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.util.Either.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.util.Failure.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.util.Failure.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.util.Left.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.util.Left.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.util.Random.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.util.Random.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.util.Right.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.util.Right.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.util.Success.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.util.Success.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.util.Try.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.util.Try.json -------------------------------------------------------------------------------- /example-apis/scala-stdlib/json-docs/scala.volatile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/example-apis/scala-stdlib/json-docs/scala.volatile.json -------------------------------------------------------------------------------- /extras/java-inner-class/src/mypkg/Bar.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/extras/java-inner-class/src/mypkg/Bar.java -------------------------------------------------------------------------------- /extras/java-inner-class/src/mypkg/Foo.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/extras/java-inner-class/src/mypkg/Foo.java -------------------------------------------------------------------------------- /extras/kotlin-docs-dokka/build.gradle.kts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/extras/kotlin-docs-dokka/build.gradle.kts -------------------------------------------------------------------------------- /extras/kotlin-docs-dokka/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/extras/kotlin-docs-dokka/gradlew -------------------------------------------------------------------------------- /extras/kotlin-docs-dokka/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/extras/kotlin-docs-dokka/gradlew.bat -------------------------------------------------------------------------------- /extras/kotlin-docs-dokka/settings.gradle.kts: -------------------------------------------------------------------------------- 1 | rootProject.name = "kotlin-docs" 2 | -------------------------------------------------------------------------------- /extras/kotlin-inner-class/build.gradle.kts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/extras/kotlin-inner-class/build.gradle.kts -------------------------------------------------------------------------------- /extras/kotlin-inner-class/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/extras/kotlin-inner-class/gradlew -------------------------------------------------------------------------------- /extras/kotlin-inner-class/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/extras/kotlin-inner-class/gradlew.bat -------------------------------------------------------------------------------- /extras/kotlin-inner-class/settings.gradle.kts: -------------------------------------------------------------------------------- 1 | rootProject.name = "inner-class" 2 | -------------------------------------------------------------------------------- /extras/kotlin-inner-class/src/main/kotlin/mypkg/mypkg.main.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/extras/kotlin-inner-class/src/main/kotlin/mypkg/mypkg.main.kt -------------------------------------------------------------------------------- /pylintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/pylintrc -------------------------------------------------------------------------------- /pyproject.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/pyproject.toml -------------------------------------------------------------------------------- /reported/bugs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/reported/bugs.json -------------------------------------------------------------------------------- /reported/fetch_groovy_bugs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/reported/fetch_groovy_bugs.py -------------------------------------------------------------------------------- /reported/fetch_java_bugs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/reported/fetch_java_bugs.py -------------------------------------------------------------------------------- /reported/fetch_kotlin_bugs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/reported/fetch_kotlin_bugs.py -------------------------------------------------------------------------------- /reported/fetch_scala_bugs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/reported/fetch_scala_bugs.py -------------------------------------------------------------------------------- /reported/schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/reported/schema.json -------------------------------------------------------------------------------- /reported/stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/reported/stats.py -------------------------------------------------------------------------------- /reported/supported_features.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/reported/supported_features.json -------------------------------------------------------------------------------- /src/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/analysis/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/analysis/call_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/analysis/call_analysis.py -------------------------------------------------------------------------------- /src/analysis/type_dependency_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/analysis/type_dependency_analysis.py -------------------------------------------------------------------------------- /src/analysis/use_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/analysis/use_analysis.py -------------------------------------------------------------------------------- /src/args.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/args.py -------------------------------------------------------------------------------- /src/compilers/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/compilers/__init__.py -------------------------------------------------------------------------------- /src/compilers/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/compilers/base.py -------------------------------------------------------------------------------- /src/compilers/groovy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/compilers/groovy.py -------------------------------------------------------------------------------- /src/compilers/java.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/compilers/java.py -------------------------------------------------------------------------------- /src/compilers/kotlin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/compilers/kotlin.py -------------------------------------------------------------------------------- /src/compilers/scala.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/compilers/scala.py -------------------------------------------------------------------------------- /src/config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/config.py -------------------------------------------------------------------------------- /src/generators/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/generators/__init__.py -------------------------------------------------------------------------------- /src/generators/api/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/generators/api/__init__.py -------------------------------------------------------------------------------- /src/generators/api/api_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/generators/api/api_generator.py -------------------------------------------------------------------------------- /src/generators/api/api_graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/generators/api/api_graph.py -------------------------------------------------------------------------------- /src/generators/api/builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/generators/api/builder.py -------------------------------------------------------------------------------- /src/generators/api/fault_injection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/generators/api/fault_injection.py -------------------------------------------------------------------------------- /src/generators/api/matcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/generators/api/matcher.py -------------------------------------------------------------------------------- /src/generators/api/nodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/generators/api/nodes.py -------------------------------------------------------------------------------- /src/generators/api/type_erasure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/generators/api/type_erasure.py -------------------------------------------------------------------------------- /src/generators/api/type_parsers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/generators/api/type_parsers.py -------------------------------------------------------------------------------- /src/generators/api/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/generators/api/utils.py -------------------------------------------------------------------------------- /src/generators/generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/generators/generator.py -------------------------------------------------------------------------------- /src/generators/generators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/generators/generators.py -------------------------------------------------------------------------------- /src/generators/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/generators/utils.py -------------------------------------------------------------------------------- /src/graph_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/graph_utils.py -------------------------------------------------------------------------------- /src/ir/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/ir/__init__.py -------------------------------------------------------------------------------- /src/ir/ast.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/ir/ast.py -------------------------------------------------------------------------------- /src/ir/builtins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/ir/builtins.py -------------------------------------------------------------------------------- /src/ir/context.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/ir/context.py -------------------------------------------------------------------------------- /src/ir/groovy_types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/ir/groovy_types.py -------------------------------------------------------------------------------- /src/ir/java_types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/ir/java_types.py -------------------------------------------------------------------------------- /src/ir/keywords.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/ir/keywords.py -------------------------------------------------------------------------------- /src/ir/kotlin_types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/ir/kotlin_types.py -------------------------------------------------------------------------------- /src/ir/node.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/ir/node.py -------------------------------------------------------------------------------- /src/ir/scala_types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/ir/scala_types.py -------------------------------------------------------------------------------- /src/ir/type_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/ir/type_utils.py -------------------------------------------------------------------------------- /src/ir/types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/ir/types.py -------------------------------------------------------------------------------- /src/ir/visitors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/ir/visitors.py -------------------------------------------------------------------------------- /src/modules/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/modules/logging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/modules/logging.py -------------------------------------------------------------------------------- /src/modules/processor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/modules/processor.py -------------------------------------------------------------------------------- /src/resources/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/resources/groovy_keywords: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/resources/groovy_keywords -------------------------------------------------------------------------------- /src/resources/scala_keywords: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/resources/scala_keywords -------------------------------------------------------------------------------- /src/resources/words: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/resources/words -------------------------------------------------------------------------------- /src/transformations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/transformations/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/transformations/base.py -------------------------------------------------------------------------------- /src/transformations/type_erasure.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/transformations/type_erasure.py -------------------------------------------------------------------------------- /src/transformations/type_overwriting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/transformations/type_overwriting.py -------------------------------------------------------------------------------- /src/translators/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/translators/__init__.py -------------------------------------------------------------------------------- /src/translators/base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/translators/base.py -------------------------------------------------------------------------------- /src/translators/groovy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/translators/groovy.py -------------------------------------------------------------------------------- /src/translators/java.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/translators/java.py -------------------------------------------------------------------------------- /src/translators/kotlin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/translators/kotlin.py -------------------------------------------------------------------------------- /src/translators/scala.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/translators/scala.py -------------------------------------------------------------------------------- /src/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/src/utils.py -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/resources/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/resources/program1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/program1.py -------------------------------------------------------------------------------- /tests/resources/program10.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/program10.py -------------------------------------------------------------------------------- /tests/resources/program11.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/program11.py -------------------------------------------------------------------------------- /tests/resources/program12.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/program12.py -------------------------------------------------------------------------------- /tests/resources/program2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/program2.py -------------------------------------------------------------------------------- /tests/resources/program3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/program3.py -------------------------------------------------------------------------------- /tests/resources/program4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/program4.py -------------------------------------------------------------------------------- /tests/resources/program5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/program5.py -------------------------------------------------------------------------------- /tests/resources/program6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/program6.py -------------------------------------------------------------------------------- /tests/resources/program7.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/program7.py -------------------------------------------------------------------------------- /tests/resources/program8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/program8.py -------------------------------------------------------------------------------- /tests/resources/program9.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/program9.py -------------------------------------------------------------------------------- /tests/resources/translators/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/resources/translators/groovy/program4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/translators/groovy/program4.py -------------------------------------------------------------------------------- /tests/resources/translators/program1.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/translators/program1.groovy -------------------------------------------------------------------------------- /tests/resources/translators/program1.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/translators/program1.java -------------------------------------------------------------------------------- /tests/resources/translators/program1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/translators/program1.py -------------------------------------------------------------------------------- /tests/resources/translators/program2.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/translators/program2.groovy -------------------------------------------------------------------------------- /tests/resources/translators/program2.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/translators/program2.java -------------------------------------------------------------------------------- /tests/resources/translators/program2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/translators/program2.py -------------------------------------------------------------------------------- /tests/resources/translators/program3.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/translators/program3.groovy -------------------------------------------------------------------------------- /tests/resources/translators/program3.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/translators/program3.java -------------------------------------------------------------------------------- /tests/resources/translators/program3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/translators/program3.py -------------------------------------------------------------------------------- /tests/resources/translators/program4.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/translators/program4.groovy -------------------------------------------------------------------------------- /tests/resources/translators/program4.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/translators/program4.java -------------------------------------------------------------------------------- /tests/resources/translators/program4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/translators/program4.py -------------------------------------------------------------------------------- /tests/resources/translators/program5.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/translators/program5.java -------------------------------------------------------------------------------- /tests/resources/translators/program5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/translators/program5.py -------------------------------------------------------------------------------- /tests/resources/translators/program6.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/translators/program6.java -------------------------------------------------------------------------------- /tests/resources/translators/program6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/translators/program6.py -------------------------------------------------------------------------------- /tests/resources/type_analysis_programs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/resources/type_analysis_programs.py -------------------------------------------------------------------------------- /tests/test_api_graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/test_api_graph.py -------------------------------------------------------------------------------- /tests/test_api_graph_subtyping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/test_api_graph_subtyping.py -------------------------------------------------------------------------------- /tests/test_api_graph_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/test_api_graph_utils.py -------------------------------------------------------------------------------- /tests/test_call_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/test_call_analysis.py -------------------------------------------------------------------------------- /tests/test_graph_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/test_graph_utils.py -------------------------------------------------------------------------------- /tests/test_ir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/test_ir.py -------------------------------------------------------------------------------- /tests/test_matcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/test_matcher.py -------------------------------------------------------------------------------- /tests/test_parse_type.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/test_parse_type.py -------------------------------------------------------------------------------- /tests/test_translators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/test_translators.py -------------------------------------------------------------------------------- /tests/test_type_dependency_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/test_type_dependency_analysis.py -------------------------------------------------------------------------------- /tests/test_type_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/test_type_utils.py -------------------------------------------------------------------------------- /tests/test_types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/test_types.py -------------------------------------------------------------------------------- /tests/test_use_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/tests/test_use_analysis.py -------------------------------------------------------------------------------- /thalia.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hephaestus-compiler-project/thalia/HEAD/thalia.py --------------------------------------------------------------------------------