org.armedbear.lisp
Class LispReader

java.lang.Object
  extended by org.armedbear.lisp.LispReader

public final class LispReader
extends java.lang.Object


Field Summary
static ReaderMacroFunction READ_COMMENT
           
static ReaderMacroFunction READ_DISPATCH_CHAR
           
static ReaderMacroFunction READ_LIST
           
static ReaderMacroFunction READ_QUOTE
           
static ReaderMacroFunction READ_RIGHT_PAREN
           
static ReaderMacroFunction READ_STRING
           
static DispatchMacroFunction SHARP_A
           
static DispatchMacroFunction SHARP_B
           
static DispatchMacroFunction SHARP_BACKSLASH
           
static DispatchMacroFunction SHARP_C
           
static DispatchMacroFunction SHARP_COLON
           
static DispatchMacroFunction SHARP_DOT
           
static DispatchMacroFunction SHARP_ILLEGAL
           
static DispatchMacroFunction SHARP_LEFT_PAREN
           
static DispatchMacroFunction SHARP_O
           
static DispatchMacroFunction SHARP_P
           
static DispatchMacroFunction SHARP_QUOTE
           
static DispatchMacroFunction SHARP_R
           
static DispatchMacroFunction SHARP_S
           
static DispatchMacroFunction SHARP_STAR
           
static DispatchMacroFunction SHARP_VERTICAL_BAR
           
static DispatchMacroFunction SHARP_X
           
 
Constructor Summary
LispReader()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

READ_COMMENT

public static final ReaderMacroFunction READ_COMMENT

READ_STRING

public static final ReaderMacroFunction READ_STRING

READ_LIST

public static final ReaderMacroFunction READ_LIST

READ_RIGHT_PAREN

public static final ReaderMacroFunction READ_RIGHT_PAREN

READ_QUOTE

public static final ReaderMacroFunction READ_QUOTE

READ_DISPATCH_CHAR

public static final ReaderMacroFunction READ_DISPATCH_CHAR

SHARP_LEFT_PAREN

public static final DispatchMacroFunction SHARP_LEFT_PAREN

SHARP_STAR

public static final DispatchMacroFunction SHARP_STAR

SHARP_DOT

public static final DispatchMacroFunction SHARP_DOT

SHARP_COLON

public static final DispatchMacroFunction SHARP_COLON

SHARP_A

public static final DispatchMacroFunction SHARP_A

SHARP_B

public static final DispatchMacroFunction SHARP_B

SHARP_C

public static final DispatchMacroFunction SHARP_C

SHARP_O

public static final DispatchMacroFunction SHARP_O

SHARP_P

public static final DispatchMacroFunction SHARP_P

SHARP_R

public static final DispatchMacroFunction SHARP_R

SHARP_S

public static final DispatchMacroFunction SHARP_S

SHARP_X

public static final DispatchMacroFunction SHARP_X

SHARP_QUOTE

public static final DispatchMacroFunction SHARP_QUOTE

SHARP_BACKSLASH

public static final DispatchMacroFunction SHARP_BACKSLASH

SHARP_VERTICAL_BAR

public static final DispatchMacroFunction SHARP_VERTICAL_BAR

SHARP_ILLEGAL

public static final DispatchMacroFunction SHARP_ILLEGAL
Constructor Detail

LispReader

public LispReader()