C# Class Ancestry.QueryProcessor.Compile.MethodContext

Mostra file Open project: Ancestry/DotQL Class Usage Examples

Public Methods

Method Description
DeclareLocal ( Parse statement, System type, string name ) : LocalBuilder
EmitName ( Parse statement, string components ) : void
EmitVersion ( System.Version version ) : void
MethodContext ( DynamicMethod method ) : System
MethodContext ( MethodBuilder builder ) : System

Method Details

DeclareLocal() public method

public DeclareLocal ( Parse statement, System type, string name ) : LocalBuilder
statement Parse
type System
name string
return System.Reflection.Emit.LocalBuilder

EmitName() public method

public EmitName ( Parse statement, string components ) : void
statement Parse
components string
return void

EmitVersion() public method

public EmitVersion ( System.Version version ) : void
version System.Version
return void

MethodContext() public method

public MethodContext ( DynamicMethod method ) : System
method System.Reflection.Emit.DynamicMethod
return System

MethodContext() public method

public MethodContext ( MethodBuilder builder ) : System
builder System.Reflection.Emit.MethodBuilder
return System