Class ReaderDispatchMisc

    • Field Detail

      • code

        protected int code
        A code which specifies which particular reader-action to perform. The code is one the CommonLisp or Scheme '#' reader characters. For example, if code=='x' then read a hexadecimal integer. If code==-1, perform the standard action for the character read.
    • Constructor Detail

      • ReaderDispatchMisc

        public ReaderDispatchMisc()
      • ReaderDispatchMisc

        public ReaderDispatchMisc​(int code)