Uses of Interface
io.dialob.program.expr.ExpressionList
-
Packages that use ExpressionList Package Description io.dialob.program.expr -
-
Uses of ExpressionList in io.dialob.program.expr
Classes in io.dialob.program.expr that implement ExpressionList Modifier and Type Class Description classImmutableExpressionListImmutable implementation ofExpressionList.Methods in io.dialob.program.expr with parameters of type ExpressionList Modifier and Type Method Description static ImmutableExpressionListImmutableExpressionList. copyOf(ExpressionList instance)Creates an immutable copy of aExpressionListvalue.ImmutableExpressionList.BuilderImmutableExpressionList.Builder. from(ExpressionList instance)Fill a builder with attribute values from the providedExpressionListinstance.
-