Uses of Interface
io.dialob.program.expr.arith.Constant
-
Packages that use Constant Package Description io.dialob.program.expr.arith -
-
Uses of Constant in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement Constant Modifier and Type Class Description classImmutableConstant<T>Immutable implementation ofConstant.Fields in io.dialob.program.expr.arith declared as Constant Modifier and Type Field Description static Constant<Boolean>BooleanOperators. FALSEstatic Constant<Boolean>BooleanOperators. TRUEMethods in io.dialob.program.expr.arith with parameters of type Constant Modifier and Type Method Description static <T> ImmutableConstant<T>ImmutableConstant. copyOf(Constant<T> instance)Creates an immutable copy of aConstantvalue.ImmutableConstant.Builder<T>ImmutableConstant.Builder. from(Constant<T> instance)Fill a builder with attribute values from the providedio.dialob.program.expr.arith.Constantinstance.
-