gnu.kawa.lispexpr
Class ReaderParens
public class ReaderParens
ReaderParens
public ReaderParens(char open,
char close,
int kind)
getInstance
public static ReaderParens getInstance(char open,
char close)
getInstance
public static ReaderParens getInstance(char open,
char close,
int kind)
read
public Object read(Lexer in,
int ch,
int count)
throws java.io.IOException,
SyntaxException
Read a list (possibly improper) of zero or more Scheme forms.
Assumes '(' has been read.
- read in interface ReadTableEntry
readList
public static Object readList(LispReader lexer,
int ch,
int count,
int close)
throws java.io.IOException,
SyntaxException