gnu.kawa.lispexpr

Class ReaderVector


public class ReaderVector
extends ReadTableEntry

Field Summary

Fields inherited from class gnu.kawa.lispexpr.ReadTableEntry

constituent, multipleEscape, singleEscape, whitespace

Constructor Summary

ReaderVector(char close)

Method Summary

Object
read(Lexer in, int ch, int count)
static FVector
readVector(LispReader lexer, LineBufferedReader port, int count, char close)

Methods inherited from class gnu.kawa.lispexpr.ReadTableEntry

getConstituentInstance, getDigitInstance, getKind, getMultipleEscapeInstance, getSingleEscapeInstance, getWhitespaceInstance, read

Constructor Details

ReaderVector

public ReaderVector(char close)

Method Details

read

public Object read(Lexer in,
                   int ch,
                   int count)
            throws java.io.IOException,
                   SyntaxException
Overrides:
read in interface ReadTableEntry

readVector

public static FVector readVector(LispReader lexer,
                                 LineBufferedReader port,
                                 int count,
                                 char close)
            throws java.io.IOException,
                   SyntaxException