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

FluentInfixExpression

open class FluentInfixExpression : FluentExpression (source)

Used to build an InfixExpression with a left operand, an operator and a right operand.

Properties

operator val operator: String

Functions

build open fun build(ast: AST): InfixExpression
right fun right(anotherExpression: FluentExpression): FluentInfixExpression
Adds a FluentExpression to the list of extended operands on the right hand side of the operator.

Inherited Functions

build open fun build(): Expression
field fun field(fieldName: String): FluentFieldAccess
index fun index(expression: FluentExpression): FluentArrayAccess


Generated using Dokka.