Uses of Class
io.dialob.session.engine.program.expr.arith.ImmutableInOperator.Builder
Packages that use ImmutableInOperator.Builder
-
Uses of ImmutableInOperator.Builder in io.dialob.session.engine.program.expr.arith
Methods in io.dialob.session.engine.program.expr.arith that return ImmutableInOperator.BuilderModifier and TypeMethodDescriptionstatic ImmutableInOperator.BuilderImmutableInOperator.builder()Creates a builder forImmutableInOperator.ImmutableInOperator.Builder.from(InfixOperator instance) Fill a builder with attribute values from the providedio.dialob.session.engine.program.expr.arith.InfixOperatorinstance.ImmutableInOperator.Builder.from(InOperator instance) Fill a builder with attribute values from the providedio.dialob.session.engine.program.expr.arith.InOperatorinstance.ImmutableInOperator.Builder.lhs(Expression lhs) Initializes the value for thelhsattribute.ImmutableInOperator.Builder.rhs(Expression rhs) Initializes the value for therhsattribute.