C# Class DotNetWebToolkit.Cil2Js.Output.VisitorJsResolve64Bit

Inheritance: JsAstVisitor
Show file Open project: chrisdunelm/DotNetWebToolkit Class Usage Examples

Public Methods

Method Description
V ( ICode ast ) : ICode

Protected Methods

Method Description
VisitBinary ( ExprBinary e ) : ICode
VisitUnary ( ExprUnary e ) : ICode

Method Details

V() public static method

public static V ( ICode ast ) : ICode
ast ICode
return ICode

VisitBinary() protected method

protected VisitBinary ( ExprBinary e ) : ICode
e DotNetWebToolkit.Cil2Js.Ast.ExprBinary
return ICode

VisitUnary() protected method

protected VisitUnary ( ExprUnary e ) : ICode
e DotNetWebToolkit.Cil2Js.Ast.ExprUnary
return ICode