Package org.armedbear.lisp
Class Stream.ReadtableAccessor
java.lang.Object
org.armedbear.lisp.Stream.ReadtableAccessor
- Enclosing class:
Stream
Class to abstract readtable access
Many of the functions below (used to) exist in 2 variants.
One with hardcoded access to the FaslReadtable, the other
with hardcoded access to the *readtable* variable.
In order to prevent code duplication,
this class abstracts access.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Readtable
rt
(LispThread thread) Given the thread passed, return the applicable readtable.
-
Constructor Details
-
ReadtableAccessor
public ReadtableAccessor()
-
-
Method Details
-
rt
Given the thread passed, return the applicable readtable.
-