C# Class Jint.Parser.Ast.ForInStatement

Inheritance: Jint.Parser.Ast.Statement
Afficher le fichier Open project: profK/powerui Class Usage Examples

Méthodes publiques

Свойство 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
Résultat Jint.Parser.Ast.Statement

Each public_oe property

public bool Each
Résultat bool

Left public_oe property

public SyntaxNode,Jint.Parser.Ast Left
Résultat Jint.Parser.Ast.SyntaxNode

Right public_oe property

public Expression Right
Résultat Expression