Uses of Class
io.dialob.program.expr.arith.ImmutableMatchesOperator
-
Packages that use ImmutableMatchesOperator Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableMatchesOperator in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith that return ImmutableMatchesOperator Modifier and Type Method Description ImmutableMatchesOperatorImmutableMatchesOperator.Builder. build()Builds a newImmutableMatchesOperator.static ImmutableMatchesOperatorImmutableMatchesOperator. copyOf(MatchesOperator instance)Creates an immutable copy of aMatchesOperatorvalue.static ImmutableMatchesOperatorImmutableMatchesOperator. of(Expression lhs, Expression rhs)Construct a new immutableMatchesOperatorinstance.ImmutableMatchesOperatorImmutableMatchesOperator. withLhs(Expression value)Copy the current immutable object by setting a value for thelhsattribute.ImmutableMatchesOperatorImmutableMatchesOperator. withRhs(Expression value)Copy the current immutable object by setting a value for therhsattribute.
-