|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgnu.kawa.lispexpr.ReadTableEntry
gnu.kawa.lispexpr.ReaderParens
public class ReaderParens
| Field Summary |
|---|
| Fields inherited from class gnu.kawa.lispexpr.ReadTableEntry |
|---|
constituent, multipleEscape, singleEscape, whitespace |
| Constructor Summary | |
|---|---|
ReaderParens(char open,
char close,
int kind)
|
|
| Method Summary | |
|---|---|
static ReaderParens |
getInstance(char open,
char close)
|
static ReaderParens |
getInstance(char open,
char close,
int kind)
|
int |
getKind()
|
java.lang.Object |
read(Lexer in,
int ch,
int count)
Read a list (possibly improper) of zero or more Scheme forms. |
static java.lang.Object |
readList(LispReader lexer,
int ch,
int count,
int close)
|
| Methods inherited from class gnu.kawa.lispexpr.ReadTableEntry |
|---|
getConstituentInstance, getDigitInstance, getMultipleEscapeInstance, getSingleEscapeInstance, getWhitespaceInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReaderParens(char open,
char close,
int kind)
| Method Detail |
|---|
public int getKind()
getKind in class ReadTableEntry
public static ReaderParens getInstance(char open,
char close)
public static ReaderParens getInstance(char open,
char close,
int kind)
public java.lang.Object read(Lexer in,
int ch,
int count)
throws java.io.IOException,
SyntaxException
read in class ReadTableEntryjava.io.IOException
SyntaxException
public static java.lang.Object readList(LispReader lexer,
int ch,
int count,
int close)
throws java.io.IOException,
SyntaxException
java.io.IOException
SyntaxException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||