C# 클래스 While.AST.Statements.If

If-Else branching
상속: Statement
파일 보기 프로젝트 열기: einaregilsson/While-Language 1 사용 예제들

공개 메소드들

메소드 설명
Compile ( ILGenerator il ) : void
If ( TypedExpression exp, StatementSequence ifBranch, StatementSequence elseBranch ) : System
ToString ( ) : string

메소드 상세

Compile() 공개 메소드

public Compile ( ILGenerator il ) : void
il System.Reflection.Emit.ILGenerator
리턴 void

If() 공개 메소드

public If ( TypedExpression exp, StatementSequence ifBranch, StatementSequence elseBranch ) : System
exp TypedExpression
ifBranch While.AST.Sequences.StatementSequence
elseBranch While.AST.Sequences.StatementSequence
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string