C# Class Jint.Parser.Ast.IfStatement

Inheritance: Jint.Parser.Ast.Statement
Show file 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 property

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

Consequent public property

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

Test public property

public Expression Test
return Expression