package interpreter
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class BuiltinFunctions extends FunctionProvider
- class EvalContext extends Context
- class EvaluationFailureCollector extends AnyRef
- class FeelInterpreter extends AnyRef
- case class ObjectContext(obj: Any) extends Context with Product with Serializable
A context that wraps the fields and methods of a given JVM object
A context that wraps the fields and methods of a given JVM object
- obj
the JVM object to be wrapped
- class ValComparator extends AnyRef
Value Members
- object EvalContext
- object FeelInterpreter
- object JavaClassMapper