public class LispFormat extends CompoundFormat
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
paramFromCount |
static java.lang.String |
paramFromList |
static java.lang.String |
paramUnspecified |
formats, lengthPARAM_FROM_COUNT, PARAM_FROM_LIST, PARAM_UNSPECIFIED| 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) |
format, format, parseObject, toStringpublic 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.ParseExceptionpublic LispFormat(java.lang.String str)
throws java.text.ParseException
java.text.ParseExceptionpublic LispFormat(char[] format)
throws java.text.ParseException
java.text.ParseException