All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download jeval JAR 0.9.4 with all dependencies


JEval is the advanced library for adding high-performance, mathematical, Boolean and functional expression parsing and evaluation to your Java applications.

Files of the artifact jeval version 0.9.4 from the group net.sourceforge.jeval.

Artifact jeval
Group net.sourceforge.jeval
Version 0.9.4
Last update 09. April 2011
Tags: expression your mathematical functional jeval evaluation performance advanced library parsing boolean applications java high adding
Organization not specified
URL http://jeval.sourceforge.net
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of jeval Show documentation

Please rate this JAR file. Is it a good library?

8 downloads

Source code of jeval version 0.9.4

net.sourceforge.jeval
net.sourceforge.jeval.net.sourceforge.jeval.ArgumentTokenizer
net.sourceforge.jeval.net.sourceforge.jeval.EvaluationConstants
net.sourceforge.jeval.net.sourceforge.jeval.EvaluationException
net.sourceforge.jeval.net.sourceforge.jeval.EvaluationHelper
net.sourceforge.jeval.net.sourceforge.jeval.EvaluationResult
net.sourceforge.jeval.net.sourceforge.jeval.Evaluator
net.sourceforge.jeval.net.sourceforge.jeval.ExpressionOperand
net.sourceforge.jeval.net.sourceforge.jeval.ExpressionOperator
net.sourceforge.jeval.net.sourceforge.jeval.ExpressionTree
net.sourceforge.jeval.net.sourceforge.jeval.NextOperator
net.sourceforge.jeval.net.sourceforge.jeval.ParsedFunction
net.sourceforge.jeval.net.sourceforge.jeval.VariableResolver
net.sourceforge.jeval.function
net.sourceforge.jeval.function.net.sourceforge.jeval.function.Function
net.sourceforge.jeval.function.net.sourceforge.jeval.function.FunctionConstants
net.sourceforge.jeval.function.net.sourceforge.jeval.function.FunctionException
net.sourceforge.jeval.function.net.sourceforge.jeval.function.FunctionGroup
net.sourceforge.jeval.function.net.sourceforge.jeval.function.FunctionHelper
net.sourceforge.jeval.function.net.sourceforge.jeval.function.FunctionResult
net.sourceforge.jeval.function.math
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.Abs
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.Acos
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.Asin
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.Atan
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.Atan2
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.Ceil
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.Cos
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.Exp
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.Floor
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.IEEEremainder
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.Log
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.MathFunctions
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.Max
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.Min
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.Pow
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.Random
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.Rint
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.Round
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.Sin
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.Sqrt
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.Tan
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.ToDegrees
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.ToRadians
net.sourceforge.jeval.function.math.net.sourceforge.jeval.function.math.package.html
net.sourceforge.jeval.function
net.sourceforge.jeval.function.net.sourceforge.jeval.function.package.html
net.sourceforge.jeval.function.string
net.sourceforge.jeval.function.string.net.sourceforge.jeval.function.string.CharAt
net.sourceforge.jeval.function.string.net.sourceforge.jeval.function.string.CompareTo
net.sourceforge.jeval.function.string.net.sourceforge.jeval.function.string.CompareToIgnoreCase
net.sourceforge.jeval.function.string.net.sourceforge.jeval.function.string.Concat
net.sourceforge.jeval.function.string.net.sourceforge.jeval.function.string.EndsWith
net.sourceforge.jeval.function.string.net.sourceforge.jeval.function.string.Equals
net.sourceforge.jeval.function.string.net.sourceforge.jeval.function.string.EqualsIgnoreCase
net.sourceforge.jeval.function.string.net.sourceforge.jeval.function.string.Eval
net.sourceforge.jeval.function.string.net.sourceforge.jeval.function.string.IndexOf
net.sourceforge.jeval.function.string.net.sourceforge.jeval.function.string.LastIndexOf
net.sourceforge.jeval.function.string.net.sourceforge.jeval.function.string.Length
net.sourceforge.jeval.function.string.net.sourceforge.jeval.function.string.Replace
net.sourceforge.jeval.function.string.net.sourceforge.jeval.function.string.StartsWith
net.sourceforge.jeval.function.string.net.sourceforge.jeval.function.string.StringFunctions
net.sourceforge.jeval.function.string.net.sourceforge.jeval.function.string.Substring
net.sourceforge.jeval.function.string.net.sourceforge.jeval.function.string.ToLowerCase
net.sourceforge.jeval.function.string.net.sourceforge.jeval.function.string.ToUpperCase
net.sourceforge.jeval.function.string.net.sourceforge.jeval.function.string.Trim
net.sourceforge.jeval.function.string.net.sourceforge.jeval.function.string.package.html
net.sourceforge.jeval.operator
net.sourceforge.jeval.operator.net.sourceforge.jeval.operator.AbstractOperator
net.sourceforge.jeval.operator.net.sourceforge.jeval.operator.AdditionOperator
net.sourceforge.jeval.operator.net.sourceforge.jeval.operator.BooleanAndOperator
net.sourceforge.jeval.operator.net.sourceforge.jeval.operator.BooleanNotOperator
net.sourceforge.jeval.operator.net.sourceforge.jeval.operator.BooleanOrOperator
net.sourceforge.jeval.operator.net.sourceforge.jeval.operator.ClosedParenthesesOperator
net.sourceforge.jeval.operator.net.sourceforge.jeval.operator.DivisionOperator
net.sourceforge.jeval.operator.net.sourceforge.jeval.operator.EqualOperator
net.sourceforge.jeval.operator.net.sourceforge.jeval.operator.GreaterThanOperator
net.sourceforge.jeval.operator.net.sourceforge.jeval.operator.GreaterThanOrEqualOperator
net.sourceforge.jeval.operator.net.sourceforge.jeval.operator.LessThanOperator
net.sourceforge.jeval.operator.net.sourceforge.jeval.operator.LessThanOrEqualOperator
net.sourceforge.jeval.operator.net.sourceforge.jeval.operator.ModulusOperator
net.sourceforge.jeval.operator.net.sourceforge.jeval.operator.MultiplicationOperator
net.sourceforge.jeval.operator.net.sourceforge.jeval.operator.NotEqualOperator
net.sourceforge.jeval.operator.net.sourceforge.jeval.operator.OpenParenthesesOperator
net.sourceforge.jeval.operator.net.sourceforge.jeval.operator.Operator
net.sourceforge.jeval.operator.net.sourceforge.jeval.operator.SubtractionOperator
net.sourceforge.jeval
net.sourceforge.jeval.net.sourceforge.jeval.package.html
.overview.html




© 2015 - 2024 Weber Informatics LLC | Privacy Policy