C# 클래스 ICSharpCode.NRefactory.MonoCSharp.Nullable.LiftedNull

상속: NullConstant, IMemoryLocation
파일 보기 프로젝트 열기: 0xd4d/NRefactory 1 사용 예제들

공개 메소드들

메소드 설명
AddressOf ( EmitContext ec, AddressOp Mode ) : void
Create ( TypeSpec nullable, Location loc ) : Constant
CreateFromExpression ( ResolveContext rc, Expression e ) : Constant
Emit ( EmitContext ec ) : void

비공개 메소드들

메소드 설명
LiftedNull ( TypeSpec nullable_type, Location loc ) : IKVM.Reflection.Emit

메소드 상세

AddressOf() 공개 메소드

public AddressOf ( EmitContext ec, AddressOp Mode ) : void
ec EmitContext
Mode AddressOp
리턴 void

Create() 공개 정적인 메소드

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

CreateFromExpression() 공개 정적인 메소드

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

Emit() 공개 메소드

public Emit ( EmitContext ec ) : void
ec EmitContext
리턴 void