C# Class Jint.Parser.Ast.ForInStatement

Inheritance: Jint.Parser.Ast.Statement
显示文件 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_oe property

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

Each public_oe property

public bool Each
return bool

Left public_oe property

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

Right public_oe property

public Expression Right
return Expression