PreCompile() private méthode

Executes the compiler pre compiler stages.
The method iterates the compilation stage chain and runs each stage on the input.
private PreCompile ( ) : void
Résultat void
 public void PreCompile()
 {
     BaseCompiler.PreCompile();
 }