C# Class Jint.Expressions.WithStatement

Inheritance: Statement
显示文件 Open project: joelmartinez/Jint.Phone

Public Methods

Method Description
WithStatement ( Expression expression, Statement statement ) : System

Private Methods

Method Description
Accept ( IStatementVisitor visitor ) : void

Method Details

WithStatement() public method

public WithStatement ( Expression expression, Statement statement ) : System
expression Expression
statement Statement
return System