|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectclojure.lang.LispReader
public class LispReader
| Nested Class Summary | |
|---|---|
static class |
LispReader.CharacterReader
|
static class |
LispReader.CommentReader
|
static class |
LispReader.CtorReader
|
static class |
LispReader.DeprecatedWrappingReader
|
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 Summary | |
|---|---|
LispReader()
|
|
| Method Summary | |
|---|---|
static Object |
read(PushbackReader r,
boolean eofIsError,
Object eofValue,
boolean isRecursive)
|
static int |
read1(Reader r)
|
static List |
readDelimitedList(char delim,
PushbackReader r,
boolean isRecursive)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LispReader()
| Method Detail |
|---|
public static int read1(Reader r)
public static Object read(PushbackReader r,
boolean eofIsError,
Object eofValue,
boolean isRecursive)
public static List readDelimitedList(char delim,
PushbackReader r,
boolean isRecursive)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||