Uses of Class
io.dialob.program.expr.arith.ImmutableMatchesOperator.Builder
-
Packages that use ImmutableMatchesOperator.Builder Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableMatchesOperator.Builder in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutableMatchesOperator.Builder Modifier and Type Method Description static ImmutableMatchesOperator.BuilderImmutableMatchesOperator. builder()Creates a builder forImmutableMatchesOperator.ImmutableMatchesOperator.BuilderImmutableMatchesOperator.Builder. from(MatchesOperator instance)Fill a builder with attribute values from the providedMatchesOperatorinstance.ImmutableMatchesOperator.BuilderImmutableMatchesOperator.Builder. lhs(Expression lhs)Initializes the value for thelhsattribute.ImmutableMatchesOperator.BuilderImmutableMatchesOperator.Builder. rhs(Expression rhs)Initializes the value for therhsattribute.
-