public class ReaderVector extends ReadTableEntry
ampersand, brace, constituent, illegal, multipleEscape, singleEscape, whitespace| Constructor and Description |
|---|
ReaderVector(char close) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
read(Lexer in,
int ch,
int count,
int sharingIndex) |
static FVector |
readVector(LispReader lexer,
gnu.kawa.io.InPort port,
int count,
char close,
int sharingIndex) |
getConstituentInstance, getDigitInstance, getIllegalInstance, getKind, getMultipleEscapeInstance, getSingleEscapeInstance, getWhitespaceInstance, readpublic java.lang.Object read(Lexer in, int ch, int count, int sharingIndex) throws java.io.IOException, SyntaxException
read in class ReadTableEntryjava.io.IOExceptionSyntaxExceptionpublic static FVector readVector(LispReader lexer, gnu.kawa.io.InPort port, int count, char close, int sharingIndex) throws java.io.IOException, SyntaxException
java.io.IOExceptionSyntaxException