Packages

package expression

Type Members

  1. trait Expression extends AnyRef
  2. trait ExpressionTypingInfo extends AnyRef

    It contains information about intermediate result of typing of expression.

    It contains information about intermediate result of typing of expression. Can be used for further processing of expression like some substitutions base on type...

  3. case class TypedExpression(expression: Expression, returnType: TypingResult, typingInfo: ExpressionTypingInfo) extends TypedValue with Product with Serializable
  4. case class TypedExpressionMap(valueByKey: Map[String, TypedExpression]) extends TypedValue with Product with Serializable
  5. sealed trait TypedValue extends AnyRef

Ungrouped