C# Class UnityScript.UnityScriptCompiler.Pipelines

Afficher le fichier Open project: CarlosHBC/UnityDecompiled

Méthodes publiques

Méthode Description
AdjustBooPipeline ( CompilerPipeline pipeline ) : CompilerPipeline
Compile ( ) : CompilerPipeline
CompileToBoo ( ) : CompilerPipeline
CompileToFile ( ) : CompilerPipeline
CompileToMemory ( ) : CompilerPipeline
Parse ( ) : CompilerPipeline
RawParsing ( ) : CompilerPipeline

Method Details

AdjustBooPipeline() public static méthode

public static AdjustBooPipeline ( CompilerPipeline pipeline ) : CompilerPipeline
pipeline Boo.Lang.Compiler.CompilerPipeline
Résultat Boo.Lang.Compiler.CompilerPipeline

Compile() public static méthode

public static Compile ( ) : CompilerPipeline
Résultat Boo.Lang.Compiler.CompilerPipeline

CompileToBoo() public static méthode

public static CompileToBoo ( ) : CompilerPipeline
Résultat Boo.Lang.Compiler.CompilerPipeline

CompileToFile() public static méthode

public static CompileToFile ( ) : CompilerPipeline
Résultat Boo.Lang.Compiler.CompilerPipeline

CompileToMemory() public static méthode

public static CompileToMemory ( ) : CompilerPipeline
Résultat Boo.Lang.Compiler.CompilerPipeline

Parse() public static méthode

public static Parse ( ) : CompilerPipeline
Résultat Boo.Lang.Compiler.CompilerPipeline

RawParsing() public static méthode

public static RawParsing ( ) : CompilerPipeline
Résultat Boo.Lang.Compiler.CompilerPipeline