C# Class ICSharpCode.NRefactory.MonoCSharp.Nullable.LiftedNull

Inheritance: NullConstant, IMemoryLocation
Show file Open project: 0xd4d/NRefactory Class Usage Examples

Public Methods

Method Description
AddressOf ( EmitContext ec, AddressOp Mode ) : void
Create ( TypeSpec nullable, Location loc ) : Constant
CreateFromExpression ( ResolveContext rc, Expression e ) : Constant
Emit ( EmitContext ec ) : void

Private Methods

Method Description
LiftedNull ( TypeSpec nullable_type, Location loc ) : IKVM.Reflection.Emit

Method Details

AddressOf() public method

public AddressOf ( EmitContext ec, AddressOp Mode ) : void
ec EmitContext
Mode AddressOp
return void

Create() public static method

public static Create ( TypeSpec nullable, Location loc ) : Constant
nullable TypeSpec
loc Location
return Constant

CreateFromExpression() public static method

public static CreateFromExpression ( ResolveContext rc, Expression e ) : Constant
rc ResolveContext
e System.Linq.Expressions.Expression
return Constant

Emit() public method

public Emit ( EmitContext ec ) : void
ec EmitContext
return void