jar

org.qbicc : qbicc-compiler

Maven & Gradle

Jul 17, 2023
1 usages
122 stars

Qbicc: Compiler · The main Qbicc compiler

Table Of Contents

Latest Version

Download org.qbicc : qbicc-compiler JAR file - Latest Versions:

All Versions

Download org.qbicc : qbicc-compiler JAR file - All Versions:

Version Vulnerabilities Size Updated
0.75.x
0.74.x
0.73.x
0.72.x
0.71.x
0.70.x
0.69.x
0.68.x
0.67.x
0.66.x
0.65.x
0.64.x
0.63.x
0.62.x
0.61.x
0.60.x
0.59.x
0.58.x
0.57.x
0.56.x
0.55.x
0.54.x
0.53.x
0.52.x
0.51.x
0.50.x
0.49.x
0.48.x
0.47.x
0.46.x
0.45.x
0.44.x
0.43.x
0.42.x
0.41.x
0.40.x
0.39.x
0.38.x
0.37.x
0.36.x
0.35.x
0.34.x
0.33.x
0.32.x
0.31.x
0.30.x
0.29.x
0.28.x
0.27.x
0.26.x
0.25.x
0.24.x
0.23.x
0.22.x
0.21.x
0.20.x
0.19.x
0.18.x
0.17.x
0.16.x
0.15.x
0.14.x
0.13.x
0.12.x
0.11.x
0.10.x
0.9.x
0.8.x
0.7.x
0.6.x
0.5.x
0.4.x
0.3.x
0.2.x
0.1.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 qbicc-compiler-0.75.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.qbicc.context

├─ org.qbicc.context.AttachmentKey.class - [JAR]

├─ org.qbicc.context.ClassContext.class - [JAR]

├─ org.qbicc.context.CompilationContext.class - [JAR]

├─ org.qbicc.context.Diagnostic.class - [JAR]

├─ org.qbicc.context.DiagnosticContext.class - [JAR]

├─ org.qbicc.context.Locatable.class - [JAR]

├─ org.qbicc.context.Location.class - [JAR]

├─ org.qbicc.context.PhaseAttachmentKey.class - [JAR]

org.qbicc.graph.atomic

├─ org.qbicc.graph.atomic.AccessMode.class - [JAR]

├─ org.qbicc.graph.atomic.AccessModes.class - [JAR]

├─ org.qbicc.graph.atomic.AtomicTraits.class - [JAR]

├─ org.qbicc.graph.atomic.FullFences.class - [JAR]

├─ org.qbicc.graph.atomic.GlobalAccessMode.class - [JAR]

├─ org.qbicc.graph.atomic.GlobalReadAccessMode.class - [JAR]

├─ org.qbicc.graph.atomic.GlobalReadWriteAccessMode.class - [JAR]

├─ org.qbicc.graph.atomic.GlobalWriteAccessMode.class - [JAR]

├─ org.qbicc.graph.atomic.PureFences.class - [JAR]

├─ org.qbicc.graph.atomic.PureModes.class - [JAR]

├─ org.qbicc.graph.atomic.ReadAccessMode.class - [JAR]

├─ org.qbicc.graph.atomic.ReadFences.class - [JAR]

├─ org.qbicc.graph.atomic.ReadModes.class - [JAR]

├─ org.qbicc.graph.atomic.ReadWriteAccessMode.class - [JAR]

├─ org.qbicc.graph.atomic.ReadWriteModes.class - [JAR]

├─ org.qbicc.graph.atomic.WriteAccessMode.class - [JAR]

├─ org.qbicc.graph.atomic.WriteFences.class - [JAR]

├─ org.qbicc.graph.atomic.WriteModes.class - [JAR]

org.qbicc.object

├─ org.qbicc.object.Data.class - [JAR]

├─ org.qbicc.object.DataDeclaration.class - [JAR]

├─ org.qbicc.object.Declaration.class - [JAR]

├─ org.qbicc.object.Function.class - [JAR]

├─ org.qbicc.object.FunctionDeclaration.class - [JAR]

├─ org.qbicc.object.GlobalXtor.class - [JAR]

├─ org.qbicc.object.Linkage.class - [JAR]

├─ org.qbicc.object.ModuleSection.class - [JAR]

├─ org.qbicc.object.ProgramModule.class - [JAR]

├─ org.qbicc.object.ProgramObject.class - [JAR]

├─ org.qbicc.object.Section.class - [JAR]

├─ org.qbicc.object.SectionObject.class - [JAR]

├─ org.qbicc.object.Segment.class - [JAR]

├─ org.qbicc.object.ThreadLocalMode.class - [JAR]

org.qbicc.graph

├─ org.qbicc.graph.AbstractBinaryValue.class - [JAR]

├─ org.qbicc.graph.AbstractBooleanCompare.class - [JAR]

├─ org.qbicc.graph.AbstractMethodLookup.class - [JAR]

├─ org.qbicc.graph.AbstractNode.class - [JAR]

├─ org.qbicc.graph.AbstractTerminator.class - [JAR]

├─ org.qbicc.graph.AbstractUnaryValue.class - [JAR]

├─ org.qbicc.graph.AbstractValue.class - [JAR]

├─ org.qbicc.graph.AbstractWordCastValue.class - [JAR]

├─ org.qbicc.graph.Action.class - [JAR]

├─ org.qbicc.graph.ActionVisitor.class - [JAR]

├─ org.qbicc.graph.Add.class - [JAR]

├─ org.qbicc.graph.And.class - [JAR]

├─ org.qbicc.graph.Auto.class - [JAR]

├─ org.qbicc.graph.BasicBlock.class - [JAR]

├─ org.qbicc.graph.BasicBlockBuilder.class - [JAR]

├─ org.qbicc.graph.BinaryValue.class - [JAR]

├─ org.qbicc.graph.BitCast.class - [JAR]

├─ org.qbicc.graph.BitReverse.class - [JAR]

├─ org.qbicc.graph.BlockEarlyTermination.class - [JAR]

├─ org.qbicc.graph.BlockEntry.class - [JAR]

├─ org.qbicc.graph.BlockLabel.class - [JAR]

├─ org.qbicc.graph.BlockParameter.class - [JAR]

├─ org.qbicc.graph.BooleanValue.class - [JAR]

├─ org.qbicc.graph.ByteOffsetPointer.class - [JAR]

├─ org.qbicc.graph.ByteSwap.class - [JAR]

├─ org.qbicc.graph.Call.class - [JAR]

├─ org.qbicc.graph.CallNoReturn.class - [JAR]

├─ org.qbicc.graph.CallNoSideEffects.class - [JAR]

├─ org.qbicc.graph.CastValue.class - [JAR]

├─ org.qbicc.graph.CheckCast.class - [JAR]

├─ org.qbicc.graph.ClassOf.class - [JAR]

├─ org.qbicc.graph.Cmp.class - [JAR]

├─ org.qbicc.graph.CmpAndSwap.class - [JAR]

├─ org.qbicc.graph.CmpG.class - [JAR]

├─ org.qbicc.graph.CmpL.class - [JAR]

├─ org.qbicc.graph.CommutativeBinaryValue.class - [JAR]

├─ org.qbicc.graph.Comp.class - [JAR]

├─ org.qbicc.graph.CountLeadingZeros.class - [JAR]

├─ org.qbicc.graph.CountTrailingZeros.class - [JAR]

├─ org.qbicc.graph.CurrentThread.class - [JAR]

├─ org.qbicc.graph.DebugAddressDeclaration.class - [JAR]

├─ org.qbicc.graph.DebugValueDeclaration.class - [JAR]

├─ org.qbicc.graph.DecodeReference.class - [JAR]

├─ org.qbicc.graph.DelegatingBasicBlockBuilder.class - [JAR]

├─ org.qbicc.graph.Dereference.class - [JAR]

├─ org.qbicc.graph.DispatchInvocation.class - [JAR]

├─ org.qbicc.graph.Div.class - [JAR]

├─ org.qbicc.graph.ElementOf.class - [JAR]

├─ org.qbicc.graph.EncodeReference.class - [JAR]

├─ org.qbicc.graph.Extend.class - [JAR]

├─ org.qbicc.graph.ExtractElement.class - [JAR]

├─ org.qbicc.graph.ExtractInstanceField.class - [JAR]

├─ org.qbicc.graph.ExtractMember.class - [JAR]

├─ org.qbicc.graph.Fence.class - [JAR]

├─ org.qbicc.graph.FpToInt.class - [JAR]

├─ org.qbicc.graph.Goto.class - [JAR]

├─ org.qbicc.graph.If.class - [JAR]

├─ org.qbicc.graph.InitCheck.class - [JAR]

├─ org.qbicc.graph.InitializeClass.class - [JAR]

├─ org.qbicc.graph.InsertElement.class - [JAR]

├─ org.qbicc.graph.InsertMember.class - [JAR]

├─ org.qbicc.graph.InstanceFieldOf.class - [JAR]

├─ org.qbicc.graph.InstanceOf.class - [JAR]

├─ org.qbicc.graph.InstanceOperation.class - [JAR]

├─ org.qbicc.graph.IntToFp.class - [JAR]

├─ org.qbicc.graph.InterfaceMethodLookup.class - [JAR]

├─ org.qbicc.graph.Invocation.class - [JAR]

├─ org.qbicc.graph.InvocationNode.class - [JAR]

├─ org.qbicc.graph.Invoke.class - [JAR]

├─ org.qbicc.graph.InvokeNoReturn.class - [JAR]

├─ org.qbicc.graph.IsEq.class - [JAR]

├─ org.qbicc.graph.IsGe.class - [JAR]

├─ org.qbicc.graph.IsGt.class - [JAR]

├─ org.qbicc.graph.IsLe.class - [JAR]

├─ org.qbicc.graph.IsLt.class - [JAR]

├─ org.qbicc.graph.IsNe.class - [JAR]

├─ org.qbicc.graph.Load.class - [JAR]

├─ org.qbicc.graph.Max.class - [JAR]

├─ org.qbicc.graph.MemberOf.class - [JAR]

├─ org.qbicc.graph.MemberOfUnion.class - [JAR]

├─ org.qbicc.graph.MethodInvocation.class - [JAR]

├─ org.qbicc.graph.Min.class - [JAR]

├─ org.qbicc.graph.Mod.class - [JAR]

├─ org.qbicc.graph.MonitorEnter.class - [JAR]

├─ org.qbicc.graph.MonitorExit.class - [JAR]

├─ org.qbicc.graph.MultiNewArray.class - [JAR]

├─ org.qbicc.graph.Multiply.class - [JAR]

├─ org.qbicc.graph.Neg.class - [JAR]

├─ org.qbicc.graph.New.class - [JAR]

├─ org.qbicc.graph.NewArray.class - [JAR]

├─ org.qbicc.graph.NewReferenceArray.class - [JAR]

├─ org.qbicc.graph.Node.class - [JAR]

├─ org.qbicc.graph.NodeVisitor.class - [JAR]

├─ org.qbicc.graph.NonCommutativeBinaryValue.class - [JAR]

├─ org.qbicc.graph.NotNull.class - [JAR]

├─ org.qbicc.graph.OffsetOfField.class - [JAR]

├─ org.qbicc.graph.OffsetPointer.class - [JAR]

├─ org.qbicc.graph.Or.class - [JAR]

├─ org.qbicc.graph.OrderedNode.class - [JAR]

├─ org.qbicc.graph.PinnedNode.class - [JAR]

├─ org.qbicc.graph.PointerDifference.class - [JAR]

├─ org.qbicc.graph.PopCount.class - [JAR]

├─ org.qbicc.graph.Reachable.class - [JAR]

├─ org.qbicc.graph.ReadModifyWrite.class - [JAR]

├─ org.qbicc.graph.Resume.class - [JAR]

├─ org.qbicc.graph.Ret.class - [JAR]

├─ org.qbicc.graph.Return.class - [JAR]

├─ org.qbicc.graph.Rol.class - [JAR]

├─ org.qbicc.graph.Ror.class - [JAR]

├─ org.qbicc.graph.SafePoint.class - [JAR]

├─ org.qbicc.graph.Select.class - [JAR]

├─ org.qbicc.graph.Shl.class - [JAR]

├─ org.qbicc.graph.Shr.class - [JAR]

├─ org.qbicc.graph.SimpleBasicBlockBuilder.class - [JAR]

├─ org.qbicc.graph.Slot.class - [JAR]

├─ org.qbicc.graph.StackAllocation.class - [JAR]

├─ org.qbicc.graph.Store.class - [JAR]

├─ org.qbicc.graph.Sub.class - [JAR]

├─ org.qbicc.graph.Switch.class - [JAR]

├─ org.qbicc.graph.TailCall.class - [JAR]

├─ org.qbicc.graph.Terminator.class - [JAR]

├─ org.qbicc.graph.TerminatorVisitor.class - [JAR]

├─ org.qbicc.graph.ThreadBound.class - [JAR]

├─ org.qbicc.graph.Throw.class - [JAR]

├─ org.qbicc.graph.Truncate.class - [JAR]

├─ org.qbicc.graph.UnaryValue.class - [JAR]

├─ org.qbicc.graph.Unreachable.class - [JAR]

├─ org.qbicc.graph.Unschedulable.class - [JAR]

├─ org.qbicc.graph.Util.class - [JAR]

├─ org.qbicc.graph.VaArg.class - [JAR]

├─ org.qbicc.graph.Value.class - [JAR]

├─ org.qbicc.graph.ValueVisitor.class - [JAR]

├─ org.qbicc.graph.VirtualMethodLookup.class - [JAR]

├─ org.qbicc.graph.WordCastValue.class - [JAR]

├─ org.qbicc.graph.Xor.class - [JAR]

org.qbicc.type.generic

├─ org.qbicc.type.generic.AnyTypeArgument.class - [JAR]

├─ org.qbicc.type.generic.ArrayTypeSignature.class - [JAR]

├─ org.qbicc.type.generic.BaseTypeSignature.class - [JAR]

├─ org.qbicc.type.generic.BoundTypeArgument.class - [JAR]

├─ org.qbicc.type.generic.Cache.class - [JAR]

├─ org.qbicc.type.generic.ClassSignature.class - [JAR]

├─ org.qbicc.type.generic.ClassTypeSignature.class - [JAR]

├─ org.qbicc.type.generic.MethodSignature.class - [JAR]

├─ org.qbicc.type.generic.NestedClassTypeSignature.class - [JAR]

├─ org.qbicc.type.generic.ParameterizedSignature.class - [JAR]

├─ org.qbicc.type.generic.ReferenceTypeSignature.class - [JAR]

├─ org.qbicc.type.generic.Signature.class - [JAR]

├─ org.qbicc.type.generic.ThrowsSignature.class - [JAR]

├─ org.qbicc.type.generic.TopLevelClassTypeSignature.class - [JAR]

├─ org.qbicc.type.generic.TypeArgument.class - [JAR]

├─ org.qbicc.type.generic.TypeParameter.class - [JAR]

├─ org.qbicc.type.generic.TypeParameterContext.class - [JAR]

├─ org.qbicc.type.generic.TypeSignature.class - [JAR]

├─ org.qbicc.type.generic.TypeVariableSignature.class - [JAR]

├─ org.qbicc.type.generic.Variance.class - [JAR]

org.qbicc.pointer

├─ org.qbicc.pointer.ConstructorPointer.class - [JAR]

├─ org.qbicc.pointer.ElementPointer.class - [JAR]

├─ org.qbicc.pointer.ExecutableElementPointer.class - [JAR]

├─ org.qbicc.pointer.FunctionPointer.class - [JAR]

├─ org.qbicc.pointer.GlobalPointer.class - [JAR]

├─ org.qbicc.pointer.InitializerPointer.class - [JAR]

├─ org.qbicc.pointer.InstanceFieldPointer.class - [JAR]

├─ org.qbicc.pointer.InstanceMethodPointer.class - [JAR]

├─ org.qbicc.pointer.IntegerAsPointer.class - [JAR]

├─ org.qbicc.pointer.MemberPointer.class - [JAR]

├─ org.qbicc.pointer.MemoryPointer.class - [JAR]

├─ org.qbicc.pointer.OffsetPointer.class - [JAR]

├─ org.qbicc.pointer.Pointer.class - [JAR]

├─ org.qbicc.pointer.ProgramObjectPointer.class - [JAR]

├─ org.qbicc.pointer.ReferenceAsPointer.class - [JAR]

├─ org.qbicc.pointer.RootPointer.class - [JAR]

├─ org.qbicc.pointer.StaticFieldPointer.class - [JAR]

├─ org.qbicc.pointer.StaticMethodPointer.class - [JAR]

org.qbicc.graph.literal

├─ org.qbicc.graph.literal.ArrayLiteral.class - [JAR]

├─ org.qbicc.graph.literal.AsmLiteral.class - [JAR]

├─ org.qbicc.graph.literal.BitCastLiteral.class - [JAR]

├─ org.qbicc.graph.literal.BlockLiteral.class - [JAR]

├─ org.qbicc.graph.literal.BooleanLiteral.class - [JAR]

├─ org.qbicc.graph.literal.ByteArrayLiteral.class - [JAR]

├─ org.qbicc.graph.literal.ConstantLiteral.class - [JAR]

├─ org.qbicc.graph.literal.ConstructorLiteral.class - [JAR]

├─ org.qbicc.graph.literal.ElementOfLiteral.class - [JAR]

├─ org.qbicc.graph.literal.EncodeReferenceLiteral.class - [JAR]

├─ org.qbicc.graph.literal.ExecutableLiteral.class - [JAR]

├─ org.qbicc.graph.literal.FloatLiteral.class - [JAR]

├─ org.qbicc.graph.literal.FunctionLiteral.class - [JAR]

├─ org.qbicc.graph.literal.GlobalVariableLiteral.class - [JAR]

├─ org.qbicc.graph.literal.InitializerLiteral.class - [JAR]

├─ org.qbicc.graph.literal.InstanceMethodLiteral.class - [JAR]

├─ org.qbicc.graph.literal.IntegerLiteral.class - [JAR]

├─ org.qbicc.graph.literal.InvokableLiteral.class - [JAR]

├─ org.qbicc.graph.literal.Literal.class - [JAR]

├─ org.qbicc.graph.literal.LiteralFactory.class - [JAR]

├─ org.qbicc.graph.literal.LiteralVisitor.class - [JAR]

├─ org.qbicc.graph.literal.MemberOfLiteral.class - [JAR]

├─ org.qbicc.graph.literal.MethodHandleLiteral.class - [JAR]

├─ org.qbicc.graph.literal.MethodLiteral.class - [JAR]

├─ org.qbicc.graph.literal.NullLiteral.class - [JAR]

├─ org.qbicc.graph.literal.ObjectLiteral.class - [JAR]

├─ org.qbicc.graph.literal.OffsetFromLiteral.class - [JAR]

├─ org.qbicc.graph.literal.ProgramObjectLiteral.class - [JAR]

├─ org.qbicc.graph.literal.ShortArrayLiteral.class - [JAR]

├─ org.qbicc.graph.literal.StaticFieldLiteral.class - [JAR]

├─ org.qbicc.graph.literal.StaticMethodLiteral.class - [JAR]

├─ org.qbicc.graph.literal.StringLiteral.class - [JAR]

├─ org.qbicc.graph.literal.StructLiteral.class - [JAR]

├─ org.qbicc.graph.literal.TypeIdLiteral.class - [JAR]

├─ org.qbicc.graph.literal.UndefinedLiteral.class - [JAR]

├─ org.qbicc.graph.literal.VariableLiteral.class - [JAR]

├─ org.qbicc.graph.literal.WordLiteral.class - [JAR]

├─ org.qbicc.graph.literal.ZeroInitializerLiteral.class - [JAR]

org.qbicc.type.util

├─ org.qbicc.type.util.ResolutionUtil.class - [JAR]

org.qbicc.type.definition.element

├─ org.qbicc.type.definition.element.AnnotatedElement.class - [JAR]

├─ org.qbicc.type.definition.element.BasicElement.class - [JAR]

├─ org.qbicc.type.definition.element.ConstructorElement.class - [JAR]

├─ org.qbicc.type.definition.element.Element.class - [JAR]

├─ org.qbicc.type.definition.element.ElementVisitor.class - [JAR]

├─ org.qbicc.type.definition.element.ExecutableElement.class - [JAR]

├─ org.qbicc.type.definition.element.FieldElement.class - [JAR]

├─ org.qbicc.type.definition.element.FunctionElement.class - [JAR]

├─ org.qbicc.type.definition.element.GlobalVariableElement.class - [JAR]

├─ org.qbicc.type.definition.element.InitializerElement.class - [JAR]

├─ org.qbicc.type.definition.element.InstanceFieldElement.class - [JAR]

├─ org.qbicc.type.definition.element.InstanceMethodElement.class - [JAR]

├─ org.qbicc.type.definition.element.InvokableElement.class - [JAR]

├─ org.qbicc.type.definition.element.LocalVariableElement.class - [JAR]

├─ org.qbicc.type.definition.element.MemberElement.class - [JAR]

├─ org.qbicc.type.definition.element.MethodElement.class - [JAR]

├─ org.qbicc.type.definition.element.NamedElement.class - [JAR]

├─ org.qbicc.type.definition.element.NestedClassElement.class - [JAR]

├─ org.qbicc.type.definition.element.ParameterElement.class - [JAR]

├─ org.qbicc.type.definition.element.StaticFieldElement.class - [JAR]

├─ org.qbicc.type.definition.element.StaticMethodElement.class - [JAR]

├─ org.qbicc.type.definition.element.VariableElement.class - [JAR]

org.qbicc.type.annotation.type

├─ org.qbicc.type.annotation.type.TargetInfo.class - [JAR]

├─ org.qbicc.type.annotation.type.TargetTypes.class - [JAR]

├─ org.qbicc.type.annotation.type.TypeAnnotation.class - [JAR]

├─ org.qbicc.type.annotation.type.TypeAnnotationList.class - [JAR]

├─ org.qbicc.type.annotation.type.TypePathKind.class - [JAR]

org.qbicc.type.definition.classfile

├─ org.qbicc.type.definition.classfile.AbstractBufferBacked.class - [JAR]

├─ org.qbicc.type.definition.classfile.BciRangeExceptionHandlerBasicBlockBuilder.class - [JAR]

├─ org.qbicc.type.definition.classfile.BufferBacked.class - [JAR]

├─ org.qbicc.type.definition.classfile.ClassFile.class - [JAR]

├─ org.qbicc.type.definition.classfile.ClassFileImpl.class - [JAR]

├─ org.qbicc.type.definition.classfile.ClassFormatException.class - [JAR]

├─ org.qbicc.type.definition.classfile.ClassMethodInfo.class - [JAR]

├─ org.qbicc.type.definition.classfile.ClassVerificationFailureException.class - [JAR]

├─ org.qbicc.type.definition.classfile.ConstantPool.class - [JAR]

├─ org.qbicc.type.definition.classfile.ConstantTypeMismatchException.class - [JAR]

├─ org.qbicc.type.definition.classfile.IndyResolvingBasicBlockBuilder.class - [JAR]

├─ org.qbicc.type.definition.classfile.InvalidAnnotationValueException.class - [JAR]

├─ org.qbicc.type.definition.classfile.InvalidAttributeLengthException.class - [JAR]

├─ org.qbicc.type.definition.classfile.InvalidByteCodeException.class - [JAR]

├─ org.qbicc.type.definition.classfile.InvalidConstantException.class - [JAR]

├─ org.qbicc.type.definition.classfile.InvalidLocalVariableIndexException.class - [JAR]

├─ org.qbicc.type.definition.classfile.InvalidMagicException.class - [JAR]

├─ org.qbicc.type.definition.classfile.InvalidStackMapFrameEntry.class - [JAR]

├─ org.qbicc.type.definition.classfile.InvalidTableSwitchRangeException.class - [JAR]

├─ org.qbicc.type.definition.classfile.InvalidTypeDescriptorException.class - [JAR]

├─ org.qbicc.type.definition.classfile.LineNumberTable.class - [JAR]

├─ org.qbicc.type.definition.classfile.MethodParser.class - [JAR]

├─ org.qbicc.type.definition.classfile.MissingLocalVariableDescriptorException.class - [JAR]

├─ org.qbicc.type.definition.classfile.MissingStackMapTableException.class - [JAR]

├─ org.qbicc.type.definition.classfile.TypeMismatchException.class - [JAR]

├─ org.qbicc.type.definition.classfile.UnsupportedClassVersionException.class - [JAR]

org.qbicc.type.definition

├─ org.qbicc.type.definition.ArrayTypeId.class - [JAR]

├─ org.qbicc.type.definition.ByteBufferInputStream.class - [JAR]

├─ org.qbicc.type.definition.ClassFileUtil.class - [JAR]

├─ org.qbicc.type.definition.ConstructorResolver.class - [JAR]

├─ org.qbicc.type.definition.DefineFailedException.class - [JAR]

├─ org.qbicc.type.definition.DefinedTypeDefinition.class - [JAR]

├─ org.qbicc.type.definition.DefinedTypeDefinitionImpl.class - [JAR]

├─ org.qbicc.type.definition.DelegatingDefinedTypeDefinition.class - [JAR]

├─ org.qbicc.type.definition.DescriptorTypeResolver.class - [JAR]

├─ org.qbicc.type.definition.EnclosedClassResolver.class - [JAR]

├─ org.qbicc.type.definition.EnclosingClassResolver.class - [JAR]

├─ org.qbicc.type.definition.FieldResolver.class - [JAR]

├─ org.qbicc.type.definition.InitializerResolver.class - [JAR]

├─ org.qbicc.type.definition.LeafTypeId.class - [JAR]

├─ org.qbicc.type.definition.LinkageException.class - [JAR]

├─ org.qbicc.type.definition.LoadedTypeDefinition.class - [JAR]

├─ org.qbicc.type.definition.LoadedTypeDefinitionImpl.class - [JAR]

├─ org.qbicc.type.definition.MethodBody.class - [JAR]

├─ org.qbicc.type.definition.MethodBodyFactory.class - [JAR]

├─ org.qbicc.type.definition.MethodResolver.class - [JAR]

├─ org.qbicc.type.definition.MethodTypeId.class - [JAR]

├─ org.qbicc.type.definition.ModuleDefinition.class - [JAR]

├─ org.qbicc.type.definition.ModuleDefinitionImpl.class - [JAR]

├─ org.qbicc.type.definition.NativeMethodConfigurator.class - [JAR]

├─ org.qbicc.type.definition.ParameterResolver.class - [JAR]

├─ org.qbicc.type.definition.ResolutionFailedException.class - [JAR]

├─ org.qbicc.type.definition.TypeId.class - [JAR]

├─ org.qbicc.type.definition.VerificationFailedDefinitionImpl.class - [JAR]

├─ org.qbicc.type.definition.VerifyFailedException.class - [JAR]

org.qbicc.type.descriptor

├─ org.qbicc.type.descriptor.ArrayTypeDescriptor.class - [JAR]

├─ org.qbicc.type.descriptor.BaseTypeDescriptor.class - [JAR]

├─ org.qbicc.type.descriptor.Cache.class - [JAR]

├─ org.qbicc.type.descriptor.ClassTypeDescriptor.class - [JAR]

├─ org.qbicc.type.descriptor.Descriptor.class - [JAR]

├─ org.qbicc.type.descriptor.MethodDescriptor.class - [JAR]

├─ org.qbicc.type.descriptor.TypeDescriptor.class - [JAR]

org.qbicc.facts

├─ org.qbicc.facts.Condition.class - [JAR]

├─ org.qbicc.facts.Fact.class - [JAR]

├─ org.qbicc.facts.Facts.class - [JAR]

org.qbicc.graph.schedule

├─ org.qbicc.graph.schedule.BlockInfo.class - [JAR]

├─ org.qbicc.graph.schedule.DominatorFinder.class - [JAR]

├─ org.qbicc.graph.schedule.Loop.class - [JAR]

├─ org.qbicc.graph.schedule.Scheduler.class - [JAR]

├─ org.qbicc.graph.schedule.Util.class - [JAR]

org.qbicc.facts.core

├─ org.qbicc.facts.core.ExecutableReachabilityFacts.class - [JAR]

org.qbicc.interpreter

├─ org.qbicc.interpreter.Hook.class - [JAR]

├─ org.qbicc.interpreter.InvalidMemoryAccessException.class - [JAR]

├─ org.qbicc.interpreter.Memory.class - [JAR]

├─ org.qbicc.interpreter.Signal.class - [JAR]

├─ org.qbicc.interpreter.Thrown.class - [JAR]

├─ org.qbicc.interpreter.Vm.class - [JAR]

├─ org.qbicc.interpreter.VmArray.class - [JAR]

├─ org.qbicc.interpreter.VmArrayClass.class - [JAR]

├─ org.qbicc.interpreter.VmClass.class - [JAR]

├─ org.qbicc.interpreter.VmClassLoader.class - [JAR]

├─ org.qbicc.interpreter.VmInvokable.class - [JAR]

├─ org.qbicc.interpreter.VmObject.class - [JAR]

├─ org.qbicc.interpreter.VmPrimitiveArrayClass.class - [JAR]

├─ org.qbicc.interpreter.VmPrimitiveClass.class - [JAR]

├─ org.qbicc.interpreter.VmPrivate.class - [JAR]

├─ org.qbicc.interpreter.VmReferenceArray.class - [JAR]

├─ org.qbicc.interpreter.VmReferenceArrayClass.class - [JAR]

├─ org.qbicc.interpreter.VmStaticFieldBaseObject.class - [JAR]

├─ org.qbicc.interpreter.VmString.class - [JAR]

├─ org.qbicc.interpreter.VmThread.class - [JAR]

├─ org.qbicc.interpreter.VmThrowable.class - [JAR]

├─ org.qbicc.interpreter.VmThrowableClass.class - [JAR]

org.qbicc.type

├─ org.qbicc.type.ArrayObjectType.class - [JAR]

├─ org.qbicc.type.ArrayType.class - [JAR]

├─ org.qbicc.type.BlockType.class - [JAR]

├─ org.qbicc.type.BooleanType.class - [JAR]

├─ org.qbicc.type.ClassObjectType.class - [JAR]

├─ org.qbicc.type.FloatType.class - [JAR]

├─ org.qbicc.type.FunctionType.class - [JAR]

├─ org.qbicc.type.InstanceMethodType.class - [JAR]

├─ org.qbicc.type.IntegerType.class - [JAR]

├─ org.qbicc.type.InterfaceObjectType.class - [JAR]

├─ org.qbicc.type.InvokableType.class - [JAR]

├─ org.qbicc.type.MethodType.class - [JAR]

├─ org.qbicc.type.NullableType.class - [JAR]

├─ org.qbicc.type.NumericType.class - [JAR]

├─ org.qbicc.type.ObjectType.class - [JAR]

├─ org.qbicc.type.PhysicalObjectType.class - [JAR]

├─ org.qbicc.type.PointerType.class - [JAR]

├─ org.qbicc.type.PoisonType.class - [JAR]

├─ org.qbicc.type.Primitive.class - [JAR]

├─ org.qbicc.type.PrimitiveArrayObjectType.class - [JAR]

├─ org.qbicc.type.ReferenceArrayObjectType.class - [JAR]

├─ org.qbicc.type.ReferenceType.class - [JAR]

├─ org.qbicc.type.ScalarType.class - [JAR]

├─ org.qbicc.type.SignedIntegerType.class - [JAR]

├─ org.qbicc.type.StaticMethodType.class - [JAR]

├─ org.qbicc.type.StructType.class - [JAR]

├─ org.qbicc.type.Type.class - [JAR]

├─ org.qbicc.type.TypeIdType.class - [JAR]

├─ org.qbicc.type.TypeSystem.class - [JAR]

├─ org.qbicc.type.TypeUtil.class - [JAR]

├─ org.qbicc.type.UnionType.class - [JAR]

├─ org.qbicc.type.UnresolvedType.class - [JAR]

├─ org.qbicc.type.UnsignedIntegerType.class - [JAR]

├─ org.qbicc.type.ValueType.class - [JAR]

├─ org.qbicc.type.VariadicType.class - [JAR]

├─ org.qbicc.type.VoidType.class - [JAR]

├─ org.qbicc.type.WordType.class - [JAR]

org.qbicc.type.annotation

├─ org.qbicc.type.annotation.Annotation.class - [JAR]

├─ org.qbicc.type.annotation.AnnotationValue.class - [JAR]

├─ org.qbicc.type.annotation.ArrayAnnotationValue.class - [JAR]

├─ org.qbicc.type.annotation.BooleanAnnotationValue.class - [JAR]

├─ org.qbicc.type.annotation.ByteAnnotationValue.class - [JAR]

├─ org.qbicc.type.annotation.CharAnnotationValue.class - [JAR]

├─ org.qbicc.type.annotation.ClassAnnotationValue.class - [JAR]

├─ org.qbicc.type.annotation.DoubleAnnotationValue.class - [JAR]

├─ org.qbicc.type.annotation.EnumConstantAnnotationValue.class - [JAR]

├─ org.qbicc.type.annotation.FloatAnnotationValue.class - [JAR]

├─ org.qbicc.type.annotation.IntAnnotationValue.class - [JAR]

├─ org.qbicc.type.annotation.LongAnnotationValue.class - [JAR]

├─ org.qbicc.type.annotation.PrimitiveAnnotationValue.class - [JAR]

├─ org.qbicc.type.annotation.ShortAnnotationValue.class - [JAR]

├─ org.qbicc.type.annotation.StringAnnotationValue.class - [JAR]

org.qbicc.type.methodhandle

├─ org.qbicc.type.methodhandle.ConstructorMethodHandleConstant.class - [JAR]

├─ org.qbicc.type.methodhandle.ExecutableMethodHandleConstant.class - [JAR]

├─ org.qbicc.type.methodhandle.FieldMethodHandleConstant.class - [JAR]

├─ org.qbicc.type.methodhandle.MethodHandleConstant.class - [JAR]

├─ org.qbicc.type.methodhandle.MethodHandleKind.class - [JAR]

├─ org.qbicc.type.methodhandle.MethodMethodHandleConstant.class - [JAR]

Advertisement

Dependencies from Group

Mar 22, 2023
6 usages
122 stars
Jul 17, 2023
4 usages
122 stars
Mar 22, 2023
4 usages
122 stars
Jul 17, 2023
4 usages
122 stars
Jul 17, 2023
2 usages
122 stars

Discover Dependencies

Aug 11, 2023
39 usages
14.7k stars
Sep 10, 2015
12 usages
2.4k stars
Sep 01, 2020
49 usages
1.7k stars
api
Jun 13, 2017
13 usages
0 stars
Aug 03, 2020
85 usages
93 stars
Oct 13, 2021
37 usages
88 stars
Nov 02, 2018
10 usages
0 stars