gnu.kawa.functions
public class ParseFormat extends Procedure1
Field Summary | |
---|---|
static ParseFormat | parseFormat |
static int | PARAM_FROM_LIST |
static int | PARAM_UNSPECIFIED |
static int | SEEN_HASH |
static int | SEEN_MINUS |
static int | SEEN_PLUS |
static int | SEEN_SPACE |
static int | SEEN_ZERO |
Constructor Summary | |
---|---|
ParseFormat(boolean emacsStyle) |
Method Summary | |
---|---|
Object | apply1(Object arg) |
static ReportFormat | asFormat(Object arg, char style) |
ReportFormat | parseFormat(LineBufferedReader fmt) |
static ReportFormat | parseFormat(LineBufferedReader fmt, char magic) |