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

FluentInfixOperatorPartial

class FluentInfixOperatorPartial (source)

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

Functions

left fun left(expression: FluentExpression): FluentInfixLeftPartial
Creates a FluentInfixLeftPartial by adding a left-hand-side operand to the infix.


Generated using Dokka.