public class LispReader
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LispReader.CharacterReader |
static class |
LispReader.CommentReader |
static class |
LispReader.DiscardReader |
static class |
LispReader.DispatchReader |
static class |
LispReader.EvalReader |
static class |
LispReader.FnReader |
static class |
LispReader.ListReader |
static class |
LispReader.MapReader |
static class |
LispReader.MetaReader |
static class |
LispReader.ReaderException |
static class |
LispReader.RegexReader |
static class |
LispReader.SetReader |
static class |
LispReader.StringReader |
static class |
LispReader.SyntaxQuoteReader |
static class |
LispReader.UnmatchedDelimiterReader |
static class |
LispReader.UnreadableReader |
static class |
LispReader.VarReader |
static class |
LispReader.VectorReader |
static class |
LispReader.WrappingReader |
| Constructor and Description |
|---|
LispReader() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Object |
read(java.io.PushbackReader r,
boolean eofIsError,
java.lang.Object eofValue,
boolean isRecursive) |
static java.util.List |
readDelimitedList(char delim,
java.io.PushbackReader r,
boolean isRecursive) |
public static java.lang.Object read(java.io.PushbackReader r,
boolean eofIsError,
java.lang.Object eofValue,
boolean isRecursive)
throws java.lang.Exception
java.lang.Exceptionpublic static java.util.List readDelimitedList(char delim,
java.io.PushbackReader r,
boolean isRecursive)
throws java.lang.Exception
java.lang.Exception