C# 클래스 CSScheme.SchemeUtils

파일 보기 프로젝트 열기: jackpal/Dandy-Dungeon

공개 프로퍼티들

프로퍼티 타입 설명
FALSE System.Boolean
ONE Double
TRUE System.Boolean
ZERO Double

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
p ( Object x ) : Object
p ( String msg, Object x ) : Object

메소드 상세

chr() 공개 정적인 메소드

public static chr ( char ch ) : Char
ch char
리턴 Char

chr() 공개 정적인 메소드

public static chr ( Object x ) : char
x Object
리턴 char

cons() 공개 정적인 메소드

public static cons ( Object a, Object b ) : Pair
a Object
b Object
리턴 Pair

equal() 공개 정적인 메소드

public static equal ( Object x, Object y ) : bool
x Object
y Object
리턴 bool

eqv() 공개 정적인 메소드

public static eqv ( Object x, Object y ) : bool
x Object
y Object
리턴 bool

error() 공개 정적인 메소드

public static error ( String message ) : Object
message String
리턴 Object

first() 공개 정적인 메소드

public static first ( Object x ) : Object
x Object
리턴 Object

inPort() 공개 정적인 메소드

public static inPort ( Object x, Scheme interp ) : InputPort
x Object
interp Scheme
리턴 InputPort

length() 공개 정적인 메소드

public static length ( Object x ) : int
x Object
리턴 int

list() 공개 정적인 메소드

public static list ( Object a ) : Pair
a Object
리턴 Pair

list() 공개 정적인 메소드

public static list ( Object a, Object b ) : Pair
a Object
b Object
리턴 Pair

listStar() 공개 정적인 메소드

public static listStar ( Object args ) : Object
args Object
리턴 Object

listToString() 공개 정적인 메소드

public static listToString ( Object chars ) : char[]
chars Object
리턴 char[]

listToVector() 공개 정적인 메소드

public static listToVector ( Object objs ) : Object[]
objs Object
리턴 Object[]

num() 공개 정적인 메소드

public static num ( double x ) : Double
x double
리턴 Double

num() 공개 정적인 메소드

public static num ( Object x ) : double
x Object
리턴 double

outPort() 공개 정적인 메소드

public static outPort ( Object x, Scheme interp ) : TextWriter
x Object
interp Scheme
리턴 System.IO.TextWriter

rest() 공개 정적인 메소드

public static rest ( Object x ) : Object
x Object
리턴 Object

reverse() 공개 정적인 메소드

public static reverse ( Object x ) : Object
x Object
리턴 Object

second() 공개 정적인 메소드

public static second ( Object x ) : Object
x Object
리턴 Object

setFirst() 공개 정적인 메소드

public static setFirst ( Object x, Object y ) : Object
x Object
y Object
리턴 Object

setRest() 공개 정적인 메소드

public static setRest ( Object x, Object y ) : Object
x Object
y Object
리턴 Object

str() 공개 정적인 메소드

public static str ( Object x ) : char[]
x Object
리턴 char[]

stringify() 공개 정적인 메소드

public static stringify ( Object x ) : String
x Object
리턴 String

stringify() 공개 정적인 메소드

public static stringify ( Object x, bool quoted ) : String
x Object
quoted bool
리턴 String

stringify() 공개 정적인 메소드

public static stringify ( Object x, bool quoted, StringBuilder buf ) : void
x Object
quoted bool
buf StringBuilder
리턴 void

sym() 공개 정적인 메소드

public static sym ( Object x ) : String
x Object
리턴 String

third() 공개 정적인 메소드

public static third ( Object x ) : Object
x Object
리턴 Object

truth() 공개 정적인 메소드

public static truth ( bool x ) : System.Boolean
x bool
리턴 System.Boolean

truth() 공개 정적인 메소드

public static truth ( Object x ) : bool
x Object
리턴 bool

vec() 공개 정적인 메소드

public static vec ( Object x ) : Object[]
x Object
리턴 Object[]

vectorToList() 공개 정적인 메소드

public static vectorToList ( Object x ) : Pair
x Object
리턴 Pair

warn() 공개 정적인 메소드

public static warn ( String message ) : Object
message String
리턴 Object

write() 공개 정적인 메소드

public static write ( Object x, TextWriter port, bool quoted ) : Object
x Object
port System.IO.TextWriter
quoted bool
리턴 Object

프로퍼티 상세

FALSE 공개적으로 정적으로 프로퍼티

public static Boolean,System FALSE
리턴 System.Boolean

ONE 공개적으로 정적으로 프로퍼티

public static Double ONE
리턴 Double

TRUE 공개적으로 정적으로 프로퍼티

public static Boolean,System TRUE
리턴 System.Boolean

ZERO 공개적으로 정적으로 프로퍼티

public static Double ZERO
리턴 Double