C# Class DotNetWebToolkit.Cil2Js.Analysis.VisitorSwitchSequencing

Inheritance: AstRecursiveVisitor
ファイルを表示 Open project: chrisdunelm/DotNetWebToolkit Class Usage Examples

Public Methods

Method Description
V ( ICode ast, bool lastChance ) : ICode

Protected Methods

Method Description
VisitSwitch ( StmtSwitch s ) : ICode

Private Methods

Method Description
VisitorSwitchSequencing ( bool lastChance ) : System

Method Details

V() public static method

public static V ( ICode ast, bool lastChance ) : ICode
ast ICode
lastChance bool
return ICode

VisitSwitch() protected method

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