C# 클래스 TriAxis.RunSharp.Operands.Conditional

상속: Operand
파일 보기 프로젝트 열기: AqlaSolutions/runsharp

공개 메소드들

메소드 설명
Conditional ( Operand cond, Operand ifTrue, Operand ifFalse ) : System
GetReturnType ( ITypeMapper typeMapper ) : Type

보호된 메소드들

메소드 설명
EmitBranch ( CodeGen g, OptionalLabel labelTrue, OptionalLabel labelFalse ) : void
EmitGet ( CodeGen g ) : void
ResetLeakedStateRecursively ( ) : void

비공개 메소드들

메소드 설명
EmitAnd ( CodeGen g, OptionalLabel labelTrue, OptionalLabel labelFalse, Operand first, Operand second ) : void
EmitOr ( CodeGen g, OptionalLabel labelTrue, OptionalLabel labelFalse, Operand first, Operand second ) : void
Initialize ( ITypeMapper typeMapper ) : void

메소드 상세

Conditional() 공개 메소드

public Conditional ( Operand cond, Operand ifTrue, Operand ifFalse ) : System
cond Operand
ifTrue Operand
ifFalse Operand
리턴 System

EmitBranch() 보호된 메소드

protected EmitBranch ( CodeGen g, OptionalLabel labelTrue, OptionalLabel labelFalse ) : void
g CodeGen
labelTrue OptionalLabel
labelFalse OptionalLabel
리턴 void

EmitGet() 보호된 메소드

protected EmitGet ( CodeGen g ) : void
g CodeGen
리턴 void

GetReturnType() 공개 메소드

public GetReturnType ( ITypeMapper typeMapper ) : Type
typeMapper ITypeMapper
리턴 IKVM.Reflection.Type

ResetLeakedStateRecursively() 보호된 메소드

protected ResetLeakedStateRecursively ( ) : void
리턴 void