Uses of Class
io.dialob.program.expr.arith.ImmutableLanguageExpression
-
Packages that use ImmutableLanguageExpression Package Description io.dialob.program.expr.arith -
-
Uses of ImmutableLanguageExpression in io.dialob.program.expr.arith
Fields in io.dialob.program.expr.arith declared as ImmutableLanguageExpression Modifier and Type Field Description static ImmutableLanguageExpressionStringOperators. LANGUAGE_EXPRESSIONMethods in io.dialob.program.expr.arith that return ImmutableLanguageExpression Modifier and Type Method Description ImmutableLanguageExpressionImmutableLanguageExpression.Builder. build()Builds a newImmutableLanguageExpression.static ImmutableLanguageExpressionImmutableLanguageExpression. copyOf(LanguageExpression instance)Creates an immutable copy of aLanguageExpressionvalue.
-