| java.lang.Object gnu.kawa.util.RangeTable gnu.kawa.lispexpr.ReadTable
CONSTITUENT | final public static int CONSTITUENT(Code) | | |
ILLEGAL | final public static int ILLEGAL(Code) | | Kinds of characters.
|
MULTIPLE_ESCAPE | final public static int MULTIPLE_ESCAPE(Code) | | |
NON_TERMINATING_MACRO | final public static int NON_TERMINATING_MACRO(Code) | | |
SINGLE_ESCAPE | final public static int SINGLE_ESCAPE(Code) | | |
TERMINATING_MACRO | final public static int TERMINATING_MACRO(Code) | | |
WHITESPACE | final public static int WHITESPACE(Code) | | |
ctorTable | Environment ctorTable(Code) | | A table mapping constructor tags to functions, as in SRFI-10.
|
defaultBracketMode | public static int defaultBracketMode(Code) | | Default value to pass to setBracketMode() unless overridden.
|
postfixLookupOperator | public char postfixLookupOperator(Code) | | A character such that PreOpWord -> ($lookup$ Pre 'Word), if > 0.
|
ReadTable | public ReadTable()(Code) | | |
createInitial | public static ReadTable createInitial()(Code) | | Create a new ReadTable and initialize it appropriately for Common Lisp.
|
getReaderCtor | public synchronized Object getReaderCtor(String key)(Code) | | Resolve a SRFI-10 constructor tags to a functions.
|
initCtorTable | void initCtorTable()(Code) | | |
initialize | public void initialize()(Code) | | |
putReaderCtor | public synchronized void putReaderCtor(String key, Procedure proc)(Code) | | Add a mapping for a SRFI-10 constructor tag.
|
putReaderCtorFld | public synchronized void putReaderCtorFld(String key, String cname, String fname)(Code) | | Map a SRFI-10 constructor tag to Procedure-valued lazy field
|
setBracketMode | public void setBracketMode(int mode)(Code) | | Specify how '[' and ']' (and '<') are handled.
The value -1 means that '[' and ']' are plain token constituents.
The value 0 means that '[' and ']' are equivalent to '(' and ')'.
The value 1 means that '[' and ']' are equivalent to '(' and ')', except
within a token starting with '<', in which case they are constituents.
This is so '[' is non-terminating when reading say ''
|
setBracketMode | public void setBracketMode()(Code) | | Specify how '[' and ']' are handled.
Overless overridden, uses defaultBracketMode.
|
|
|