public class LispReader extends Object
Modifier and Type | Field and Description |
---|---|
static Keyword |
COND_ALLOW |
static Keyword |
COND_PRESERVE |
static Keyword |
EOFTHROW |
static Keyword |
OPT_EOF |
static Keyword |
OPT_FEATURES |
static Keyword |
OPT_READ_COND |
Constructor and Description |
---|
LispReader() |
Modifier and Type | Method and Description |
---|---|
static Object |
read(PushbackReader r,
boolean eofIsError,
Object eofValue,
boolean isRecursive) |
static Object |
read(PushbackReader r,
boolean eofIsError,
Object eofValue,
boolean isRecursive,
Object opts) |
static Object |
read(PushbackReader r,
Object opts) |
static int |
read1(Reader r) |
static List |
readDelimitedList(char delim,
PushbackReader r,
boolean isRecursive,
Object opts,
Object pendingForms) |
public static final Keyword OPT_EOF
public static final Keyword OPT_FEATURES
public static final Keyword OPT_READ_COND
public static final Keyword EOFTHROW
public static final Keyword COND_ALLOW
public static final Keyword COND_PRESERVE
public static int read1(Reader r)
public static Object read(PushbackReader r, Object opts)
public static Object read(PushbackReader r, boolean eofIsError, Object eofValue, boolean isRecursive)
public static Object read(PushbackReader r, boolean eofIsError, Object eofValue, boolean isRecursive, Object opts)
public static List readDelimitedList(char delim, PushbackReader r, boolean isRecursive, Object opts, Object pendingForms)
Copyright © 2024. All rights reserved.