C# Class FreakySources.JavaChecker

Inheritance: CodeChecker
ファイルを表示 Open project: KvanTTT/Freaky-Sources Class Usage Examples

Public Methods

Method Description
Compile ( string program ) : List
CompileAndRun ( string program ) : List

Private Methods

Method Description
Compile ( string program, bool removeClassFile ) : List

Method Details

Compile() public method

public Compile ( string program ) : List
program string
return List

CompileAndRun() public method

public CompileAndRun ( string program ) : List
program string
return List