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