Uses of Class
io.dialob.session.engine.program.expr.ImmutableExpressionList
Packages that use ImmutableExpressionList
-
Uses of ImmutableExpressionList in io.dialob.session.engine.program.expr
Methods in io.dialob.session.engine.program.expr that return ImmutableExpressionListModifier and TypeMethodDescriptionImmutableExpressionList.Builder.build()Builds a newImmutableExpressionList.static ImmutableExpressionListImmutableExpressionList.copyOf(ExpressionList instance) Creates an immutable copy of aExpressionListvalue.final ImmutableExpressionListImmutableExpressionList.withExpressions(Expression... elements) Copy the current immutable object with elements that replace the content ofexpressions.final ImmutableExpressionListImmutableExpressionList.withExpressions(Iterable<? extends Expression> elements) Copy the current immutable object with elements that replace the content ofexpressions.