메소드 |
설명 |
|
chr ( char ch ) : Char |
|
|
chr ( Object x ) : char |
|
|
cons ( Object a, Object b ) : Pair |
|
|
equal ( Object x, Object y ) : bool |
|
|
eqv ( Object x, Object y ) : bool |
|
|
error ( String message ) : Object |
|
|
first ( Object x ) : Object |
|
|
inPort ( Object x, Scheme interp ) : InputPort |
|
|
length ( Object x ) : int |
|
|
list ( Object a ) : Pair |
|
|
list ( Object a, Object b ) : Pair |
|
|
listStar ( Object args ) : Object |
|
|
listToString ( Object chars ) : char[] |
|
|
listToVector ( Object objs ) : Object[] |
|
|
num ( double x ) : Double |
|
|
num ( Object x ) : double |
|
|
outPort ( Object x, Scheme interp ) : TextWriter |
|
|
rest ( Object x ) : Object |
|
|
reverse ( Object x ) : Object |
|
|
second ( Object x ) : Object |
|
|
setFirst ( Object x, Object y ) : Object |
|
|
setRest ( Object x, Object y ) : Object |
|
|
str ( Object x ) : char[] |
|
|
stringify ( Object x ) : String |
|
|
stringify ( Object x, bool quoted ) : String |
|
|
stringify ( Object x, bool quoted, StringBuilder buf ) : void |
|
|
sym ( Object x ) : String |
|
|
third ( Object x ) : Object |
|
|
truth ( bool x ) : System.Boolean |
|
|
truth ( Object x ) : bool |
|
|
vec ( Object x ) : Object[] |
|
|
vectorToList ( Object x ) : Pair |
|
|
warn ( String message ) : Object |
|
|
write ( Object x, TextWriter port, bool quoted ) : Object |
|
|