Create apply DiagrammedExpr
that wraps Apply
or TypeApply
expression.
Create apply DiagrammedExpr
that wraps Apply
or TypeApply
expression.
the qualifier of the Apply
or TypeApply
expression
the arguments of the Apply
or TypeApply
expression
the expression value
the anchor of the expression
an apply DiagrammedExpr
Create select DiagrammedExpr
that wraps Select
expression.
Create select DiagrammedExpr
that wraps Select
expression.
the qualifier of the Apply
or TypeApply
expression
the expression value
the anchor of the expression
a select DiagrammedExpr
Create simple DiagrammedExpr
that wraps expressions that is not Select
, Apply
or TypeApply
.
Create simple DiagrammedExpr
that wraps expressions that is not Select
, Apply
or TypeApply
.
the expression value
the anchor of the expression
a simple DiagrammedExpr
DiagrammedExpr
companion object that provides factory methods to create different sub types ofDiagrammedExpr
DiagrammedExpr
is used by code generated fromDiagrammedAssertionsMacro
, it needs to be public so that the generated code can be compiled. It is expected that ScalaTest users would ever need to useDiagrammedExpr
directly.