Class LispFormat
java.lang.Object
java.text.Format
gnu.kawa.format.ReportFormat
gnu.kawa.format.CompoundFormat
gnu.kawa.functions.LispFormat
- All Implemented Interfaces:
Serializable, Cloneable
public class LispFormat
extends gnu.kawa.format.CompoundFormat
A representation of a parsed Common Lisp-style format.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class Format
Format.Field -
Field Summary
FieldsFields inherited from class gnu.kawa.format.CompoundFormat
formats, lengthFields inherited from class gnu.kawa.format.ReportFormat
PARAM_FROM_COUNT, PARAM_FROM_LIST, PARAM_UNSPECIFIED -
Constructor Summary
ConstructorsConstructorDescriptionLispFormat(char[] format) LispFormat(char[] format, int offset, int length) LispFormat(String str) -
Method Summary
Methods inherited from class gnu.kawa.format.CompoundFormat
format, format, parseObject, toStringMethods inherited from class gnu.kawa.format.ReportFormat
format, format, format, format, getParam, getParam, getParam, nextArg, print, print, result, resultCodeMethods inherited from class Format
clone, format, formatToCharacterIterator, parseObject
-
Field Details
-
paramFromList
- See Also:
-
paramFromCount
- See Also:
-
paramUnspecified
- See Also:
-
-
Constructor Details
-
LispFormat
- Throws:
ParseException
-
LispFormat
- Throws:
ParseException
-
LispFormat
- Throws:
ParseException
-
-
Method Details
-
getParam
-
asArray
-