PreCompile() private method

Executes the compiler pre compiler stages.
The method iterates the compilation stage chain and runs each stage on the input.
private PreCompile ( ) : void
return void
Example #1
0
 public void PreCompile()
 {
     BaseCompiler.PreCompile();
 }