Package tripleo.vendor.mal
Class printer
java.lang.Object
tripleo.vendor.mal.printer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String_pr_str(@NotNull types.MalVal mv, Boolean print_readably) static @NotNull String_pr_str_args(@NotNull types.MalList args, @NotNull String sep, Boolean print_readably) static StringescapeString(String value) static @NotNull Stringjoin(@NotNull List<types.MalVal> value, @NotNull String delim, Boolean print_readably) static @NotNull String
-
Constructor Details
-
printer
public printer()
-
-
Method Details
-
join
-
_pr_str
-
_pr_str_args
@NotNull public static @NotNull String _pr_str_args(@NotNull @NotNull types.MalList args, @NotNull @NotNull String sep, Boolean print_readably) -
join
@NotNull public static @NotNull String join(@NotNull @NotNull List<types.MalVal> value, @NotNull @NotNull String delim, Boolean print_readably) -
escapeString
-