C# Class UnityScript.UnityScriptCompiler

Datei anzeigen Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Property Type Description
_compiler Boo.Lang.Compiler.BooCompiler
_parameters UnityScriptCompilerParameters

Public Methods

Method Description
Run ( ) : CompilerContext
Run ( Boo.Lang.Compiler.Ast.CompileUnit compileUnit ) : CompilerContext
UnityScriptCompiler ( ) : Boo.Lang.Compiler
UnityScriptCompiler ( UnityScriptCompilerParameters parameters ) : Boo.Lang.Compiler

Method Details

Run() public method

public Run ( ) : CompilerContext
return Boo.Lang.Compiler.CompilerContext

Run() public method

public Run ( Boo.Lang.Compiler.Ast.CompileUnit compileUnit ) : CompilerContext
compileUnit Boo.Lang.Compiler.Ast.CompileUnit
return Boo.Lang.Compiler.CompilerContext

UnityScriptCompiler() public method

public UnityScriptCompiler ( ) : Boo.Lang.Compiler
return Boo.Lang.Compiler

UnityScriptCompiler() public method

public UnityScriptCompiler ( UnityScriptCompilerParameters parameters ) : Boo.Lang.Compiler
parameters UnityScriptCompilerParameters
return Boo.Lang.Compiler

Property Details

_compiler protected_oe property

protected BooCompiler,Boo.Lang.Compiler _compiler
return Boo.Lang.Compiler.BooCompiler

_parameters protected_oe property

protected UnityScriptCompilerParameters _parameters
return UnityScriptCompilerParameters