jar

org.jfuncmachine : jfuncmachine

Maven & Gradle

Jan 03, 2024

JFuncMachine · A library for building functional languages

Table Of Contents

Latest Version

Download org.jfuncmachine : jfuncmachine JAR file - Latest Versions:

All Versions

Download org.jfuncmachine : jfuncmachine JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 jfuncmachine-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jfuncmachine.sexprlang.parser

├─ org.jfuncmachine.sexprlang.parser.JavaExtSymbolMatcher.class - [JAR]

├─ org.jfuncmachine.sexprlang.parser.JavaSymbolMatcher.class - [JAR]

├─ org.jfuncmachine.sexprlang.parser.Parser.class - [JAR]

├─ org.jfuncmachine.sexprlang.parser.SexprDouble.class - [JAR]

├─ org.jfuncmachine.sexprlang.parser.SexprInt.class - [JAR]

├─ org.jfuncmachine.sexprlang.parser.SexprItem.class - [JAR]

├─ org.jfuncmachine.sexprlang.parser.SexprList.class - [JAR]

├─ org.jfuncmachine.sexprlang.parser.SexprString.class - [JAR]

├─ org.jfuncmachine.sexprlang.parser.SexprSymbol.class - [JAR]

├─ org.jfuncmachine.sexprlang.parser.SymbolMatcher.class - [JAR]

org.jfuncmachine.compiler.model.expr.bool.tests

├─ org.jfuncmachine.compiler.model.expr.bool.tests.Test.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.bool.tests.Tests.class - [JAR]

org.jfuncmachine.compiler.model.expr.boxing

├─ org.jfuncmachine.compiler.model.expr.boxing.Autobox.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.boxing.Box.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.boxing.Unbox.class - [JAR]

org.jfuncmachine.compiler.model.inline

├─ org.jfuncmachine.compiler.model.inline.Inlines.class - [JAR]

├─ org.jfuncmachine.compiler.model.inline.SingleInstructionInline.class - [JAR]

org.jfuncmachine.compiler.model.expr.bool

├─ org.jfuncmachine.compiler.model.expr.bool.And.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.bool.BinaryComparison.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.bool.BoolFalse.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.bool.BoolTrue.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.bool.BooleanExpr.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.bool.InstanceofComparison.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.bool.Not.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.bool.Or.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.bool.Result.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.bool.UnaryComparison.class - [JAR]

org.jfuncmachine.compiler.model.expr.javainterop

├─ org.jfuncmachine.compiler.model.expr.javainterop.CallJavaConstructor.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.javainterop.CallJavaInterface.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.javainterop.CallJavaMethod.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.javainterop.CallJavaSpecialMethod.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.javainterop.CallJavaStaticMethod.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.javainterop.CallJavaSuperConstructor.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.javainterop.GetJavaField.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.javainterop.GetJavaStaticField.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.javainterop.SetJavaField.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.javainterop.SetJavaStaticField.class - [JAR]

org.jfuncmachine.util.unification

├─ org.jfuncmachine.util.unification.TypeHolder.class - [JAR]

├─ org.jfuncmachine.util.unification.Unifiable.class - [JAR]

├─ org.jfuncmachine.util.unification.UnificationException.class - [JAR]

org.jfuncmachine.compiler.model.expr

├─ org.jfuncmachine.compiler.model.expr.ArrayGet.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.ArraySet.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.Binding.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.BindingRecurse.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.Block.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.CallMethod.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.CallStaticMethod.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.CallTailCallMethod.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.CallTailCallStaticMethod.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.Cast.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.Catch.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.EnumSwitch.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.EnumSwitchCase.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.Expression.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.GetValue.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.If.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.InitializeEnum.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.InlineCall.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.IntSwitch.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.IntSwitchCase.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.Invoke.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.Lambda.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.LocalRecurse.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.NewArray.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.NewArrayWithValues.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.Noop.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.PartialCall.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.SetValue.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.Throw.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.TryCatchFinally.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.TypeSwitch.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.TypeSwitchCase.class - [JAR]

org.jfuncmachine.compiler.exceptions

├─ org.jfuncmachine.compiler.exceptions.JFuncMachineException.class - [JAR]

org.jfuncmachine.compiler.model

├─ org.jfuncmachine.compiler.model.Access.class - [JAR]

├─ org.jfuncmachine.compiler.model.ClassDef.class - [JAR]

├─ org.jfuncmachine.compiler.model.ClassField.class - [JAR]

├─ org.jfuncmachine.compiler.model.ConstructorDef.class - [JAR]

├─ org.jfuncmachine.compiler.model.EnumDef.class - [JAR]

├─ org.jfuncmachine.compiler.model.EnumInitializer.class - [JAR]

├─ org.jfuncmachine.compiler.model.InlineFunction.class - [JAR]

├─ org.jfuncmachine.compiler.model.MethodDef.class - [JAR]

├─ org.jfuncmachine.compiler.model.MethodPtrs.class - [JAR]

├─ org.jfuncmachine.compiler.model.PartialCalls.class - [JAR]

├─ org.jfuncmachine.compiler.model.SourceElement.class - [JAR]

├─ org.jfuncmachine.compiler.model.StaticInitializerDef.class - [JAR]

org.jfuncmachine.compiler.model.types

├─ org.jfuncmachine.compiler.model.types.ArrayType.class - [JAR]

├─ org.jfuncmachine.compiler.model.types.BooleanType.class - [JAR]

├─ org.jfuncmachine.compiler.model.types.ByteType.class - [JAR]

├─ org.jfuncmachine.compiler.model.types.CharType.class - [JAR]

├─ org.jfuncmachine.compiler.model.types.DoubleType.class - [JAR]

├─ org.jfuncmachine.compiler.model.types.Field.class - [JAR]

├─ org.jfuncmachine.compiler.model.types.FloatType.class - [JAR]

├─ org.jfuncmachine.compiler.model.types.FunctionType.class - [JAR]

├─ org.jfuncmachine.compiler.model.types.IntType.class - [JAR]

├─ org.jfuncmachine.compiler.model.types.LongType.class - [JAR]

├─ org.jfuncmachine.compiler.model.types.ObjectType.class - [JAR]

├─ org.jfuncmachine.compiler.model.types.ShortType.class - [JAR]

├─ org.jfuncmachine.compiler.model.types.SimpleTypes.class - [JAR]

├─ org.jfuncmachine.compiler.model.types.StringType.class - [JAR]

├─ org.jfuncmachine.compiler.model.types.Type.class - [JAR]

├─ org.jfuncmachine.compiler.model.types.UnitType.class - [JAR]

org.jfuncmachine.runtime

├─ org.jfuncmachine.runtime.TCOReturn.class - [JAR]

├─ org.jfuncmachine.runtime.TailCall.class - [JAR]

org.jfuncmachine.sexprlang.translate

├─ org.jfuncmachine.sexprlang.translate.MappingException.class - [JAR]

├─ org.jfuncmachine.sexprlang.translate.ModelItem.class - [JAR]

├─ org.jfuncmachine.sexprlang.translate.ModelMapper.class - [JAR]

├─ org.jfuncmachine.sexprlang.translate.SexprMapper.class - [JAR]

├─ org.jfuncmachine.sexprlang.translate.SexprToModel.class - [JAR]

org.jfuncmachine.compiler.model.expr.conv

├─ org.jfuncmachine.compiler.model.expr.conv.ToByte.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.conv.ToChar.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.conv.ToDouble.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.conv.ToFloat.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.conv.ToInt.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.conv.ToLong.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.conv.ToShort.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.conv.ToUnit.class - [JAR]

org.jfuncmachine.compiler.classgen

├─ org.jfuncmachine.compiler.classgen.ClassGenerator.class - [JAR]

├─ org.jfuncmachine.compiler.classgen.ClassGeneratorOptions.class - [JAR]

├─ org.jfuncmachine.compiler.classgen.ClassGeneratorOptionsBuilder.class - [JAR]

├─ org.jfuncmachine.compiler.classgen.ConstantDynamic.class - [JAR]

├─ org.jfuncmachine.compiler.classgen.EnvVar.class - [JAR]

├─ org.jfuncmachine.compiler.classgen.Environment.class - [JAR]

├─ org.jfuncmachine.compiler.classgen.GeneratedClass.class - [JAR]

├─ org.jfuncmachine.compiler.classgen.GeneratedClassLoader.class - [JAR]

├─ org.jfuncmachine.compiler.classgen.Handle.class - [JAR]

├─ org.jfuncmachine.compiler.classgen.InstructionGenerator.class - [JAR]

├─ org.jfuncmachine.compiler.classgen.Label.class - [JAR]

├─ org.jfuncmachine.compiler.classgen.LambdaInfo.class - [JAR]

├─ org.jfuncmachine.compiler.classgen.LambdaIntInfo.class - [JAR]

org.jfuncmachine.compiler.model.expr.constants

├─ org.jfuncmachine.compiler.model.expr.constants.BooleanConstant.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.constants.ByteConstant.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.constants.CharConstant.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.constants.ClassConstant.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.constants.DoubleConstant.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.constants.FloatConstant.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.constants.IntConstant.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.constants.LongConstant.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.constants.NullConstant.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.constants.ObjectConstant.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.constants.ShortConstant.class - [JAR]

├─ org.jfuncmachine.compiler.model.expr.constants.StringConstant.class - [JAR]