Package

pl.touk.nussknacker.engine.api

expression

Permalink

package expression

Visibility
  1. Public
  2. All

Type Members

  1. trait Expression extends AnyRef

    Permalink
  2. case class ExpressionParseError(message: String) extends Product with Serializable

    Permalink
  3. trait ExpressionParser extends AnyRef

    Permalink
  4. trait ExpressionTypingInfo extends AnyRef

    Permalink

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

  5. case class TypedExpression(expression: Expression, returnType: TypingResult, typingInfo: ExpressionTypingInfo) extends TypedValue with Product with Serializable

    Permalink
  6. case class TypedExpressionMap(valueByKey: Map[String, TypedExpression]) extends TypedValue with Product with Serializable

    Permalink
  7. sealed trait TypedValue extends AnyRef

    Permalink
  8. case class ValueWithLazyContext[T](value: T, lazyContext: LazyContext) extends Product with Serializable

    Permalink

Ungrouped