Package com.aquima.interactions.expressions.environment


package com.aquima.interactions.expressions.environment
  • Class
    Description
    This interface specifies a scoped parse time environment in which scoped-variables are connected to their types as well as functions.
    This interface specifies a scoped runtime environment in which scoped-variables can be created and values can be located using current scope first.
    This exception represents any exception during parse or evaluation time with regard to scope boundaries.
    This class is an implementation of the ITypeEnvironment interface which uses the TypeScope class to define elements within the scope.
    This class is an implementation of the IValueEnvironment interface which uses the ValueScope class to define elements within the scope.