package context
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait Context extends AnyRef
A Context provides access to the variables/fields and functions/methods in the scope represented by this Context.
- abstract class CustomContext extends Context
Override this class if you want to implement a custom Context.
Override this class if you want to implement a custom Context. Call the corresponding super method to handle the default/error case. Typically you will just override one of the dynamic providers (variableProvider, functionProvider)
- trait CustomFunctionProvider extends FunctionProvider
Provides one or more functions which can be used in an expression.
- trait FunctionProvider extends AnyRef
- class JavaFunction extends AnyRef
- abstract class JavaFunctionProvider extends CustomFunctionProvider
Provides one or more functions which can be used in an expression.
- trait VariableProvider extends AnyRef
Value Members
- object Context
- object FunctionProvider
- object VariableProvider