C# Class Boo.Lang.Compiler.Steps.ContextAnnotations

Datei anzeigen Open project: boo/boo-lang Class Usage Examples

Public Methods

Method Description
GetAssemblyBuilder ( CompilerContext context ) : System.Reflection.Emit.AssemblyBuilder
GetEntryPoint ( CompilerContext context ) : Method
SetAssemblyBuilder ( CompilerContext context, System builder ) : void
SetEntryPoint ( CompilerContext context, Method method ) : void

Private Methods

Method Description
ContextAnnotations ( ) : System

Method Details

GetAssemblyBuilder() public static method

public static GetAssemblyBuilder ( CompilerContext context ) : System.Reflection.Emit.AssemblyBuilder
context CompilerContext
return System.Reflection.Emit.AssemblyBuilder

GetEntryPoint() public static method

public static GetEntryPoint ( CompilerContext context ) : Method
context CompilerContext
return Boo.Lang.Compiler.Ast.Method

SetAssemblyBuilder() public static method

public static SetAssemblyBuilder ( CompilerContext context, System builder ) : void
context CompilerContext
builder System
return void

SetEntryPoint() public static method

public static SetEntryPoint ( CompilerContext context, Method method ) : void
context CompilerContext
method Boo.Lang.Compiler.Ast.Method
return void