C# 클래스 Foxoft.Ci.GenPerl58

상속: GenPerl5
파일 보기 프로젝트 열기: epi/cito 1 사용 예제들

공개 메소드들

메소드 설명
GenPerl58 ( string package ) : System
Visit ( CiContinue stmt ) : void
Visit ( CiSwitch stmt ) : void

보호된 메소드들

메소드 설명
WriteLoopLabel ( CiLoop stmt ) : void

비공개 메소드들

메소드 설명
HasEarlyBreak ( CiSwitch stmt ) : bool
HasEarlyBreak ( ICiStatement body ) : bool
HasSwitchContinueAndEarlyBreak ( ICiStatement stmt ) : bool

메소드 상세

GenPerl58() 공개 메소드

public GenPerl58 ( string package ) : System
package string
리턴 System

Visit() 공개 메소드

public Visit ( CiContinue stmt ) : void
stmt CiContinue
리턴 void

Visit() 공개 메소드

public Visit ( CiSwitch stmt ) : void
stmt CiSwitch
리턴 void

WriteLoopLabel() 보호된 메소드

protected WriteLoopLabel ( CiLoop stmt ) : void
stmt CiLoop
리턴 void