Package gnu.kawa.lispexpr
Class ReaderVector
- java.lang.Object
-
- gnu.kawa.lispexpr.ReadTableEntry
-
- gnu.kawa.lispexpr.ReaderVector
-
public class ReaderVector extends ReadTableEntry
-
-
Field Summary
-
Fields inherited from class gnu.kawa.lispexpr.ReadTableEntry
ampersand, brace, constituent, illegal, multipleEscape, singleEscape, whitespace
-
-
Constructor Summary
Constructors Constructor Description ReaderVector(char close)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
Methods inherited from class gnu.kawa.lispexpr.ReadTableEntry
getConstituentInstance, getDigitInstance, getIllegalInstance, getKind, getMultipleEscapeInstance, getSingleEscapeInstance, getWhitespaceInstance, read
-
-
-
-
Method Detail
-
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
-
-