Uses of Interface
io.dialob.program.expr.arith.ContextVariableReference
-
Packages that use ContextVariableReference Package Description io.dialob.program.expr.arith -
-
Uses of ContextVariableReference in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement ContextVariableReference Modifier and Type Class Description classImmutableContextVariableReference<T>Immutable implementation ofContextVariableReference.Methods in io.dialob.program.expr.arith with parameters of type ContextVariableReference Modifier and Type Method Description static <T> ImmutableContextVariableReference<T>ImmutableContextVariableReference. copyOf(ContextVariableReference<T> instance)Creates an immutable copy of aContextVariableReferencevalue.ImmutableContextVariableReference.Builder<T>ImmutableContextVariableReference.Builder. from(ContextVariableReference<T> instance)Fill a builder with attribute values from the providedio.dialob.program.expr.arith.ContextVariableReferenceinstance.
-