Changeset 14253 for trunk/abcl/doc/manual/abcl.tex
- Timestamp:
- 11/26/12 19:38:25 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/doc/manual/abcl.tex
r14201 r14253 969 969 \section{Extensions to CLOS} 970 970 971 \subsection{Metaobject Protocol} 972 973 ABCL implements the metaobject protocol for CLOS as specified in AMOP. 974 The symbols are exported from the package \code{MOP}. 975 976 \subsection{Specializing on Java classes} 977 971 978 There is an additional syntax for specializing the parameter of a 972 979 generic function on a java class, viz. \code{(java:jclass CLASS-STRING)} … … 994 1001 (jcall "getBaseLoader" cl-user::*classpath-manager*)) 995 1002 996 (defmethod print-object ((device-id (java:jclass997 998 999 1003 (defmethod print-object 1004 ((device-id (java:jclass "dto.nbi.service.hdm.alcatel.com.NBIDeviceID" 1005 *other-classloader*)) 1006 stream) 1000 1007 ;;; ... 1001 1008 ) … … 1010 1017 require more control over UNICODE processing we recommend Edi Weisz' 1011 1018 excellent work with FLEXI-STREAMS which we fully support}, namely we 1012 allow a sequences of the form \ # \textbackslash Uxxxxto be processed1019 allow a sequences of the form \verb~#\U~\emph{\texttt{xxxx}} to be processed 1013 1020 by the reader as character whose code is specified by the hexadecimal 1014 digits ``xxxx''. The hexadecimal sequence may be one to four digits1021 digits \emph{\texttt{xxxx}}. The hexadecimal sequence may be one to four digits 1015 1022 long. % Why doesn't ALEXANDRIA work? 1016 1023
Note: See TracChangeset
for help on using the changeset viewer.