package expression
Type Members
- trait Expression extends AnyRef
-
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...
- case class TypedExpression(expression: Expression, returnType: TypingResult, typingInfo: ExpressionTypingInfo) extends TypedValue with Product with Serializable
- case class TypedExpressionMap(valueByKey: Map[String, TypedExpression]) extends TypedValue with Product with Serializable
- sealed trait TypedValue extends AnyRef