public class ReaderVector extends ReadTableEntry
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) |
static FVector |
readVector(LispReader lexer,
LineBufferedReader port,
int count,
char close) |
getConstituentInstance, getDigitInstance, getIllegalInstance, getKind, getMultipleEscapeInstance, getSingleEscapeInstance, getWhitespaceInstance
public java.lang.Object read(Lexer in, int ch, int count) throws java.io.IOException, SyntaxException
read
in class ReadTableEntry
java.io.IOException
SyntaxException
public static FVector readVector(LispReader lexer, LineBufferedReader port, int count, char close) throws java.io.IOException, SyntaxException
java.io.IOException
SyntaxException