Uses of Interface
io.dialob.program.expr.arith.LanguageExpression
-
Packages that use LanguageExpression Package Description io.dialob.program.expr.arith -
-
Uses of LanguageExpression in io.dialob.program.expr.arith
Classes in io.dialob.program.expr.arith that implement LanguageExpression Modifier and Type Class Description classImmutableLanguageExpressionImmutable implementation ofLanguageExpression.Methods in io.dialob.program.expr.arith that return LanguageExpression Modifier and Type Method Description static LanguageExpressionStringOperators. languageOperator()Methods in io.dialob.program.expr.arith with parameters of type LanguageExpression Modifier and Type Method Description static ImmutableLanguageExpressionImmutableLanguageExpression. copyOf(LanguageExpression instance)Creates an immutable copy of aLanguageExpressionvalue.ImmutableLanguageExpression.BuilderImmutableLanguageExpression.Builder. from(LanguageExpression instance)Fill a builder with attribute values from the providedLanguageExpressioninstance.
-