(PushbackReader r, IPersistentMap opts)
| 108 | static final Keyword EOF = Keyword.intern(null,"eof"); |
| 109 | |
| 110 | static public Object read(PushbackReader r, IPersistentMap opts){ |
| 111 | return read(r,!opts.containsKey(EOF),opts.valAt(EOF),false,opts); |
| 112 | } |
| 113 | |
| 114 | static public Object read(PushbackReader r, boolean eofIsError, Object eofValue, boolean isRecursive, |
| 115 | Object opts) |
no test coverage detected