Method |
Description |
|
CharValueInRadix ( int c, int radix ) : int |
|
|
EnsurePending ( object pendingForms ) : Object |
|
|
ExtractNamesUsingMask ( string token, string maskNS, string maskName, string &ns, string &name ) : void |
|
|
InstallPlatformFeature ( Object opts ) : Object |
|
|
IsPreserveReadCond ( Object opts ) : bool |
|
|
LispReader ( ) : System |
|
|
ReadAux ( PushbackTextReader r, object opts, object pendingForms ) : object |
|
|
ReadDelimitedList ( char delim, PushbackTextReader r, bool isRecursive, object opts, object pendingForms ) : List |
|
|
Unread ( PushbackTextReader r, int ch ) : void |
|
|
checkConditionalAllowed ( Object opts ) : void |
|
|
garg ( int n ) : Symbol |
|
|
getMacro ( int ch ) : IFn |
|
|
isMacro ( int ch ) : bool |
|
|
isTerminatingMacro ( int ch ) : bool |
|
|
isUnquote ( object form ) : bool |
|
|
isUnquoteSplicing ( object form ) : bool |
|
|
isWhitespace ( int ch ) : bool |
|
|
matchSymbol ( string token, string mask ) : object |
|
|
read ( PushbackTextReader r, Object opts ) : Object |
|
|
read ( PushbackTextReader r, bool eofIsError, Object eofValue, bool isRecursive, Object opts, Object pendingForms ) : Object |
|
|
read ( PushbackTextReader r, bool eofIsError, object eofValue, bool isRecursive, object opts ) : Object |
|
|
read ( PushbackTextReader r, bool eofIsError, object eofValue, char returnOn, object returnOnValue, bool isRecursive, object opts, object pendingForms ) : Object |
|
|
read ( PushbackTextReader r, bool eofIsError, object eofValue, bool isRecursive ) : object |
|
|
readCondDelimited ( PushbackTextReader r, bool splicing, object opts, object pendingForms ) : Object |
|
|
readNumber ( PushbackTextReader r, char initch ) : object |
|
|
readSimpleToken ( PushbackTextReader r, char initch ) : string |
|
|
readToken ( PushbackTextReader r, char initch, String &rawToken, String &token, String &mask, bool &eofSeen ) : void |
|
|
readUnicodeChar ( PushbackTextReader r, int initch, int radix, int length, bool exact ) : int |
|
|
readUnicodeChar ( string token, int offset, int length, int radix ) : int |
|
|