fluentast-core / at.hschroedl.fluentast.ast.expression / FluentInfixLeftPartial

FluentInfixLeftPartial

class FluentInfixLeftPartial (source)

Used to build an InfixExpression. This partial represents an intermediate representation where an operator and left-hand-side operand has been set but a right-hand side operand is missing.

Functions

right fun right(rightExpression: FluentExpression): FluentInfixExpression
Creates a FluentInfixExpression by adding an expression to the right-hand side of this partial.


Generated using Dokka.