C# 클래스 DotNetWebToolkit.Cil2Js.Analysis.VisitorSwitchSequencing

상속: AstRecursiveVisitor
파일 보기 프로젝트 열기: chrisdunelm/DotNetWebToolkit 1 사용 예제들

공개 메소드들

메소드 설명
V ( ICode ast, bool lastChance ) : ICode

보호된 메소드들

메소드 설명
VisitSwitch ( StmtSwitch s ) : ICode

비공개 메소드들

메소드 설명
VisitorSwitchSequencing ( bool lastChance ) : System

메소드 상세

V() 공개 정적인 메소드

public static V ( ICode ast, bool lastChance ) : ICode
ast ICode
lastChance bool
리턴 ICode

VisitSwitch() 보호된 메소드

protected VisitSwitch ( StmtSwitch s ) : ICode
s DotNetWebToolkit.Cil2Js.Ast.StmtSwitch
리턴 ICode