C# Class Automation.CodeGenTests

Show file Open project: ahodroj/prologdotnet

Public Methods

Method Description
WriteFile ( string name, string f ) : void

Private Methods

Method Description
AbstractCode ( string filename ) : ArrayList
CompareCode ( ArrayList p1, ArrayList p2 ) : bool
CompareInstructions ( AbstractInstruction i1, AbstractInstruction i2 ) : bool
ParseAndGenerate ( string name ) : ArrayList
Source_14_834 ( ) : void

Method Details

WriteFile() public method

public WriteFile ( string name, string f ) : void
name string
f string
return void