gnu.kawa.lispexpr

Class ReaderTypespec

public class ReaderTypespec extends ReadTableEntry

Reader table entry for '<' to treat '[' and ']' as constituents. Lets us use (say) '' as a token even if '[' and ']' are parens.
Method Summary
intgetKind()
Objectread(Lexer in, int ch, int count)

Method Detail

getKind

public int getKind()

read

public Object read(Lexer in, int ch, int count)