Packages

package context

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Context extends AnyRef

    A Context provides access to the variables/fields and functions/methods in the scope represented by this Context.

  2. 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)

  3. trait CustomFunctionProvider extends FunctionProvider

    Provides one or more functions which can be used in an expression.

  4. trait FunctionProvider extends AnyRef
  5. class JavaFunction extends AnyRef
  6. abstract class JavaFunctionProvider extends CustomFunctionProvider

    Provides one or more functions which can be used in an expression.

  7. trait VariableProvider extends AnyRef

Value Members

  1. object Context
  2. object FunctionProvider
  3. object VariableProvider

Ungrouped