public class ParseFormat extends Procedure1
| Modifier and Type | Field and Description |
|---|---|
static int |
PARAM_FROM_LIST |
static int |
PARAM_UNSPECIFIED |
static ParseFormat |
parseFormat |
static int |
SEEN_HASH |
static int |
SEEN_MINUS |
static int |
SEEN_PLUS |
static int |
SEEN_SPACE |
static int |
SEEN_ZERO |
compilerKey, compilerXKey, validateApplyKey, validateXApplyKeynameKey| Constructor and Description |
|---|
ParseFormat(boolean emacsStyle) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply1(java.lang.Object arg) |
static ReportFormat |
asFormat(java.lang.Object arg,
char style) |
ReportFormat |
parseFormat(gnu.kawa.io.InPort fmt) |
static ReportFormat |
parseFormat(gnu.kawa.io.InPort fmt,
char magic) |
apply, apply, check0, check1, check2, check3, check4, checkArgCount, checkN, getReturnType, getSetter, getSourceLocation, isSideEffectFree, match0, match1, match2, match3, match4, matchN, maxArgs, maxArgs, minArgs, minArgs, set0, set1, setN, setSetter, setSourceLocation, toStringgetName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbolpublic static final ParseFormat parseFormat
public static final int PARAM_UNSPECIFIED
public static final int PARAM_FROM_LIST
public static final int SEEN_MINUS
public static final int SEEN_PLUS
public static final int SEEN_SPACE
public static final int SEEN_ZERO
public static final int SEEN_HASH
public ReportFormat parseFormat(gnu.kawa.io.InPort fmt) throws java.text.ParseException, java.io.IOException
java.text.ParseExceptionjava.io.IOExceptionpublic static ReportFormat parseFormat(gnu.kawa.io.InPort fmt, char magic) throws java.text.ParseException, java.io.IOException
java.text.ParseExceptionjava.io.IOExceptionpublic java.lang.Object apply1(java.lang.Object arg)
apply1 in class Procedure1public static ReportFormat asFormat(java.lang.Object arg, char style)