All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description Abs This class is a function that executes within Evaluator.AbstractOperator This is the standard operator that is the parent to all operators found in expressions.Acos This class is a function that executes within Evaluator.AdditionOperator The addition operator.ArgumentTokenizer Helper class with tokenizer methods to be called on a String of arguments.Asin This class is a function that executes within Evaluator.Atan This class is a function that executes within Evaluator.Atan2 This class is a function that executes within Evaluator.BooleanAndOperator The boolean and operator.BooleanNotOperator The boolean not operator.BooleanOrOperator The boolean or operator.Ceil This class is a function that executes within Evaluator.CharAt This class is a function that executes within Evaluator.ClosedParenthesesOperator The closed parentheses operator.CompareTo This class is a function that executes within Evaluator.CompareToIgnoreCase This class is a function that executes within Evaluator.Concat This class is a function that executes within Evaluator.Cos This class is a function that executes within Evaluator.DivisionOperator The division operator.EndsWith This class is a function that executes within Evaluator.EqualOperator The equal operator.Equals This class is a function that executes within Evaluator.EqualsIgnoreCase This class is a function that executes within Evaluator.Eval This class is a function that executes within Evaluator.EvaluationConstants Contains constants used by classes in this package.EvaluationException This exception is thrown when an error occurs during the evaluation process.EvaluationHelper EvaluationResult This class can be used to wrap the result of an expression evaluation.Evaluator This class is used to evaluate mathematical, string, Boolean and functional expressions.Exp This class is a function that executes within Evaluator.ExpressionOperand Represents an operand being processed in the expression.ExpressionOperator Represents an operator being processed in the expression.ExpressionTree Represents an expression tree made up of a left operand, right operand, operator and unary operator.Floor This class is a function that executes within Evaluator.Function A function that can be specified in an expression.FunctionConstants Contains constants used by classes in this package.FunctionException This exception is thrown when an error occurs while processing a function.FunctionGroup A groups of functions that can loaded at one time into an instance of Evaluator.FunctionHelper This class contains many methods that are helpful when writing functions.FunctionResult This is a wrapper for the result value returned from a function that not only contains the result, but the type.GreaterThanOperator The greater than operator.GreaterThanOrEqualOperator The greater than or equal operator.IEEEremainder This class is a function that executes within Evaluator.IndexOf This class is a function that executes within Evaluator.LastIndexOf This class is a function that executes within Evaluator.Left This class is a function that executes within Evaluator.Length This class is a function that executes within Evaluator.LessThanOperator The less than operator.LessThanOrEqualOperator The less than or equal operator.Log This class is a function that executes within Evaluator.MathFunctions A groups of functions that can loaded at one time into an instance of Evaluator.Max This class is a function that executes within Evaluator.Min This class is a function that executes within Evaluator.ModulusOperator The modulus operator.MultiplicationOperator The multiplication operator.NextOperator Represents the next operator in the expression to process.NotEqualOperator The not equal operator.OpenParenthesesOperator The open parentheses operator.Operator An oerator than can specified in an expression.ParsedFunction This class represents a function that has been parsed.Pow This class is a function that executes within Evaluator.Random This class is a function that executes within Evaluator.RegexMatches This class is a function that executes within Evaluator.Replace This class is a function that executes within Evaluator.ReplaceOnce This class is a function that executes within Evaluator.ReplaceStr This class is a function that executes within Evaluator.Right This class is a function that executes within Evaluator.Rint This class is a function that executes within Evaluator.Round This class is a function that executes within Evaluator.Sin This class is a function that executes within Evaluator.Split This class is a function that executes within Evaluator.Sqrt This class is a function that executes within Evaluator.StartsWith This class is a function that executes within Evaluator.StringFunctions A groups of functions that can loaded at one time into an instance of Evaluator.Substring This class is a function that executes within Evaluator.SubtractionOperator The subtraction operator.Tan This class is a function that executes within Evaluator.TextLines This class is a function that executes within Evaluator.ToDegrees This class is a function that executes within Evaluator.ToLowerCase This class is a function that executes within Evaluator.ToRadians This class is a function that executes within Evaluator.ToUpperCase This class is a function that executes within Evaluator.Trim This class is a function that executes within Evaluator.VariableResolver This interface can be implement with a custom resolver and set onto the Evaluator class.