Package gnu.kawa.lispexpr
Class ReaderVector
java.lang.Object
gnu.kawa.lispexpr.ReadTableEntry
gnu.kawa.lispexpr.ReaderVector
-
Field Summary
Fields inherited from class gnu.kawa.lispexpr.ReadTableEntry
ampersand, brace, constituent, illegal, multipleEscape, singleEscape, whitespace
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FVector
readVector
(LispReader lexer, gnu.kawa.io.InPort port, int count, char close, int sharingIndex) Methods inherited from class gnu.kawa.lispexpr.ReadTableEntry
getConstituentInstance, getDigitInstance, getIllegalInstance, getKind, getMultipleEscapeInstance, getSingleEscapeInstance, getWhitespaceInstance, read
-
Constructor Details
-
ReaderVector
public ReaderVector(char close)
-
-
Method Details
-
read
public Object read(Lexer in, int ch, int count, int sharingIndex) throws IOException, SyntaxException - Overrides:
read
in classReadTableEntry
- Throws:
IOException
SyntaxException
-
readVector
public static FVector readVector(LispReader lexer, gnu.kawa.io.InPort port, int count, char close, int sharingIndex) throws IOException, SyntaxException - Throws:
IOException
SyntaxException
-