Uses of Interface
io.dialob.program.expr.arith.VariableReference
-
Packages that use VariableReference Package Description io.dialob.program.expr.arith -
-
Uses of VariableReference in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement VariableReference Modifier and Type Class Description classImmutableVariableReference<T>Immutable implementation ofVariableReference.Methods in io.dialob.program.expr.arith that return VariableReference Modifier and Type Method Description static VariableReference<?>Operators. var(ItemId id, ValueType valueType)static VariableReference<?>Operators. var(String id, ValueType valueType)Methods in io.dialob.program.expr.arith with parameters of type VariableReference Modifier and Type Method Description static <T> ImmutableVariableReference<T>ImmutableVariableReference. copyOf(VariableReference<T> instance)Creates an immutable copy of aVariableReferencevalue.ImmutableVariableReference.Builder<T>ImmutableVariableReference.Builder. from(VariableReference<T> instance)Fill a builder with attribute values from the providedio.dialob.program.expr.arith.VariableReferenceinstance.static ExpressionLocalizedLabelOperator. toStringExpression(ProgramBuilder programBuilder, ItemId itemId, VariableReference variableReference)
-