C# Class JurassicCoffee.Core.CoffeeCompiler

Exibir arquivo Open project: creamdog/JurassicCoffee Class Usage Examples

Private Properties

Property Type Description
Compile JurassicCoffee.Core.Diagnostics.CompilationRecord
Compile JurassicCoffee.Core.Diagnostics.CompilationRecord
Compile void
GetCoffeeCompilerScriptStream Stream

Public Methods

Method Description
CoffeeCompiler ( ) : System
CoffeeCompiler ( bool debug ) : System
Compile ( string coffeeScriptFile ) : JurassicCoffee.Core.Diagnostics.CompilationRecord
Compile ( string workingDirectory, StreamReader input, StreamWriter output ) : JurassicCoffee.Core.Diagnostics.CompilationRecord
Compile ( StreamReader input, StreamWriter output ) : void
CompileString ( string coffeeScript ) : string

Private Methods

Method Description
Compile ( CompilerContext context, FileInfo coffeeScriptFileInfo, List includedRequiredFiles ) : JurassicCoffee.Core.Diagnostics.CompilationRecord
Compile ( string coffeeScriptFilePath, List includedRequiredFiles ) : JurassicCoffee.Core.Diagnostics.CompilationRecord
Compile ( CompilerContext context, StreamReader input, StreamWriter output ) : void
GetCoffeeCompilerScriptStream ( ) : Stream

Method Details

CoffeeCompiler() public method

public CoffeeCompiler ( ) : System
return System

CoffeeCompiler() public method

public CoffeeCompiler ( bool debug ) : System
debug bool
return System

Compile() public method

public Compile ( string coffeeScriptFile ) : JurassicCoffee.Core.Diagnostics.CompilationRecord
coffeeScriptFile string
return JurassicCoffee.Core.Diagnostics.CompilationRecord

Compile() public method

public Compile ( string workingDirectory, StreamReader input, StreamWriter output ) : JurassicCoffee.Core.Diagnostics.CompilationRecord
workingDirectory string
input System.IO.StreamReader
output System.IO.StreamWriter
return JurassicCoffee.Core.Diagnostics.CompilationRecord

Compile() public method

public Compile ( StreamReader input, StreamWriter output ) : void
input System.IO.StreamReader
output System.IO.StreamWriter
return void

CompileString() public method

public CompileString ( string coffeeScript ) : string
coffeeScript string
return string