C# Class Spark.Compiler.Compiler

Exibir arquivo Open project: spark-shading-language/spark

Public Methods

Method Description
AddInput ( String input ) : void
AddReference ( System assembly ) : void
Compile ( ) : int
Compiler ( ) : System
Lower ( ) : int
Lower ( Mid midContext ) : int
Parse ( ) : int
Resolve ( ) : int

Private Methods

Method Description
ParseStream ( System stream, string name ) : void

Method Details

AddInput() public method

public AddInput ( String input ) : void
input String
return void

AddReference() public method

public AddReference ( System assembly ) : void
assembly System
return void

Compile() public method

public Compile ( ) : int
return int

Compiler() public method

public Compiler ( ) : System
return System

Lower() public method

public Lower ( ) : int
return int

Lower() public method

public Lower ( Mid midContext ) : int
midContext Mid
return int

Parse() public method

public Parse ( ) : int
return int

Resolve() public method

public Resolve ( ) : int
return int