Method | Description | |
---|---|---|
Car ( CList, l ) : CList, | ||
Cdr ( CList, l ) : CList, | ||
Cons ( CList, l, CList, r ) : CList, | ||
Init ( String item ) : CList, | ||
IsAtom ( CList, value ) : bool | ||
IsNull ( CList, value ) : bool | ||
Print ( CList, item ) : void | ||
PrintBool ( bool val ) : void | ||
Subst ( CList, r, CList, f, CList, exp ) : CList, | ||
ToInt ( CList, l ) : int | ||
ToList ( int Val ) : CList, |
Method | Description | |
---|---|---|
InitMultiple ( String str, int &index ) : CList, |
public static Cons ( CList, l, CList, r ) : CList, | ||
l | CList, | |
r | CList, | |
return | CList, |
public static Subst ( CList, r, CList, f, CList, exp ) : CList, | ||
r | CList, | |
f | CList, | |
exp | CList, | |
return | CList, |