public final class Format
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
Format.Argument |
static class |
Format.ConditionBuilder |
Constructor and Description |
---|
Format() |
Modifier and Type | Method and Description |
---|---|
static Format.Argument |
createArgument(Expr expr) |
static Format.Argument |
createArgument(StatementAttributeCall call) |
static Format.Argument |
createArgument(java.lang.String str) |
public static Format.Argument createArgument(java.lang.String str)
public static Format.Argument createArgument(Expr expr)
public static Format.Argument createArgument(StatementAttributeCall call)