gnu.kawa.functions
Class Format
- Named
apply, apply, apply0, apply1, apply2, apply3, apply4, applyN, check0, check1, check2, check3, check4, checkArgCount, checkN, getName, getProperty, getSetter, getSymbol, match0, match1, match2, match3, match4, matchN, maxArgs, minArgs, name, numArgs, removeProperty, set0, set1, setN, setName, setProperty, setProperty, setSetter, setSymbol, toString |
format
public static final Format format
format
public static void format(OutPort dst,
Object[] args,
int arg_offset)
format$V
public static Object format$V(Object[] args)
formatToString
public static FString formatToString(Object[] args,
int arg_offset)
formatToString
public static FString formatToString(char style,
Object fmt,
Object[] args) Apply format and argument, yielding an FString.
style - either '%' (C/Emacs-style format specifiers), or
'~' (Common Lisp-style format specifiers).fmt - the format string or specificationargs - the arguments to be formatted