gnu.kawa.functions

Class ParseFormat

public class ParseFormat extends Procedure1

Field Summary
static ParseFormatparseFormat
static intPARAM_FROM_LIST
static intPARAM_UNSPECIFIED
static intSEEN_HASH
static intSEEN_MINUS
static intSEEN_PLUS
static intSEEN_SPACE
static intSEEN_ZERO
Constructor Summary
ParseFormat(boolean emacsStyle)
Method Summary
Objectapply1(Object arg)
static ReportFormatasFormat(Object arg, char style)
ReportFormatparseFormat(LineBufferedReader fmt)
static ReportFormatparseFormat(LineBufferedReader fmt, char magic)

Field Detail

parseFormat

public static final ParseFormat parseFormat

PARAM_FROM_LIST

public static final int PARAM_FROM_LIST

PARAM_UNSPECIFIED

public static final int PARAM_UNSPECIFIED

SEEN_HASH

public static final int SEEN_HASH

SEEN_MINUS

public static final int SEEN_MINUS

SEEN_PLUS

public static final int SEEN_PLUS

SEEN_SPACE

public static final int SEEN_SPACE

SEEN_ZERO

public static final int SEEN_ZERO

Constructor Detail

ParseFormat

public ParseFormat(boolean emacsStyle)

Method Detail

apply1

public Object apply1(Object arg)

asFormat

public static ReportFormat asFormat(Object arg, char style)

parseFormat

public ReportFormat parseFormat(LineBufferedReader fmt)

parseFormat

public static ReportFormat parseFormat(LineBufferedReader fmt, char magic)