C# Class Jint.Parser.Ast.IfStatement

Inheritance: Jint.Parser.Ast.Statement
显示文件 Open project: profK/powerui Class Usage Examples

Public Properties

Property Type Description
Alternate Jint.Parser.Ast.Statement
Consequent Jint.Parser.Ast.Statement
Test Expression

Property Details

Alternate public_oe property

public Statement,Jint.Parser.Ast Alternate
return Jint.Parser.Ast.Statement

Consequent public_oe property

public Statement,Jint.Parser.Ast Consequent
return Jint.Parser.Ast.Statement

Test public_oe property

public Expression Test
return Expression