jar

org.camunda.feel : feel-engine

Maven & Gradle

Jul 26, 2023
16 usages
124 stars

FEEL Scala Engine

Table Of Contents

Latest Version

Download org.camunda.feel : feel-engine JAR file - Latest Versions:

All Versions

Download org.camunda.feel : feel-engine JAR file - All Versions:

Version Vulnerabilities Size Updated
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.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 feel-engine-1.17.0-alpha1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.camunda.feel.impl.script

├─ org.camunda.feel.impl.script.CompiledFeelScript.class - [JAR]

├─ org.camunda.feel.impl.script.FeelExpressionScriptEngine.class - [JAR]

├─ org.camunda.feel.impl.script.FeelScriptEngine.class - [JAR]

├─ org.camunda.feel.impl.script.FeelScriptEngineFactory.class - [JAR]

├─ org.camunda.feel.impl.script.FeelUnaryTestsScriptEngine.class - [JAR]

├─ org.camunda.feel.impl.script.FeelUnaryTestsScriptEngineFactory.class - [JAR]

org.camunda.feel.impl

├─ org.camunda.feel.impl.DefaultValueMapper.class - [JAR]

├─ org.camunda.feel.impl.JavaValueMapper.class - [JAR]

├─ org.camunda.feel.impl.SpiServiceLoader.class - [JAR]

org.camunda.feel.impl.parser

├─ org.camunda.feel.impl.parser.ExpressionValidator.class - [JAR]

├─ org.camunda.feel.impl.parser.FeelParser.class - [JAR]

org.camunda.feel.syntaxtree

├─ org.camunda.feel.syntaxtree.Addition.class - [JAR]

├─ org.camunda.feel.syntaxtree.ArithmeticNegation.class - [JAR]

├─ org.camunda.feel.syntaxtree.AtLeastOne.class - [JAR]

├─ org.camunda.feel.syntaxtree.ClosedConstRangeBoundary.class - [JAR]

├─ org.camunda.feel.syntaxtree.ClosedRangeBoundary.class - [JAR]

├─ org.camunda.feel.syntaxtree.Comparison.class - [JAR]

├─ org.camunda.feel.syntaxtree.Conjunction.class - [JAR]

├─ org.camunda.feel.syntaxtree.ConstBool.class - [JAR]

├─ org.camunda.feel.syntaxtree.ConstContext.class - [JAR]

├─ org.camunda.feel.syntaxtree.ConstDate.class - [JAR]

├─ org.camunda.feel.syntaxtree.ConstDateTime.class - [JAR]

├─ org.camunda.feel.syntaxtree.ConstDayTimeDuration.class - [JAR]

├─ org.camunda.feel.syntaxtree.ConstInputValue.class - [JAR]

├─ org.camunda.feel.syntaxtree.ConstList.class - [JAR]

├─ org.camunda.feel.syntaxtree.ConstLocalDateTime.class - [JAR]

├─ org.camunda.feel.syntaxtree.ConstLocalTime.class - [JAR]

├─ org.camunda.feel.syntaxtree.ConstNull.class - [JAR]

├─ org.camunda.feel.syntaxtree.ConstNumber.class - [JAR]

├─ org.camunda.feel.syntaxtree.ConstRange.class - [JAR]

├─ org.camunda.feel.syntaxtree.ConstRangeBoundary.class - [JAR]

├─ org.camunda.feel.syntaxtree.ConstString.class - [JAR]

├─ org.camunda.feel.syntaxtree.ConstTime.class - [JAR]

├─ org.camunda.feel.syntaxtree.ConstYearMonthDuration.class - [JAR]

├─ org.camunda.feel.syntaxtree.Disjunction.class - [JAR]

├─ org.camunda.feel.syntaxtree.Division.class - [JAR]

├─ org.camunda.feel.syntaxtree.Equal.class - [JAR]

├─ org.camunda.feel.syntaxtree.EveryItem.class - [JAR]

├─ org.camunda.feel.syntaxtree.Exp.class - [JAR]

├─ org.camunda.feel.syntaxtree.Exponentiation.class - [JAR]

├─ org.camunda.feel.syntaxtree.Filter.class - [JAR]

├─ org.camunda.feel.syntaxtree.For.class - [JAR]

├─ org.camunda.feel.syntaxtree.FunctionDefinition.class - [JAR]

├─ org.camunda.feel.syntaxtree.FunctionInvocation.class - [JAR]

├─ org.camunda.feel.syntaxtree.FunctionParameters.class - [JAR]

├─ org.camunda.feel.syntaxtree.GreaterOrEqual.class - [JAR]

├─ org.camunda.feel.syntaxtree.GreaterThan.class - [JAR]

├─ org.camunda.feel.syntaxtree.If.class - [JAR]

├─ org.camunda.feel.syntaxtree.In.class - [JAR]

├─ org.camunda.feel.syntaxtree.InputEqualTo.class - [JAR]

├─ org.camunda.feel.syntaxtree.InputGreaterOrEqual.class - [JAR]

├─ org.camunda.feel.syntaxtree.InputGreaterThan.class - [JAR]

├─ org.camunda.feel.syntaxtree.InputInRange.class - [JAR]

├─ org.camunda.feel.syntaxtree.InputLessOrEqual.class - [JAR]

├─ org.camunda.feel.syntaxtree.InputLessThan.class - [JAR]

├─ org.camunda.feel.syntaxtree.InstanceOf.class - [JAR]

├─ org.camunda.feel.syntaxtree.IterationContext.class - [JAR]

├─ org.camunda.feel.syntaxtree.JavaFunctionInvocation.class - [JAR]

├─ org.camunda.feel.syntaxtree.LessOrEqual.class - [JAR]

├─ org.camunda.feel.syntaxtree.LessThan.class - [JAR]

├─ org.camunda.feel.syntaxtree.Multiplication.class - [JAR]

├─ org.camunda.feel.syntaxtree.NamedFunctionParameters.class - [JAR]

├─ org.camunda.feel.syntaxtree.Not.class - [JAR]

├─ org.camunda.feel.syntaxtree.OpenConstRangeBoundary.class - [JAR]

├─ org.camunda.feel.syntaxtree.OpenRangeBoundary.class - [JAR]

├─ org.camunda.feel.syntaxtree.ParsedExpression.class - [JAR]

├─ org.camunda.feel.syntaxtree.PathExpression.class - [JAR]

├─ org.camunda.feel.syntaxtree.PositionalFunctionParameters.class - [JAR]

├─ org.camunda.feel.syntaxtree.QualifiedFunctionInvocation.class - [JAR]

├─ org.camunda.feel.syntaxtree.RangeBoundary.class - [JAR]

├─ org.camunda.feel.syntaxtree.Ref.class - [JAR]

├─ org.camunda.feel.syntaxtree.SomeItem.class - [JAR]

├─ org.camunda.feel.syntaxtree.Subtraction.class - [JAR]

├─ org.camunda.feel.syntaxtree.UnaryTestExpression.class - [JAR]

├─ org.camunda.feel.syntaxtree.Val.class - [JAR]

├─ org.camunda.feel.syntaxtree.ValBoolean.class - [JAR]

├─ org.camunda.feel.syntaxtree.ValContext.class - [JAR]

├─ org.camunda.feel.syntaxtree.ValDate.class - [JAR]

├─ org.camunda.feel.syntaxtree.ValDateTime.class - [JAR]

├─ org.camunda.feel.syntaxtree.ValDayTimeDuration.class - [JAR]

├─ org.camunda.feel.syntaxtree.ValError.class - [JAR]

├─ org.camunda.feel.syntaxtree.ValFunction.class - [JAR]

├─ org.camunda.feel.syntaxtree.ValList.class - [JAR]

├─ org.camunda.feel.syntaxtree.ValLocalDateTime.class - [JAR]

├─ org.camunda.feel.syntaxtree.ValLocalTime.class - [JAR]

├─ org.camunda.feel.syntaxtree.ValNull.class - [JAR]

├─ org.camunda.feel.syntaxtree.ValNumber.class - [JAR]

├─ org.camunda.feel.syntaxtree.ValRange.class - [JAR]

├─ org.camunda.feel.syntaxtree.ValString.class - [JAR]

├─ org.camunda.feel.syntaxtree.ValTime.class - [JAR]

├─ org.camunda.feel.syntaxtree.ValYearMonthDuration.class - [JAR]

├─ org.camunda.feel.syntaxtree.ZonedTime.class - [JAR]

org.camunda.feel.impl.builtin

├─ org.camunda.feel.impl.builtin.BooleanBuiltinFunctions.class - [JAR]

├─ org.camunda.feel.impl.builtin.BuiltinFunction.class - [JAR]

├─ org.camunda.feel.impl.builtin.ContextBuiltinFunctions.class - [JAR]

├─ org.camunda.feel.impl.builtin.ConversionBuiltinFunctions.class - [JAR]

├─ org.camunda.feel.impl.builtin.ListBuiltinFunctions.class - [JAR]

├─ org.camunda.feel.impl.builtin.NumericBuiltinFunctions.class - [JAR]

├─ org.camunda.feel.impl.builtin.RangeBuiltinFunction.class - [JAR]

├─ org.camunda.feel.impl.builtin.StringBuiltinFunctions.class - [JAR]

├─ org.camunda.feel.impl.builtin.TemporalBuiltinFunctions.class - [JAR]

org.camunda.feel.impl.interpreter

├─ org.camunda.feel.impl.interpreter.BuiltinFunctions.class - [JAR]

├─ org.camunda.feel.impl.interpreter.EvalContext.class - [JAR]

├─ org.camunda.feel.impl.interpreter.FeelInterpreter.class - [JAR]

├─ org.camunda.feel.impl.interpreter.JavaClassMapper.class - [JAR]

├─ org.camunda.feel.impl.interpreter.ObjectContext.class - [JAR]

org.camunda.feel

├─ org.camunda.feel.FeelEngine.class - [JAR]

├─ org.camunda.feel.FeelEngineClock.class - [JAR]

├─ org.camunda.feel.package.class - [JAR]

org.camunda.feel.context

├─ org.camunda.feel.context.Context.class - [JAR]

├─ org.camunda.feel.context.CustomContext.class - [JAR]

├─ org.camunda.feel.context.CustomFunctionProvider.class - [JAR]

├─ org.camunda.feel.context.FunctionProvider.class - [JAR]

├─ org.camunda.feel.context.JavaFunction.class - [JAR]

├─ org.camunda.feel.context.JavaFunctionProvider.class - [JAR]

├─ org.camunda.feel.context.VariableProvider.class - [JAR]

org.camunda.feel.valuemapper

├─ org.camunda.feel.valuemapper.CustomValueMapper.class - [JAR]

├─ org.camunda.feel.valuemapper.JavaCustomValueMapper.class - [JAR]

├─ org.camunda.feel.valuemapper.ValueMapper.class - [JAR]

Advertisement

Dependencies from Group

Jul 26, 2023
16 usages
124 stars
Mar 13, 2020
124 stars
Jun 16, 2020
124 stars

Discover Dependencies

Dec 18, 2021
4 usages
Jul 30, 2022
2 usages
19 stars
Jul 09, 2021
3 usages
2 stars
Jun 28, 2021
2 usages
396 stars
Aug 03, 2023
3 usages
47 stars
Aug 09, 2023
6 usages
1 stars
Oct 12, 2021
2 usages
0 stars
Feb 01, 2013
2 usages