C# Class _6_JIT.ListProcess

Datei anzeigen Open project: GHScan/DailyProjects Class Usage Examples

Public Methods

Method Description
ConcatListAndPairToNewPair ( List l, Pair p ) : Pair
FindDefinition ( List defines, List exps, int off ) : void
ListExpToPairExp ( object exp ) : object
ListToPair ( List l ) : Pair
PairExpToListExp ( object exp ) : object
PairToList ( Pair l ) : List
PrintListExp ( object exp ) : void
PrintPairExp ( object exp ) : void
TransformLibraryForms ( object exp ) : object

Method Details

ConcatListAndPairToNewPair() public static method

public static ConcatListAndPairToNewPair ( List l, Pair p ) : Pair
l List
p Pair
return Pair

FindDefinition() public static method

public static FindDefinition ( List defines, List exps, int off ) : void
defines List
exps List
off int
return void

ListExpToPairExp() public static method

public static ListExpToPairExp ( object exp ) : object
exp object
return object

ListToPair() public static method

public static ListToPair ( List l ) : Pair
l List
return Pair

PairExpToListExp() public static method

public static PairExpToListExp ( object exp ) : object
exp object
return object

PairToList() public static method

public static PairToList ( Pair l ) : List
l Pair
return List

PrintListExp() public static method

public static PrintListExp ( object exp ) : void
exp object
return void

PrintPairExp() public static method

public static PrintPairExp ( object exp ) : void
exp object
return void

TransformLibraryForms() public static method

public static TransformLibraryForms ( object exp ) : object
exp object
return object