public class LispFormat
extends gnu.kawa.format.CompoundFormat
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
paramFromCount |
static java.lang.String |
paramFromList |
static java.lang.String |
paramUnspecified |
Constructor and Description |
---|
LispFormat(char[] format) |
LispFormat(char[] format,
int offset,
int length) |
LispFormat(java.lang.String str) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object[] |
asArray(java.lang.Object arg)
Convert sequence (or Object[]) to Object[].
|
static int |
getParam(java.util.Vector vec,
int index) |
public static final java.lang.String paramFromList
public static final java.lang.String paramFromCount
public static final java.lang.String paramUnspecified
public LispFormat(char[] format, int offset, int length) throws java.text.ParseException
java.text.ParseException
public LispFormat(java.lang.String str) throws java.text.ParseException
java.text.ParseException
public LispFormat(char[] format) throws java.text.ParseException
java.text.ParseException