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