Package gnu.kawa.functions
Class ParseFormat
java.lang.Object
gnu.mapping.PropertySet
gnu.mapping.Procedure
gnu.mapping.Procedure1
gnu.kawa.functions.ParseFormat
- All Implemented Interfaces:
Named
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final ParseFormat
static final int
static final int
static final int
static final int
static final int
Fields inherited from class gnu.mapping.Procedure1
applyToObject
Fields inherited from class gnu.mapping.Procedure
applyMethodType, applyToConsumerDefault, applyToConsumerMethod, applyToObjectDefault, applyToObjectMethod, compilerKey, compilerXKey, inlineIfConstantSymbol, validateApplyKey, validateXApplyKey
Fields inherited from class gnu.mapping.PropertySet
nameKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic gnu.kawa.format.ReportFormat
gnu.kawa.format.ReportFormat
parseFormat
(gnu.kawa.io.InPort fmt) static gnu.kawa.format.ReportFormat
parseFormat
(gnu.kawa.io.InPort fmt, char magic) Methods inherited from class gnu.mapping.Procedure1
apply0, apply2, apply3, apply4, applyN, applyToObject, numArgs
Methods inherited from class gnu.mapping.Procedure
applyL, applyToConsumerDefault, applyToObjectDefault, checkArgCount, checkBadCode, getApplyMethod, getApplyToConsumerMethod, getApplyToObjectMethod, getReturnType, getSetter, getSourceLocation, isSideEffectFree, lookupApplyHandle, maxArgs, maxArgs, minArgs, minArgs, set0, set1, setN, setSetter, setSourceLocation, toString
Methods inherited from class gnu.mapping.PropertySet
getName, getProperty, getSymbol, removeProperty, setName, setProperty, setProperty, setSymbol
-
Field Details
-
parseFormat
-
PARAM_UNSPECIFIED
public static final int PARAM_UNSPECIFIED- See Also:
-
PARAM_FROM_LIST
public static final int PARAM_FROM_LIST- See Also:
-
SEEN_MINUS
public static final int SEEN_MINUS- See Also:
-
SEEN_PLUS
public static final int SEEN_PLUS- See Also:
-
SEEN_SPACE
public static final int SEEN_SPACE- See Also:
-
SEEN_ZERO
public static final int SEEN_ZERO- See Also:
-
SEEN_HASH
public static final int SEEN_HASH- See Also:
-
-
Constructor Details
-
ParseFormat
public ParseFormat(boolean emacsStyle)
-
-
Method Details
-
parseFormat
public gnu.kawa.format.ReportFormat parseFormat(gnu.kawa.io.InPort fmt) throws ParseException, IOException - Throws:
ParseException
IOException
-
parseFormat
public static gnu.kawa.format.ReportFormat parseFormat(gnu.kawa.io.InPort fmt, char magic) throws ParseException, IOException - Throws:
ParseException
IOException
-
apply1
- Specified by:
apply1
in classProcedure1
-
asFormat
-