BlockStatement Constructor |
Name | Description | |
---|---|---|
BlockStatement |
Create a BlockStatement.
| |
BlockStatement(BlockStatement) |
Create a BlockStatement from an existing one, moving the body.
| |
BlockStatement(CodeObject) |
Create a BlockStatement from an array of CodeObjects.
| |
BlockStatement(CodeObject, Boolean) |
Create a BlockStatement with the specified CodeObject in the body.
| |
BlockStatement(Parser, CodeObject) | Initializes a new instance of the BlockStatement class |