jar

io.github.dmlloyd : jdk-classfile-preview

Maven & Gradle

Sep 21, 2023
27 stars

JDK Classfile API backport (Unofficial) · An unofficial backport of the JDK Classfile API to Java 17

Table Of Contents

Latest Version

Download io.github.dmlloyd : jdk-classfile-preview JAR file - Latest Versions:

All Versions

Download io.github.dmlloyd : jdk-classfile-preview JAR file - All Versions:

Version Vulnerabilities Size Updated
22.0.x
21.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jdk-classfile-preview-22.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.dmlloyd.classfile.instruction

├─ io.github.dmlloyd.classfile.instruction.ArrayLoadInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.ArrayStoreInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.BranchInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.CharacterRange.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.ConstantInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.ConvertInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.DiscontinuedInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.ExceptionCatch.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.FieldInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.IncrementInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.InvokeDynamicInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.InvokeInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.LabelTarget.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.LineNumber.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.LoadInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.LocalVariable.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.LocalVariableType.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.LookupSwitchInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.MonitorInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.NewMultiArrayInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.NewObjectInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.NewPrimitiveArrayInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.NewReferenceArrayInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.NopInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.OperatorInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.ReturnInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.StackInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.StoreInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.SwitchCase.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.TableSwitchInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.ThrowInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.instruction.TypeCheckInstruction.class - [JAR]

io.github.dmlloyd.classfile.extras

├─ io.github.dmlloyd.classfile.extras.ExtraConstantDescs.class - [JAR]

io.github.dmlloyd.classfile.extras.reflect

├─ io.github.dmlloyd.classfile.extras.reflect.AccessFlag.class - [JAR]

├─ io.github.dmlloyd.classfile.extras.reflect.ClassFileFormatVersion.class - [JAR]

io.github.dmlloyd.classfile.constantpool

├─ io.github.dmlloyd.classfile.constantpool.AnnotationConstantValueEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.ClassEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.ConstantDynamicEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.ConstantPool.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.ConstantPoolBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.ConstantPoolException.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.ConstantValueEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.DoubleEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.DynamicConstantPoolEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.FieldRefEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.FloatEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.IntegerEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.InterfaceMethodRefEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.InvokeDynamicEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.LoadableConstantEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.LongEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.MemberRefEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.MethodHandleEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.MethodRefEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.MethodTypeEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.ModuleEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.NameAndTypeEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.PackageEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.PoolEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.StringEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.constantpool.Utf8Entry.class - [JAR]

io.github.dmlloyd.classfile.extras.constant

├─ io.github.dmlloyd.classfile.extras.constant.ConstantUtils.class - [JAR]

├─ io.github.dmlloyd.classfile.extras.constant.ExtraClassDesc.class - [JAR]

├─ io.github.dmlloyd.classfile.extras.constant.ModuleDesc.class - [JAR]

├─ io.github.dmlloyd.classfile.extras.constant.ModuleDescImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.extras.constant.PackageDesc.class - [JAR]

├─ io.github.dmlloyd.classfile.extras.constant.PackageDescImpl.class - [JAR]

io.github.dmlloyd.classfile.components

├─ io.github.dmlloyd.classfile.components.ClassPrinter.class - [JAR]

├─ io.github.dmlloyd.classfile.components.ClassRemapper.class - [JAR]

├─ io.github.dmlloyd.classfile.components.CodeLocalsShifter.class - [JAR]

├─ io.github.dmlloyd.classfile.components.CodeRelabeler.class - [JAR]

├─ io.github.dmlloyd.classfile.components.CodeStackTracker.class - [JAR]

├─ io.github.dmlloyd.classfile.components.package-info.class - [JAR]

io.github.dmlloyd.classfile.impl

├─ io.github.dmlloyd.classfile.impl.AbstractAttributeMapper.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.AbstractBoundLocalVariable.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.AbstractDirectBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.AbstractElement.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.AbstractInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.AbstractPoolEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.AbstractPseudoInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.AbstractUnboundModel.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.AccessFlagsImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.AnnotationImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.AnnotationReader.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.AttributeHolder.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.BlockCodeBuilderImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.BootstrapMethodEntryImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.BoundAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.BoundCharacterRange.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.BoundLocalVariable.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.BoundLocalVariableType.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.BoundRecordComponentInfo.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.BufWriterImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.BufferedCodeBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.BufferedFieldBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.BufferedMethodBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.BytecodeHelpers.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.CatchBuilderImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.ChainedClassBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.ChainedCodeBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.ChainedFieldBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.ChainedMethodBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.ClassHierarchyImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.ClassImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.ClassPrinterImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.ClassReaderImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.ClassRemapperImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.ClassfileImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.ClassfileVersionImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.CodeImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.CodeLocalsShifterImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.CodeRelabelerImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.CodeStackTrackerImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.DirectClassBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.DirectCodeBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.DirectFieldBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.DirectMethodBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.EntryMap.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.FieldImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.InterfacesImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.LabelContext.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.LabelImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.LineNumberImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.MethodImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.MethodInfo.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.ModuleAttributeBuilderImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.NonterminalCodeBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.RawBytecodeHelper.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.SignaturesImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.SplitConstantPool.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.StackCounter.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.StackMapDecoder.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.StackMapGenerator.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.SuperclassImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.TargetInfoImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.TemporaryConstantPool.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.TerminalCodeBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.TerminalFieldBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.TerminalMethodBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.TransformImpl.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.TransformingCodeBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.UnboundAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.Util.class - [JAR]

io.github.dmlloyd.classfile

├─ io.github.dmlloyd.classfile.AccessFlags.class - [JAR]

├─ io.github.dmlloyd.classfile.Annotation.class - [JAR]

├─ io.github.dmlloyd.classfile.AnnotationElement.class - [JAR]

├─ io.github.dmlloyd.classfile.AnnotationValue.class - [JAR]

├─ io.github.dmlloyd.classfile.Attribute.class - [JAR]

├─ io.github.dmlloyd.classfile.AttributeMapper.class - [JAR]

├─ io.github.dmlloyd.classfile.AttributedElement.class - [JAR]

├─ io.github.dmlloyd.classfile.Attributes.class - [JAR]

├─ io.github.dmlloyd.classfile.BootstrapMethodEntry.class - [JAR]

├─ io.github.dmlloyd.classfile.BufWriter.class - [JAR]

├─ io.github.dmlloyd.classfile.ClassBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.ClassElement.class - [JAR]

├─ io.github.dmlloyd.classfile.ClassHierarchyResolver.class - [JAR]

├─ io.github.dmlloyd.classfile.ClassModel.class - [JAR]

├─ io.github.dmlloyd.classfile.ClassReader.class - [JAR]

├─ io.github.dmlloyd.classfile.ClassSignature.class - [JAR]

├─ io.github.dmlloyd.classfile.ClassTransform.class - [JAR]

├─ io.github.dmlloyd.classfile.Classfile.class - [JAR]

├─ io.github.dmlloyd.classfile.ClassfileBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.ClassfileElement.class - [JAR]

├─ io.github.dmlloyd.classfile.ClassfileTransform.class - [JAR]

├─ io.github.dmlloyd.classfile.ClassfileVersion.class - [JAR]

├─ io.github.dmlloyd.classfile.CodeBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.CodeElement.class - [JAR]

├─ io.github.dmlloyd.classfile.CodeModel.class - [JAR]

├─ io.github.dmlloyd.classfile.CodeTransform.class - [JAR]

├─ io.github.dmlloyd.classfile.CompoundElement.class - [JAR]

├─ io.github.dmlloyd.classfile.CustomAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.FieldBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.FieldElement.class - [JAR]

├─ io.github.dmlloyd.classfile.FieldModel.class - [JAR]

├─ io.github.dmlloyd.classfile.FieldTransform.class - [JAR]

├─ io.github.dmlloyd.classfile.Instruction.class - [JAR]

├─ io.github.dmlloyd.classfile.Interfaces.class - [JAR]

├─ io.github.dmlloyd.classfile.Label.class - [JAR]

├─ io.github.dmlloyd.classfile.MethodBuilder.class - [JAR]

├─ io.github.dmlloyd.classfile.MethodElement.class - [JAR]

├─ io.github.dmlloyd.classfile.MethodModel.class - [JAR]

├─ io.github.dmlloyd.classfile.MethodSignature.class - [JAR]

├─ io.github.dmlloyd.classfile.MethodTransform.class - [JAR]

├─ io.github.dmlloyd.classfile.Opcode.class - [JAR]

├─ io.github.dmlloyd.classfile.PseudoInstruction.class - [JAR]

├─ io.github.dmlloyd.classfile.Signature.class - [JAR]

├─ io.github.dmlloyd.classfile.Superclass.class - [JAR]

├─ io.github.dmlloyd.classfile.TypeAnnotation.class - [JAR]

├─ io.github.dmlloyd.classfile.TypeKind.class - [JAR]

├─ io.github.dmlloyd.classfile.WritableElement.class - [JAR]

├─ io.github.dmlloyd.classfile.package-info.class - [JAR]

io.github.dmlloyd.classfile.attribute

├─ io.github.dmlloyd.classfile.attribute.AnnotationDefaultAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.BootstrapMethodsAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.CharacterRangeInfo.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.CharacterRangeTableAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.CodeAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.CompilationIDAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.ConstantValueAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.DeprecatedAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.EnclosingMethodAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.ExceptionsAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.InnerClassInfo.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.InnerClassesAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.LineNumberInfo.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.LineNumberTableAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.LocalVariableInfo.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.LocalVariableTableAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.LocalVariableTypeInfo.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.LocalVariableTypeTableAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.MethodParameterInfo.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.MethodParametersAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.ModuleAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.ModuleExportInfo.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.ModuleHashInfo.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.ModuleHashesAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.ModuleMainClassAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.ModuleOpenInfo.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.ModulePackagesAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.ModuleProvideInfo.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.ModuleRequireInfo.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.ModuleResolutionAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.ModuleTargetAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.NestHostAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.NestMembersAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.PermittedSubclassesAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.RecordAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.RecordComponentInfo.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.RuntimeInvisibleAnnotationsAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.RuntimeInvisibleParameterAnnotationsAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.RuntimeInvisibleTypeAnnotationsAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.RuntimeVisibleAnnotationsAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.RuntimeVisibleParameterAnnotationsAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.RuntimeVisibleTypeAnnotationsAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.SignatureAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.SourceDebugExtensionAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.SourceFileAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.SourceIDAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.StackMapFrameInfo.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.StackMapTableAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.SyntheticAttribute.class - [JAR]

├─ io.github.dmlloyd.classfile.attribute.UnknownAttribute.class - [JAR]

io.github.dmlloyd.classfile.impl.verifier

├─ io.github.dmlloyd.classfile.impl.verifier.VerificationBytecodes.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.verifier.VerificationFrame.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.verifier.VerificationSignature.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.verifier.VerificationTable.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.verifier.VerificationType.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.verifier.VerificationWrapper.class - [JAR]

├─ io.github.dmlloyd.classfile.impl.verifier.VerifierImpl.class - [JAR]