C# Class Jint.Parser.Ast.ForInStatement

Inheritance: Jint.Parser.Ast.Statement
Show file Open project: profK/powerui Class Usage Examples

Public Properties

Property Type Description
Body Jint.Parser.Ast.Statement
Each bool
Left Jint.Parser.Ast.SyntaxNode
Right Expression

Property Details

Body public property

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

Each public property

public bool Each
return bool

Left public property

public SyntaxNode,Jint.Parser.Ast Left
return Jint.Parser.Ast.SyntaxNode

Right public property

public Expression Right
return Expression