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 java.text.Format

    Format.Field
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     

    Fields inherited from class gnu.kawa.format.CompoundFormat

    formats, length

    Fields inherited from class gnu.kawa.format.ReportFormat

    PARAM_FROM_COUNT, PARAM_FROM_LIST, PARAM_UNSPECIFIED
  • Constructor Summary

    Constructors
    Constructor
    Description
    LispFormat(char[] format)
     
    LispFormat(char[] format, int offset, int length)
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Object[]
    Convert sequence (or Object[]) to Object[].
    static int
    getParam(Vector vec, int index)
     

    Methods inherited from class gnu.kawa.format.CompoundFormat

    format, format, parseObject, toString

    Methods inherited from class gnu.kawa.format.ReportFormat

    format, format, format, format, getParam, getParam, getParam, nextArg, print, print, result, resultCode

    Methods inherited from class java.text.Format

    clone, format, formatToCharacterIterator, parseObject

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait